diff options
author | 2014-11-03 14:41:49 +1300 | |
---|---|---|
committer | 2014-11-03 14:42:46 +1300 | |
commit | 0fc29aeb838f2eae2d58150fa620c6190991fd76 (patch) | |
tree | 9ca7a590ed56f68d4d961a30a3ed88e1b58d2624 /src/emu/bus/cpc/playcity.c | |
parent | 4a44c0230ae0c1e5347121d310ef16ef3eb91420 (diff) |
amstrad: add CRTC Cursor signal to expansion bus, connected to PlayCity which now has working NMIs.
Diffstat (limited to 'src/emu/bus/cpc/playcity.c')
-rw-r--r-- | src/emu/bus/cpc/playcity.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/bus/cpc/playcity.c b/src/emu/bus/cpc/playcity.c index 382d80b3d92..e6803ffb049 100644 --- a/src/emu/bus/cpc/playcity.c +++ b/src/emu/bus/cpc/playcity.c @@ -6,7 +6,6 @@ TODO: IRQs aren't working currently, the Z80CTC core requires the daisy chain setup to acknowledge IRQs properly, and that can't be used in a slot device currently. - Add CRTC Cursor signal support to the expansion bus, this should get NMIs working consistently. */ #include "playcity.h" |