trunk/src/mame/drivers/swyft.c
r249941 | r249942 | |
633 | 633 | // via1 |
634 | 634 | // x x x x 1 1 ?1? ?0? ? ^ ^ ^ ? ? * * * * ?*? ? ? ? ? ? |
635 | 635 | // ^ ^ ^ ^ <- these four bits address the VIA registers? is this correct? |
636 | | static const char *const swyft_via_regnames[] = { "0: ORB/IRB", "1: ORA/IRA", "2: DDRB", "3: DDRA", "4: T1C-L", "5: T1C-H", "6: T1L-L", "7: T1L-H", "8: T2C-L" "9: T2C-H", "A: SR", "B: ACR", "C: PCR", "D: IFR", "E: IER", "F: ORA/IRA*" }; |
| 636 | static const char *const swyft_via_regnames[] = { "0: ORB/IRB", "1: ORA/IRA", "2: DDRB", "3: DDRA", "4: T1C-L", "5: T1C-H", "6: T1L-L", "7: T1L-H", "8: T2C-L", "9: T2C-H", "A: SR", "B: ACR", "C: PCR", "D: IFR", "E: IER", "F: ORA/IRA*" }; |
637 | 637 | |
638 | 638 | READ8_MEMBER( swyft_state::swyft_via0_r ) |
639 | 639 | { |