mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
fix prev commit
This commit is contained in:
parent
80475a9e4e
commit
b6bab7da6d
@ -76,10 +76,10 @@ static const UINT32 s_flags[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
// next program counter in sequence (relative)
|
// next program counter in sequence (relative)
|
||||||
static const INT8 s_next_pc[0x40] =
|
static const INT16 s_next_pc[0x40] =
|
||||||
{
|
{
|
||||||
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
|
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
|
||||||
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32+1,
|
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32+0x40,
|
||||||
-32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
|
-32, -31, -30, -29, -28, -27, -26, -25, -24, -23, -22, -21, -20, -19, -18, -17,
|
||||||
-15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, -1
|
-15, -14, -13, -12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, -1
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user