Commit graph

7 commits

Author SHA1 Message Date
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
d38da1b04b More code cleanups 2011-09-17 00:06:20 +03:00
Ilari Liusvaara
14955e7238 Add on_snoop Lua callback
This could prove useful for outputting movie file for console
verification.
2011-09-14 23:26:11 +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
Ilari Liusvaara
f170c7bab2 Major reorganization of command handling
Make commands objects instead of functions calling each other.

Now there is '?' command that can display command list and help about
individual command. Also the command handling is more distributed into
places where it belongs.
2011-09-14 20:06:36 +03:00
Ilari Liusvaara
c932df0faa lsnes rr0-β0
The first release for public testing.
2011-09-13 17:50:18 +03:00