mirror of
https://github.com/holub/mame
synced 2025-06-25 13:54:37 +03:00
atari/atari400.cpp: fix a5200 assert failure on cart
This commit is contained in:
parent
2fee60166f
commit
ed83f4e205
@ -486,7 +486,7 @@ class a5200_state : public a400_state
|
|||||||
public:
|
public:
|
||||||
a5200_state(const machine_config &mconfig, device_type type, const char *tag)
|
a5200_state(const machine_config &mconfig, device_type type, const char *tag)
|
||||||
: a400_state(mconfig, type, tag)
|
: a400_state(mconfig, type, tag)
|
||||||
, m_cart(*this, "cart")
|
, m_cart(*this, "cartslot")
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
void a5200(machine_config &config);
|
void a5200(machine_config &config);
|
||||||
|
Loading…
Reference in New Issue
Block a user