Commit graph

9 commits

Author SHA1 Message Date
Ilari Liusvaara
21a51e87c4 Add functions to read/write multibyte values from/to host memory 2011-09-24 19:25:02 +03:00
Ilari Liusvaara
9564054f27 Create function pointer to lua function adapter and migrate what we can 2011-09-17 12:26:58 +03:00
Ilari Liusvaara
35d1875b44 Since window is singleton anyway, get rid of window* parameters 2011-09-17 01:05:41 +03:00
Ilari Liusvaara
75e095b451 Add lua functions to manipulate emulator settings 2011-09-16 03:35:54 +03:00
Ilari Liusvaara
4f3f8ac79f Make git diff --check happy 2011-09-15 22:56:33 +03:00
Ilari Liusvaara
5932ff1384 Migrate the rest of Lua functions to the new framework 2011-09-14 22:59:54 +03:00
Ilari Liusvaara
679efd1563 Migrate memory.* 2011-09-14 22:30:14 +03:00
Ilari Liusvaara
dd8966de2c Migrate gui.* stuff to the new framework 2011-09-14 22:18:24 +03:00
Ilari Liusvaara
feb1a5d841 Allow dynamic loading of Lua functions
Dynamically loading Lua functions allows distributing implementations
to multiple places.

Additionally, migrate bit.* functions to the new framework.
2011-09-14 21:19:54 +03:00