mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +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();
|
||||
|
||||
#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 {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user