mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
(mess) vic20: The main cpu is a 6502, not a 6510 [O. Galibert]
This commit is contained in:
parent
3c86d6b479
commit
587c64c6cb
@ -48,7 +48,7 @@ public:
|
||||
m_color_ram(*this, "color_ram")
|
||||
{ }
|
||||
|
||||
required_device<m6510_device> m_maincpu;
|
||||
required_device<m6502_device> m_maincpu;
|
||||
required_device<via6522_device> m_via0;
|
||||
required_device<via6522_device> m_via1;
|
||||
required_device<mos6560_device> m_vic;
|
||||
|
Loading…
Reference in New Issue
Block a user