trunk/src/mess/drivers/apple2gs.c
| r20608 | r20609 | |
| 67 | 67 | #include "machine/a2softcard.h" |
| 68 | 68 | #include "machine/a2sam.h" |
| 69 | 69 | #include "machine/a2alfam2.h" |
| 70 | #include "machine/a2midi.h" |
| 70 | 71 | |
| 71 | 72 | static const gfx_layout apple2gs_text_layout = |
| 72 | 73 | { |
| r20608 | r20609 | |
| 292 | 293 | SLOT_INTERFACE("ramfactor", A2BUS_RAMFACTOR) /* Applied Engineering RamFactor */ |
| 293 | 294 | SLOT_INTERFACE("sam", A2BUS_SAM) /* SAM Software Automated Mouth (8-bit DAC + speaker) */ |
| 294 | 295 | SLOT_INTERFACE("alfam2", A2BUS_ALFAM2) /* ALF Apple Music II */ |
| 296 | SLOT_INTERFACE("midi", A2BUS_MIDI) /* Generic 6840+6850 MIDI board */ |
| 295 | 297 | // SLOT_INTERFACE("softcard", A2BUS_SOFTCARD) /* Microsoft SoftCard */ // appears not to be IIgs compatible? |
| 296 | 298 | // SLOT_INTERFACE("scsi", A2BUS_SCSI) /* Apple II SCSI Card */ |
| 297 | 299 | SLOT_INTERFACE_END |