mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
Removed no longer use MCFG macros in DSPP core, nw
This commit is contained in:
parent
94fbe66092
commit
8b0b606eb5
@ -388,23 +388,6 @@ public: // TODO
|
|||||||
#define DSPPDRC_COMPATIBLE_OPTIONS (DSPPDRC_STRICT_VERIFY | DSPPDRC_FLUSH_PC)
|
#define DSPPDRC_COMPATIBLE_OPTIONS (DSPPDRC_STRICT_VERIFY | DSPPDRC_FLUSH_PC)
|
||||||
#define DSPPDRC_FASTEST_OPTIONS (0)
|
#define DSPPDRC_FASTEST_OPTIONS (0)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************
|
|
||||||
DEVICE CONFIGURATION MACROS
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#define MCFG_DSPP_INT_HANDLER(_devcb) \
|
|
||||||
devcb = &dspp_device::set_int_handler(*device, DEVCB_##_devcb);
|
|
||||||
|
|
||||||
#define MCFG_DSPP_DMA_READ_HANDLER(_devcb) \
|
|
||||||
devcb = &dspp_device::set_dma_read_handler(*device, DEVCB_##_devcb);
|
|
||||||
|
|
||||||
#define MCFG_DSPP_DMA_WRITE_HANDLER(_devcb) \
|
|
||||||
devcb = &dspp_device::set_dma_write_handler(*device, DEVCB_##_devcb);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// device type definition
|
// device type definition
|
||||||
DECLARE_DEVICE_TYPE(DSPP, dspp_device);
|
DECLARE_DEVICE_TYPE(DSPP, dspp_device);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user