forked from sin365/AxibugEmuOnline
MAME GC优化
This commit is contained in:
parent
4333c0b9f8
commit
15da438f89
@ -2569,7 +2569,7 @@ namespace MAME.Core
|
|||||||
}
|
}
|
||||||
public static sbyte cps1_dsw_r(int offset)
|
public static sbyte cps1_dsw_r(int offset)
|
||||||
{
|
{
|
||||||
string[] dswname = { "IN0", "DSWA", "DSWB", "DSWC" };
|
//string[] dswname = { "IN0", "DSWA", "DSWB", "DSWC" };
|
||||||
int in0 = 0;
|
int in0 = 0;
|
||||||
if (offset == 0)
|
if (offset == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user