(MESS) trs80m2: Cleanup. (nw)

This commit is contained in:
Curt Coder 2013-03-25 14:29:27 +00:00
parent c37e965ff0
commit f4215e4217

View File

@ -533,8 +533,8 @@ static Z80DMA_INTERFACE( dma_intf )
DEVCB_CPU_INPUT_LINE(Z80_TAG, INPUT_LINE_HALT),
DEVCB_CPU_INPUT_LINE(Z80_TAG, INPUT_LINE_IRQ0),
DEVCB_NULL,
DEVCB_MEMORY_HANDLER(Z80_TAG, PROGRAM, memory_read_byte),
DEVCB_MEMORY_HANDLER(Z80_TAG, PROGRAM, memory_write_byte),
DEVCB_DRIVER_MEMBER(trs80m2_state, read),
DEVCB_DRIVER_MEMBER(trs80m2_state, write),
DEVCB_MEMORY_HANDLER(Z80_TAG, IO, memory_read_byte),
DEVCB_MEMORY_HANDLER(Z80_TAG, IO, memory_write_byte)
};