mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
Typo found by PVS Studio (nw)
This commit is contained in:
parent
dea04ad3c2
commit
1c5ce40224
@ -633,7 +633,7 @@ READ8_MEMBER( swyft_state::swyft_d0000 )
|
|||||||
// via1
|
// via1
|
||||||
// x x x x 1 1 ?1? ?0? ? ^ ^ ^ ? ? * * * * ?*? ? ? ? ? ?
|
// x x x x 1 1 ?1? ?0? ? ^ ^ ^ ? ? * * * * ?*? ? ? ? ? ?
|
||||||
// ^ ^ ^ ^ <- these four bits address the VIA registers? is this correct?
|
// ^ ^ ^ ^ <- 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 )
|
READ8_MEMBER( swyft_state::swyft_via0_r )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user