fixed cpu tag. no whatsnew.

This commit is contained in:
Fabio Priuli 2011-11-20 15:03:55 +00:00
parent 7b46f6c28f
commit f8bc08225c

View File

@ -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: