diff --git a/src/mame/drivers/swyft.c b/src/mame/drivers/swyft.c index 25404a73403..27827228b3b 100644 --- a/src/mame/drivers/swyft.c +++ b/src/mame/drivers/swyft.c @@ -633,7 +633,7 @@ READ8_MEMBER( swyft_state::swyft_d0000 ) // via1 // x x x x 1 1 ?1? ?0? ? ^ ^ ^ ? ? * * * * ?*? ? ? ? ? ? // ^ ^ ^ ^ <- these four bits address the VIA registers? is this correct? -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*" }; +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*" }; READ8_MEMBER( swyft_state::swyft_via0_r ) {