BizHawk/BizHawk.Client.Common/lua
adelikat fb78215590 Lua - Implement emu.getregister() and emu.getregisters(). Only implemented in NESHawk right now 2013-11-11 03:20:33 +00:00
..
EmuLuaLibrary.Bit.cs move some lua files to client.common 2013-10-31 23:55:17 +00:00
EmuLuaLibrary.Emu.cs Lua - Implement emu.getregister() and emu.getregisters(). Only implemented in NESHawk right now 2013-11-11 03:20:33 +00:00
EmuLuaLibrary.Events.cs Lua - OnMemoryRead() and OnMemoryWrite() - support multiple events, hook to the registered functions system, add ability to name function, return a GUID. 2013-11-10 21:20:55 +00:00
EmuLuaLibrary.Joypad.cs Move joypad lua library to common, and move some stuff to Global in order to do so 2013-11-01 22:56:55 +00:00
EmuLuaLibrary.MainMemory.cs Refactor MemoryDomains in IEmulator, make a MemoryDomainsList object rather than IList<MemoryDomain>, remove MainMemory from IEmulator and make it a property of this new collection object, also add indexing by name. Refactor cores and tools as needed 2013-11-06 02:15:29 +00:00
EmuLuaLibrary.Memory.cs Move MemoryDomain to its own file, and move the Endian enum into it, also clean up the class a bit, and refactor things as necessary 2013-11-04 02:11:40 +00:00
EmuLuaLibrary.Movie.cs Move Movie lua library to client.common, and some refactoring necessary to do so 2013-11-01 15:43:15 +00:00
EmuLuaLibrary.NES.cs Refactor CheatList and Cheats to have changed event handlers, and have the client wire up an event handler to update all the relevant dialogs. 2013-11-04 15:52:59 +00:00
EmuLuaLibrary.SNES.cs move snes lua library to common 2013-11-01 23:49:44 +00:00
LuaDocumentation.cs move some lua files to client.common 2013-10-31 23:55:17 +00:00
LuaFile.cs 2013-10-28 13:48:17 +00:00
LuaFunctionList.cs Registered Lua Functions dialog - fix so Remove removes MemoryRead/Write events, add a Remove All button 2013-11-10 21:56:02 +00:00
LuaLibraryBase.cs move some lua files to client.common 2013-10-31 23:55:17 +00:00
NamedLuaFunction.cs Lua - OnInputPoll() - hooked up to the registered lua functions system 2013-11-10 19:19:58 +00:00