mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
one small fix helping recognition (no whatsnew)
This commit is contained in:
parent
1e8d50a5d0
commit
c3aba6ae2d
@ -127,7 +127,7 @@ Medium size chip with heat sink on it
|
||||
class magictg_state : public driver_device
|
||||
{
|
||||
public:
|
||||
magictg_state(const machine_config &mconfig, device_type type, const char* tag)
|
||||
magictg_state(const machine_config &mconfig, device_type type, const char *tag)
|
||||
: driver_device(mconfig, type, tag),
|
||||
m_mips(*this, "mips"),
|
||||
m_adsp(*this, "adsp"),
|
||||
|
Loading…
Reference in New Issue
Block a user