From 78ee40a5465c700489ec4ea8088f49eddd437259 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Thu, 29 Mar 2012 01:44:01 +0000 Subject: [PATCH] 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. --- BizHawk.MultiClient/LuaImplementation.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BizHawk.MultiClient/LuaImplementation.cs b/BizHawk.MultiClient/LuaImplementation.cs index 9f3a3b2e1d..4151e2e64c 100644 --- a/BizHawk.MultiClient/LuaImplementation.cs +++ b/BizHawk.MultiClient/LuaImplementation.cs @@ -310,8 +310,6 @@ namespace BizHawk.MultiClient "write_u16_be", "write_u24_be", "write_u32_be", - "readbyte", - "writebyte", //"registerwrite", //"registerread", };