mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
tceptor: correct cpu type
This commit is contained in:
parent
e4dca7346b
commit
0fba4f8018
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ void tceptor_state::machine_reset()
|
|||
void tceptor_state::tceptor(machine_config &config)
|
||||
{
|
||||
/* basic machine hardware */
|
||||
M6809(config, m_maincpu, XTAL(49'152'000)/32);
|
||||
MC6809E(config, m_maincpu, XTAL(49'152'000)/32);
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, &tceptor_state::m6809_map);
|
||||
|
||||
M65C02(config, m_audiocpu[0], XTAL(49'152'000)/24);
|
||||
|
|
Loading…
Reference in a new issue