mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Improved config. (nw)
This commit is contained in:
parent
338d08661c
commit
b59ef368a2
@ -46,7 +46,7 @@
|
||||
///*************************************************************************
|
||||
|
||||
#define MCFG_ZX8301_CPU(_tag) \
|
||||
zx8301_device::static_set_cpu_tag(*device, ":"_tag);
|
||||
zx8301_device::static_set_cpu_tag(*device, "^"_tag);
|
||||
|
||||
#define MCFG_ZX8301_VSYNC_CALLBACK(_write) \
|
||||
devcb = &zx8301_device::set_vsync_wr_callback(*device, DEVCB2_##_write);
|
||||
|
Loading…
Reference in New Issue
Block a user