mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +03:00
fixed cpu tag. no whatsnew.
This commit is contained in:
parent
7b46f6c28f
commit
f8bc08225c
@ -32,7 +32,7 @@ class caveman_state : public gts80a_state
|
||||
public:
|
||||
caveman_state(const machine_config &mconfig, device_type type, const char *tag)
|
||||
: gts80a_state(mconfig, type, tag),
|
||||
m_videocpu(*this, "videocpu")
|
||||
m_videocpu(*this, "video_cpu")
|
||||
{ }
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user