]> Shamusworld >> Repos - apple2/blob - src/firmware/a2hs-scsi.h
Added Apple II/IIe firmware, fixed HD write emulation.
[apple2] / src / firmware / a2hs-scsi.h
1 #ifndef __A2HS_SCSI_H__
2 #define __A2HS_SCSI_H__
3
4 #include <stdint.h>
5
6 extern uint8_t a2hsScsiROM[0x8000];
7
8 #endif  // __A2HS_SCSI_H__
9