Previous | 199869 Revisions | Next |
r17699 Friday 7th September, 2012 at 17:31:46 UTC by smf |
---|
add harddrive in machine config fragment as the one in the base class isn't created, this will get less messy once the z80 code is used instead of hle'ing it. (nw) |
[src/mess/machine] | s1410.c |
r17698 | r17699 | |
---|---|---|
88 | 88 | #include "s1410.h" |
89 | 89 | #include "cpu/z80/z80.h" |
90 | 90 | #include "machine/devhelpr.h" |
91 | #include "imagedev/harddriv.h" | |
91 | 92 | |
92 | 93 | |
93 | 94 | |
r17698 | r17699 | |
180 | 181 | MCFG_CPU_PROGRAM_MAP(s1410_mem) |
181 | 182 | MCFG_CPU_IO_MAP(s1410_io) |
182 | 183 | MCFG_DEVICE_DISABLE() |
184 | ||
185 | MCFG_HARDDISK_ADD("image") | |
183 | 186 | MACHINE_CONFIG_END |
184 | 187 | |
185 | 188 |
Previous | 199869 Revisions | Next |