Commit Graph

67 Commits

Author SHA1 Message Date
zeromus 796ef76f09 add qfox's timeout functions: FCEU.exec_time and FCEU.exec_count 2008-10-10 07:29:34 +00:00
zeromus 1bfca2e198 fix vc8 to build, since lua was made optional.
fix SF#2153843 (Lua ignores second joypad.set())
2008-10-09 03:24:28 +00:00
zeromus 2cba0fd439 support autoloading from archives in cases where there is only one useful file in an archive.
add experimental ram-only emulua savestate code. now call savestate_persist(ss) if you want to cause it to go to disk. otherwise it will stay in memory. this might speed things up. also add experimental new ppu which can be enabled by newppu 1 in configfile. there is no reason to use it yet but i needed to do a checkin
2008-08-18 03:11:42 +00:00
zeromus c8e44d6d3b try to fix savestates again 2008-08-13 16:30:31 +00:00
zeromus 91147a80e0 [ 2047645 ] Creating a savestate object in Lua crashes FCEUX 2008-08-13 04:21:08 +00:00
zeromus 5f7ba50ec3 fixed a build ERROR due to punkrockguy's fixed build warning. we'll figure out the right way to do it later. 2008-08-10 18:13:34 +00:00
punkrockguy318 4060708067 Fixed build warning 2008-08-10 09:54:59 +00:00
zeromus 1efc95ef64 add memory.readbyterange(start,length) returns a string. hope it works! 2008-08-06 22:54:21 +00:00
zeromus 61586d6602 take out lua panic timer. it was making guis crash? maybe? 2008-07-31 23:18:06 +00:00
zeromus 7fd3d70bf8 fix linux compile bugs 2008-07-30 15:02:10 +00:00
zeromus f0fb3d140e fixes to lua engine
- loading script does an implicit stop first
 - script dying of natural causes triggers a stop, and thus an OnStop event in lua first (for proper cleanup)
2008-07-29 22:51:24 +00:00
zeromus b47c5a9cf7 2008-07-29 00:42:02 +00:00
zeromus 6000f47763 fix emulua gui.popup 2008-07-27 17:31:59 +00:00
zeromus c66da282ff enhance lua 2008-07-27 16:22:45 +00:00
punkrockguy318 687bb3b7fd fixed build warnning 2008-07-24 15:16:18 +00:00
punkrockguy318 d27a92d9a5 sdl now compiles 2008-07-24 03:18:48 +00:00
zeromus 3758d2aec8 2008-07-23 15:15:46 +00:00