Update previous commit by dinkc64
This commit is contained in:
parent
45005e52f0
commit
5a60406f34
|
@ -113,7 +113,7 @@ static struct BurnDIPInfo MustacheDIPList[]=
|
|||
|
||||
STDDIPINFO(Mustache)
|
||||
|
||||
UINT8 __fastcall mustache_main_read(UINT16 a)
|
||||
static UINT8 __fastcall mustache_main_read(UINT16 a)
|
||||
{
|
||||
switch (a)
|
||||
{
|
||||
|
@ -139,7 +139,7 @@ UINT8 __fastcall mustache_main_read(UINT16 a)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void __fastcall mustache_main_write(UINT16 a, UINT8 d)
|
||||
static void __fastcall mustache_main_write(UINT16 a, UINT8 d)
|
||||
{
|
||||
switch (a)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue