mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
Fix 64bit compile of latch8
This commit is contained in:
parent
5cb6bf00e9
commit
804db66521
@ -66,7 +66,7 @@ struct _latch8_config
|
||||
|
||||
/* Write bit to discrete node */
|
||||
#define MDRV_LATCH8_DISCRETE_NODE(_device, _bit, _node) \
|
||||
MDRV_DEVICE_CONFIG_DATA32_ARRAY(latch8_config, node_device, _bit, _device) \
|
||||
MDRV_DEVICE_CONFIG_DATAPTR_ARRAY(latch8_config, node_device, _bit, _device) \
|
||||
MDRV_DEVICE_CONFIG_DATA32_ARRAY(latch8_config, node_map, _bit, _node)
|
||||
|
||||
/* Upon read, replace bits by reading from another device handler */
|
||||
|
Loading…
Reference in New Issue
Block a user