Improved config. (nw)

This commit is contained in:
Curt Coder 2014-03-14 13:48:05 +00:00
parent 338d08661c
commit b59ef368a2

View File

@ -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);