mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Merge pull request #3784 from MoochMcGee/comebaby
comebaby.cpp: Fix CPU model so that it doesn't jump to 0 when it writes to a p6+ msr (nw)
This commit is contained in:
commit
9f1c61b8df
@ -238,7 +238,7 @@ INPUT_PORTS_END
|
||||
|
||||
MACHINE_CONFIG_START(comebaby_state::comebaby)
|
||||
/* basic machine hardware */
|
||||
MCFG_DEVICE_ADD("maincpu", PENTIUM, (66666666*19)/2) /* Actually a Celeron */
|
||||
MCFG_DEVICE_ADD("maincpu", PENTIUM2, (66666666*19)/2) /* Actually a Celeron */
|
||||
MCFG_DEVICE_PROGRAM_MAP(comebaby_map)
|
||||
MCFG_DEVICE_IO_MAP(comebaby_io)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user