Lua implementation - code cleanup

This commit is contained in:
adelikat 2012-03-10 16:14:19 +00:00
parent 40698b119c
commit 8ae543bb14
1 changed files with 4 additions and 25 deletions

View File

@ -176,7 +176,6 @@ namespace BizHawk.MultiClient
"usememorydomain",
"getmemorydomainlist",
"getcurrentmemorydomain",
"read_s8",
"read_u8",
"read_s16_le",
@ -191,7 +190,6 @@ namespace BizHawk.MultiClient
"read_u16_be",
"read_u24_be",
"read_u32_be",
"write_s8",
"write_u8",
"write_s16_le",
@ -206,19 +204,10 @@ namespace BizHawk.MultiClient
"write_u16_be",
"write_u24_be",
"write_u32_be",
"readbyte",
//"readbytesigned",
//"readword",
//"readwordsigned",
//"readdword",
//"readdwordsigned",
//"readbyterange",
"writebyte",
//"writeword",
//"writedword",
"writebyte"
//"registerwrite",
//"registerread",
//"registerread"
};
public static string[] MainMemoryFunctions = new string[]
@ -237,7 +226,6 @@ namespace BizHawk.MultiClient
"read_u16_be",
"read_u24_be",
"read_u32_be",
"write_s8",
"write_u8",
"write_s16_le",
@ -252,19 +240,10 @@ namespace BizHawk.MultiClient
"write_u16_be",
"write_u24_be",
"write_u32_be",
"readbyte",
//"readbytesigned",
//"readword",
//"readwordsigned",
//"readdword",
//"readdwordsigned",
//"readbyterange",
"writebyte",
//"writeword",
//"writedword",
"writebyte"
//"registerwrite",
//"registerread",
//"registerread"
};
public static string[] SaveStateFunctions = new string[] {