Add ROM identification code

Ported over my ROM identification code, mostly to identify when you are
using a ROM that won't boot and log it. But also cool to log which ROM
is booting if we need to help a user.
This commit is contained in:
Andrew Hutchings
2021-04-24 15:48:20 +01:00
parent 26c360ad95
commit 8d4e71b42e
4 changed files with 239 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ EXENAME = emulator
MAINFILES = emulator.c \
memory_mapped.c \
config_file/config_file.c \
config_file/rominfo.c \
input/input.c \
gpio/ps_protocol.c \
platforms/platforms.c \