Update previous commit by dinkc64

This commit is contained in:
jackchatelet 2014-04-14 17:30:08 +00:00
parent 45005e52f0
commit 5a60406f34
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{