goyuken
|
7568ff9437
|
add FDS skeleton. set up your fds bios with pathconfig, then try to load any file with extension ".fds"
|
2012-10-21 15:58:24 +00:00 |
zeromus
|
a34337691a
|
run all version numbers through one place so that gui version numbers and assembly/dll version resources can be the same
|
2012-10-21 05:21:59 +00:00 |
zeromus
|
83a06c4f63
|
make the rom open filter remember its last option used in this bizhawk session, like how most other programs work.
|
2012-10-20 22:58:01 +00:00 |
adelikat
|
9d25dfa2b4
|
Open up atari stuff for release builds
|
2012-10-20 13:40:58 +00:00 |
goyuken
|
41780b067f
|
mainform: never skip frames when doing av capture
|
2012-10-19 14:51:10 +00:00 |
goyuken
|
485d7c05c7
|
make av dumping with avi a bit more graceful error handling. NES: avoid crash when the frontend behaves in a naughty manner
|
2012-10-18 20:57:53 +00:00 |
goyuken
|
d465599044
|
mainform: hawkfile bind to .unf for archive loading
|
2012-10-17 01:04:45 +00:00 |
adelikat
|
ef78db51c0
|
Atari - fix autofire B button on player 2
|
2012-10-15 15:15:44 +00:00 |
adelikat
|
66611556b5
|
I like tabs, useless commit
|
2012-10-13 21:10:20 +00:00 |
adelikat
|
c29a074ea8
|
Open ROM - add smc and sfc to "Rom Files" on non Release builds
|
2012-10-13 20:41:14 +00:00 |
goyuken
|
1793483aa9
|
make lua loadstate not trigger impossible callbacks when it runs, so it can actually work without killing the script. there are still other callbacks might not make sense?
|
2012-10-13 12:44:52 +00:00 |
goyuken
|
900568f5ed
|
flush rewind buffer on CloseROM()
|
2012-10-12 01:19:49 +00:00 |
goyuken
|
1f0189dd2c
|
MainForm: fix sound-related crashes on CloseROM()
|
2012-10-12 01:13:55 +00:00 |
adelikat
|
2dacb356c2
|
OOPS! Undo my change with moving UpdateToolsBefore()
|
2012-10-11 22:37:44 +00:00 |
goyuken
|
92827272a6
|
reunbreak turbo (both normal turbo and turboturbo) with sound throttling
|
2012-10-11 01:00:36 +00:00 |
goyuken
|
b40897bb77
|
sound api changes. added a new ISyncSoundProvider, which works similarly to ISoundProvider except the source (not the sink) determines the number of samples to process. Added facilities to metaspu, dcfilter, speexresampler to work with ISyncSoundProvider. Add ISyncSoundProvider to IEmulator. All IEmulators must provide sync sound, but they need not provide async sound. When async is needed and an IEmulator doesn't provide it, the frontend will wrap it in a vecna metaspu. SNES, GB changed to provide sync sound only. All other emulator cores mostly unchanged; they just provide stub fakesync alongside async, for now. For the moment, the only use of the sync sound is for realtime audio throttling, where it works and sounds quite nice. In the future, sync sound will be supported for AV dumping as well.
|
2012-10-11 00:44:59 +00:00 |
adelikat
|
f234e15df6
|
Movie UpdateToolsBefore() earlier in the frame loop
|
2012-10-10 23:38:15 +00:00 |
adelikat
|
d5885938de
|
Update Statusbar slots when the emulator is loaded
|
2012-10-10 22:52:11 +00:00 |
goyuken
|
927fb7070c
|
sound throttle now respects forced throttle off (user hits fastfoward button, etc)
|
2012-10-10 17:19:51 +00:00 |
goyuken
|
9417eac96c
|
move NesCarts.7z to gamedb subfolder
|
2012-10-09 20:33:14 +00:00 |
goyuken
|
79731827f4
|
avoid using literal backslash in gamedb path loading
|
2012-10-09 01:54:15 +00:00 |
goyuken
|
8c24417f8d
|
gamedb stuffed into gamedb subfolder
|
2012-10-09 01:34:21 +00:00 |
goyuken
|
3832352dbe
|
add default RomStatusDetails (name, sha1, md5). add pcecd specific RomStatusDetails generated from the Disc
|
2012-10-08 20:37:41 +00:00 |
adelikat
|
0dfbfb592f
|
Re-hook up Load Config, menu item got disabled at some point. Trace logger - update number of instructions when clear button is clicked, show OSD message when saving to disk
|
2012-10-08 00:27:21 +00:00 |
adelikat
|
8545f94315
|
Status Bar - right-clicking the status slots will invoke a savestate
|
2012-10-07 19:52:09 +00:00 |
adelikat
|
972d8f2f5b
|
Status bar - make selected slot more obvious of a background color
|
2012-10-07 18:42:42 +00:00 |
adelikat
|
7fd74ecb04
|
dummy commit to mark the end of 1.1.1a and start 1.1.2
|
2012-10-07 15:41:22 +00:00 |
goyuken
|
3d52ed49e5
|
fix GBC input config tab
fix GBC savestate locations
fix GBC saveram locations
fix GBC screenshot locations
fix GBC titlebar text
|
2012-10-07 14:52:03 +00:00 |
adelikat
|
2a9c78220f
|
Update interim version number, dummy commit to mark the beginning of 1.1.2
|
2012-10-07 01:28:16 +00:00 |
goyuken
|
b9b2292a3f
|
restore recently lost behavior where the system-specific mainform menu is called "SGB" when running SGB instead of SNES. this involves no changes to internal passed IDs
|
2012-10-07 00:00:23 +00:00 |
goyuken
|
329ca16bdf
|
unbreak toolstrip menu and controller function for GBC
|
2012-10-06 23:53:05 +00:00 |
goyuken
|
5c4e147da3
|
fix loading a compressed archive containing a single .gbc file. the number of different places where you can find various extension lists is rather terrifying...
|
2012-10-06 22:14:10 +00:00 |
pasky1382
|
37b054ad43
|
Re-added the 'GBC' switch.
|
2012-10-06 22:02:24 +00:00 |
pasky1382
|
b1ba573695
|
Revert that fix, did not upload a GBC db (thought I did)
|
2012-10-06 21:58:44 +00:00 |
pasky1382
|
a52a9b0d44
|
Fixed a crash when loading a GBC rom (apparently there was no GBC case switch option)
|
2012-10-06 21:50:48 +00:00 |
goyuken
|
a9ff371e63
|
mainform: add slightly informative error message to certain rom load exceptions
|
2012-10-06 20:59:44 +00:00 |
goyuken
|
c51d3f787c
|
fix crash in snesgraphicsdebugger when it is immediately moused over after load
|
2012-10-06 20:00:59 +00:00 |
pasky1382
|
d1248e0379
|
Imported movies retain their original extensions + .bkm
|
2012-10-06 18:52:33 +00:00 |
pasky1382
|
03e4403b9c
|
Imported movie files are now automatically copied over to .\Movies directory and no longer keep their old extensions (i.e. movie.fcm2 is not longer movie.fcm2.bkm but movie.bkm)
|
2012-10-06 18:19:07 +00:00 |
adelikat
|
b8070bc92f
|
Lua - fix emu.registerbefore() and emu.registerafter()
|
2012-10-06 16:13:45 +00:00 |
adelikat
|
1c17f8dbed
|
Lua Drawing - fix so that multiple scripts can draw at once
|
2012-10-06 14:36:02 +00:00 |
adelikat
|
644ed40f59
|
Move lua drawing to after the frame instead of before
|
2012-10-06 14:24:12 +00:00 |
adelikat
|
6aa9608a77
|
GGHawk - Hook up Highlight Active Display Region option, make this and Show Clipped Regions take effect on Core load
|
2012-10-06 12:37:38 +00:00 |
adelikat
|
b88d5ffd5e
|
GGHawk - add option to show clipped regions, show GG menu item, also show on SG-1000, cleanup of the sms/gg/sg menu
|
2012-10-06 12:27:56 +00:00 |
goyuken
|
2229b0ab93
|
add "FirmwareSHA1" to movie header for SGB and PCECD
|
2012-10-05 21:04:46 +00:00 |
zeromus
|
a00081386d
|
fix some things related to sgb movies
|
2012-10-05 18:20:27 +00:00 |
zeromus
|
96089026cd
|
remove "SGB" systemid because its gonna cause a lot of trouble if we dont hook it up in a lot of places.. why can't we set it up as just a regular snes core? and run the sgb rom through the snes firmwares directory.
|
2012-10-05 04:47:45 +00:00 |
goyuken
|
6c723e6815
|
move ramsearch\ramwatch\hexeditor from toolsbefore to toolsafter. for live play, there is real change. for frame advance play, you now get the most current value when paused between frames. this also fixes a host of minor bugs where tools could have their values change while paused because something else triggered an update to the most current state.
|
2012-10-04 21:56:40 +00:00 |
goyuken
|
98d9f13600
|
change IEmulator.DeterministicEmulation to get-only; the old interface implies that a core should be able to take a change to the property at any time, which isn't feasable. most existing cores changed to return true all the time. SNES now takes determinism parameter in Load()
|
2012-10-03 15:31:04 +00:00 |
goyuken
|
c8849a8422
|
work around memory leak in captureOSD; probable original cause: SysdrawingRenderPanel
|
2012-10-02 21:28:14 +00:00 |