mirror of
https://github.com/holub/mame
synced 2025-05-04 21:43:05 +03:00
Compile fix for unused variable warning (no whatsnew)
This commit is contained in:
parent
ecf077682c
commit
e3bfde1209
@ -75,7 +75,7 @@ public:
|
|||||||
|
|
||||||
static READ8_HANDLER( warpspeed_hardware_r )
|
static READ8_HANDLER( warpspeed_hardware_r )
|
||||||
{
|
{
|
||||||
warpspeed_state *state = space->machine().driver_data<warpspeed_state>();
|
// warpspeed_state *state = space->machine().driver_data<warpspeed_state>();
|
||||||
|
|
||||||
switch( offset )
|
switch( offset )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user