]> git.sesse.net Git - pistorm/commit
[WIP] Add platforms, Z2 config file-based autoconf Fast
authorbeeanyew <Bjorn Astrom>
Sat, 5 Dec 2020 18:56:32 +0000 (19:56 +0100)
committerbeeanyew <Bjorn Astrom>
Sat, 5 Dec 2020 18:56:32 +0000 (19:56 +0100)
commit97ab27cbb30cc06a2b862d9f3cc3b17c1c36d26d
treec359d84395a41ef98a92ba055172aa384306e78e
parente650e632ea3ac935f1c52fd44a9bd8bb043a5e93
[WIP] Add platforms, Z2 config file-based autoconf Fast
15 files changed:
Makefile
config_file/config_file.c
config_file/config_file.h
default.cfg
emulator.c
memory_mapped.c
platforms/amiga/amiga-autoconf.c [new file with mode: 0644]
platforms/amiga/amiga-autoconf.h [new file with mode: 0644]
platforms/amiga/amiga-platform.c [new file with mode: 0644]
platforms/amiga/amiga-registers.c [moved from registers/registers_amiga.c with 80% similarity]
platforms/dummy/dummy-platform.c [new file with mode: 0644]
platforms/dummy/dummy-registers.c [new file with mode: 0644]
platforms/platforms.c [new file with mode: 0644]
platforms/platforms.h [new file with mode: 0644]
registers/registers_dummy.c [deleted file]