mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
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)
This commit is contained in:
parent
d986739eb3
commit
569db33a91
@ -88,6 +88,7 @@ Notes:
|
||||
#include "s1410.h"
|
||||
#include "cpu/z80/z80.h"
|
||||
#include "machine/devhelpr.h"
|
||||
#include "imagedev/harddriv.h"
|
||||
|
||||
|
||||
|
||||
@ -180,6 +181,8 @@ static MACHINE_CONFIG_FRAGMENT( s1410 )
|
||||
MCFG_CPU_PROGRAM_MAP(s1410_mem)
|
||||
MCFG_CPU_IO_MAP(s1410_io)
|
||||
MCFG_DEVICE_DISABLE()
|
||||
|
||||
MCFG_HARDDISK_ADD("image")
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user