mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2024-11-23 08:19:42 +00:00
Try it this way
This commit is contained in:
parent
9511d7fa8f
commit
6052f9e4d3
@ -6249,13 +6249,18 @@ DRIVER_INIT( sonic2mb )
|
|||||||
}
|
}
|
||||||
|
|
||||||
int prot_cmd;
|
int prot_cmd;
|
||||||
|
/*
|
||||||
WRITE_HANDLER( sonic3mb_prot_w )
|
WRITE_HANDLER( sonic3mb_prot_w )
|
||||||
{
|
{
|
||||||
UINT8 data;
|
UINT8 data;
|
||||||
prot_cmd = data;
|
prot_cmd = data;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
static void sonic3mb_prot_w( UINT8 data )
|
||||||
|
{
|
||||||
|
prot_cmd = data;
|
||||||
|
}
|
||||||
|
|
||||||
READ16_HANDLER( sonic3mb_prot_r )
|
READ16_HANDLER( sonic3mb_prot_r )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user