mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
dgnbeta_dasm_override should be actually hooked up (nw)
This commit is contained in:
parent
2d382b8b70
commit
ded97be34b
@ -320,6 +320,7 @@ static MACHINE_CONFIG_START( dgnbeta, dgn_beta_state )
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD(MAINCPU_TAG, M6809E, DGNBETA_CPU_SPEED_HZ) /* 2 MHz */
|
||||
MCFG_CPU_PROGRAM_MAP(dgnbeta_map)
|
||||
MCFG_CPU_DISASSEMBLE_OVERRIDE(dgn_beta_state, dgnbeta_dasm_override)
|
||||
|
||||
/* both cpus in the beta share the same address/data busses */
|
||||
MCFG_CPU_ADD(DMACPU_TAG, M6809E, DGNBETA_CPU_SPEED_HZ) /* 2 MHz */
|
||||
|
Loading…
Reference in New Issue
Block a user