mirror of
https://github.com/holub/mame
synced 2025-06-28 23:24:23 +03:00
fix missing semicolon (nw)
This commit is contained in:
parent
14787c5f31
commit
6e5462526a
@ -44,7 +44,7 @@
|
|||||||
downcast<m6502_device *>(device)->disable_direct();
|
downcast<m6502_device *>(device)->disable_direct();
|
||||||
|
|
||||||
#define MCFG_M6502_SYNC_CALLBACK(_cb) \
|
#define MCFG_M6502_SYNC_CALLBACK(_cb) \
|
||||||
devcb = &m6502_device::set_sync_callback(*device, DEVCB2_##_cb)
|
devcb = &m6502_device::set_sync_callback(*device, DEVCB2_##_cb);
|
||||||
|
|
||||||
class m6502_device : public cpu_device {
|
class m6502_device : public cpu_device {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user