mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2025-02-16 22:38:24 +00:00
Attempt to make the data call UINT8
This commit is contained in:
parent
76db9b75c3
commit
4c2e4460bb
@ -6252,7 +6252,8 @@ int prot_cmd;
|
||||
|
||||
WRITE_HANDLER( sonic3mb_prot_w )
|
||||
{
|
||||
prot_cmd = data;
|
||||
/* prot_cmd = data; */
|
||||
prot_cmd = (UINT8)data;
|
||||
}
|
||||
|
||||
READ16_HANDLER( sonic3mb_prot_r )
|
||||
|
Loading…
x
Reference in New Issue
Block a user