mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +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:
|
||||
a5200_state(const machine_config &mconfig, device_type type, const char *tag)
|
||||
: a400_state(mconfig, type, tag)
|
||||
, m_cart(*this, "cart")
|
||||
, m_cart(*this, "cartslot")
|
||||
{ }
|
||||
|
||||
void a5200(machine_config &config);
|
||||
|
Loading…
Reference in New Issue
Block a user