Lua - remove mainmemory.readbyte() and mainmemory.writebyte(), these are not preferred since there are equivlant functions, and unlike the memory library, they are not useful for compatibility with scripts form other emulators.

This commit is contained in:
andres.delikat 2012-03-29 01:44:01 +00:00
parent 01145b1dfc
commit 78ee40a546
1 changed files with 0 additions and 2 deletions

View File

@ -310,8 +310,6 @@ namespace BizHawk.MultiClient
"write_u16_be",
"write_u24_be",
"write_u32_be",
"readbyte",
"writebyte",
//"registerwrite",
//"registerread",
};