14 Commits

Author SHA1 Message Date
Ilari Liusvaara
b8d8ffb3bf Make the random seed controllable
- This allows eliminating random seed differences from savestates (may
be useful for some forms of sync stability testing).
- Would also allow (re)recording with randomization enabled, as the
seed can be set portably).
2011-11-11 19:01:59 +01:00
Ilari Liusvaara
7e3d56fe1e Don't use time() in emulating chips
Instead of using time() in chip emulation, create new interface method
currentTime(), defaulting to time(0). This way frontend can cleanly
override the current time bsnes is using.
2011-11-11 18:34:30 +01:00
Themaister
962c9486b3 Update core to v084. 2011-11-10 21:10:05 +01:00
Themaister
b927f5f9db Revert "Use snes_interface for global symbol."
This reverts commit 7d07cb17516c3ce1269c0af8d80431da6f3139a0.
2011-11-01 22:43:05 +01:00
Themaister
7d07cb1751 Use snes_interface for global symbol. 2011-10-29 18:57:03 +02:00
Themaister
e1912f77cd Start on hardcore translation ... 2011-10-16 17:09:01 +02:00
Themaister
7234375891 SNES:: and partially nall:: 2011-08-26 19:40:31 +02:00
Themaister
2646873481 Remove unneeded virtuals. 2011-06-26 14:53:39 +02:00
Themaister
3bb6889efd v80 2011-06-26 13:43:01 +02:00
Themaister
938fe6e5db Update snes:: to v78. 2011-04-30 12:02:13 +02:00
Themaister
4d2ab50889 v77 2011-03-17 01:00:29 +01:00
Themaister
5f9f59b4a4 Fix input issue. 2011-01-24 20:48:16 +01:00
Themaister
d4640533b5 Started moving over to libsnes v73 2010-12-26 16:33:25 +01:00
Themaister
669c2ecaae libsnes init 2010-10-04 21:50:36 +02:00