mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
tv910.cpp: Update comments (nw)
This commit is contained in:
parent
c8d173e308
commit
946bde46e6
@ -10,11 +10,11 @@
|
|||||||
6545 CRTC
|
6545 CRTC
|
||||||
6551 ACIA
|
6551 ACIA
|
||||||
|
|
||||||
IRQ = ACIA wire-OR CRTC VBlank
|
IRQ = ACIA gated with flip-flop driven by CRTC VBlank (not wire-OR)
|
||||||
NMI = AY-5-3600 keyboard char present
|
NMI = AY-5-3600 keyboard char present
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- Character attributes: how is that even possible? (Esc-V brings up test screen)
|
- Attributes might not all be correct (Esc-V brings up test screen)
|
||||||
- DIP switches don't all appear to have the expected effects
|
- DIP switches don't all appear to have the expected effects
|
||||||
- Keyboard hookup isn't quite right
|
- Keyboard hookup isn't quite right
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user