Previous 199869 Revisions Next

r41430 Wednesday 28th October, 2015 at 16:37:03 UTC by Miodrag Milanović
Typo found by PVS Studio (nw)
[src/mame/drivers]swyft.c

trunk/src/mame/drivers/swyft.c
r249941r249942
633633//                                    via1
634634// x   x   x   x   1   1  ?1? ?0?  ?   ^   ^   ^   ?   ?   *   *   *   *  ?*?  ?   ?   ?   ?   ?
635635//                                                         ^   ^   ^   ^  <- these four bits address the VIA registers? is this correct?
636static 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*" };
636static 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*" };
637637
638638READ8_MEMBER( swyft_state::swyft_via0_r )
639639{


Previous 199869 Revisions Next


© 1997-2024 The MAME Team