Merge pull request #3488 from drencorxeen/coco3dw1fix

Fixed the coco3dw1 system as it was missing the CART_CB WRITELINE, NMI…
This commit is contained in:
ajrhacker 2018-04-26 17:55:36 -04:00 committed by GitHub
commit 4f1fed2f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,6 +364,9 @@ MACHINE_CONFIG_START(coco3_state::coco3dw1)
coco3(config);
MCFG_COCO_CARTRIDGE_REMOVE(CARTRIDGE_TAG)
MCFG_COCO_CARTRIDGE_ADD(CARTRIDGE_TAG, coco_cart, "cc3hdb1")
MCFG_COCO_CARTRIDGE_CART_CB(WRITELINE(coco_state, cart_w))
MCFG_COCO_CARTRIDGE_NMI_CB(INPUTLINE(MAINCPU_TAG, INPUT_LINE_NMI))
MCFG_COCO_CARTRIDGE_HALT_CB(INPUTLINE(MAINCPU_TAG, INPUT_LINE_HALT))
MACHINE_CONFIG_END
//**************************************************************************