mirror of
https://github.com/holub/mame
synced 2025-06-27 14:49:11 +03:00
banctec: If it's a 6803, then use a 6803, duh [O. Galibert]
This commit is contained in:
parent
a1625d2220
commit
cc24e83aea
@ -10,7 +10,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/mcs51/mcs51.h"
|
||||
#include "cpu/m6805/m6805.h"
|
||||
#include "cpu/m6800/m6800.h"
|
||||
#include "includes/banctec.h"
|
||||
#include "video/mc6845.h"
|
||||
|
||||
@ -87,7 +87,7 @@ static MACHINE_CONFIG_START( banctec, banctec_state )
|
||||
MCFG_CPU_ADD("maincpu", I80C31, XTAL_11_0592MHz)
|
||||
MCFG_CPU_PROGRAM_MAP(banctec_mem)
|
||||
|
||||
MCFG_CPU_ADD("mcu", M6805, 4000000) /* Actual MCU is a Motorola 6803 and the clock frequency is still unknown */
|
||||
MCFG_CPU_ADD("mcu", M6803, 4000000) /* Actual MCU is a Motorola 6803 and the clock frequency is still unknown */
|
||||
MCFG_CPU_PROGRAM_MAP(banctec_mcu_mem)
|
||||
|
||||
// The video signal is generated by a R6545EAP character generator chip
|
||||
|
Loading…
Reference in New Issue
Block a user