mirror of
https://github.com/holub/mame
synced 2025-04-28 19:14:55 +03:00
Fixed the build.
This commit is contained in:
parent
6df44235c8
commit
270c4bd9e0
@ -835,7 +835,7 @@ static const INT32 immediate_values[32] =
|
|||||||
{
|
{
|
||||||
0, 1, 2, 3, 4, 5, 6, 7,
|
0, 1, 2, 3, 4, 5, 6, 7,
|
||||||
8, 9, 10, 11, 12, 13, 14, 15,
|
8, 9, 10, 11, 12, 13, 14, 15,
|
||||||
16, 0, 0, 0, 32, 64, 128, -2147483648 /*0x80000000 */,
|
16, 0, 0, 0, 32, 64, 128, 0x80000000,
|
||||||
-8, -7, -6, -5, -4, -3, -2, -1
|
-8, -7, -6, -5, -4, -3, -2, -1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
*************************************/
|
*************************************/
|
||||||
|
|
||||||
// FIXME
|
// FIXME
|
||||||
#undef I64FMT
|
//#undef I64FMT
|
||||||
#define I64FMT "ll"
|
//#define I64FMT "ll"
|
||||||
|
|
||||||
|
|
||||||
DISCRETE_START( dso_csvlog )
|
DISCRETE_START( dso_csvlog )
|
||||||
|
Loading…
Reference in New Issue
Block a user