mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Changed int to UINT8 in dkong_state (includes/dkong.h)
This commit is contained in:
parent
6b2a41d6e1
commit
08f8fbf348
@ -93,7 +93,7 @@ struct _dkong_state
|
||||
|
||||
/* Specific states */
|
||||
INT8 decrypt_counter;
|
||||
int hunchloopback;
|
||||
UINT8 hunchloopback;
|
||||
|
||||
/* Save state relevant */
|
||||
UINT8 gfx_bank, palette_bank;
|
||||
|
Loading…
Reference in New Issue
Block a user