]> Shamusworld >> Repos - apple2/commit
Added Apple II/IIe firmware, fixed HD write emulation.
authorShamus Hammons <jlhamm@acm.org>
Tue, 26 Feb 2019 04:06:55 +0000 (22:06 -0600)
committerShamus Hammons <jlhamm@acm.org>
Tue, 26 Feb 2019 04:06:55 +0000 (22:06 -0600)
commit719cbb7a236ec751bed90e24265aad72b5ee29dd
tree3387dafc581fd137e190cebf6f2bdf2fb1b71984
parente3c7ee5d936cdddcc3afe4bf3f059ef0f3e28af2
Added Apple II/IIe firmware, fixed HD write emulation.
13 files changed:
Makefile
src/apple2.cpp
src/firmware/a2hs-scsi.cpp [moved from src/firmware.cpp with 91% similarity]
src/firmware/a2hs-scsi.h [new file with mode: 0644]
src/firmware/apple2-fw.cpp [new file with mode: 0644]
src/firmware/apple2-fw.h [new file with mode: 0644]
src/firmware/apple2e-enh.cpp [new file with mode: 0644]
src/firmware/apple2e-enh.h [new file with mode: 0644]
src/firmware/firmware.cpp [new file with mode: 0644]
src/firmware/firmware.h [moved from src/firmware.h with 86% similarity]
src/floppydrive.cpp
src/harddrive.cpp
src/mmu.cpp