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

trunk/src/mess/machine/s1410.c
r17698r17699
8888#include "s1410.h"
8989#include "cpu/z80/z80.h"
9090#include "machine/devhelpr.h"
91#include "imagedev/harddriv.h"
9192
9293
9394
r17698r17699
180181   MCFG_CPU_PROGRAM_MAP(s1410_mem)
181182   MCFG_CPU_IO_MAP(s1410_io)
182183   MCFG_DEVICE_DISABLE()
184
185   MCFG_HARDDISK_ADD("image")
183186MACHINE_CONFIG_END
184187
185188

Previous 199869 Revisions Next


© 1997-2024 The MAME Team