Commit Graph

1534 Commits

Author SHA1 Message Date
zeromus 3bab049363 disc-clarify difference between LBA and ABA 2011-08-15 10:43:36 +00:00
beirich cd65961b53 fixed subcode stuff and a stupid bug in CDAudio.cs 2011-08-15 04:22:54 +00:00
zeromus 019ad69459 disc subchannel Q calculation; make TOC a little more useful by adding TOCPoints which are easier to search than nested sessions, tracks, and indices; and change path browser to use a superior folder browser which lets you enter paths into a textbox. I refuse to click to navigate folders 2011-08-14 23:13:31 +00:00
beirich 266d81f644 CD Audio is 1337 2011-08-14 21:27:51 +00:00
beirich 0a5157d9a6 Extremely preliminary TurboCD support 2011-08-14 18:20:13 +00:00
beirich cfccc65672 add metaspu V method, set NES to use it experimentally 2011-08-14 01:42:54 +00:00
beirich c7178543c7 split gamedb up into more files 2011-08-12 03:30:23 +00:00
beirich 18eafcbb7f Config will not be eaten if an unrecognized symbol is found in config.ini.
Checked in source (zipped) of the modified version of json.net 1.3.1 that is in use.
2011-08-11 02:15:55 +00:00
andres.delikat 124da117b8 Add default constructor to GameInfo to avoid null reference crashes, right click menu during null emulator now no longer crashes (and probably a number of other situations). Added BizHawk back to the Main form text property instead of 0 2011-08-10 23:50:01 +00:00
andres.delikat 9e9b3051a8 Remove hard coded "Backspace" hotkey mapping for nes reset (the soft reset hotkey handles reset just fine). Add Reset hotkey mapping to Reset menu item 2011-08-10 22:58:06 +00:00
zeromus 5bf7b33f4a fix crash relating to null AutofireNullControls 2011-08-10 04:31:07 +00:00
andres.delikat 6f3bc27c59 Autofire is smarter now and keeps track of when a button was pressed and then uses that for the basis of the autofire pattern 2011-08-10 00:34:33 +00:00
beirich 4b65d9e9cf Fix someone's freudian typo 2011-08-10 00:14:21 +00:00
andres.delikat 852c37d63b Autofire Config - minimum values should be 1 not 0 2011-08-10 00:13:07 +00:00
andres.delikat abf7d24106 and as usual, I forgot the new winform files 2011-08-09 23:42:30 +00:00
andres.delikat 034b2e6e68 Autofire config dialog 2011-08-09 23:27:47 +00:00
andres.delikat cde05919ad Refactor autofire into an autofire controller. Added On & Off values that can be used to create any combination of On/Off patterns, hooked them to Global.Config values 2011-08-09 22:13:57 +00:00
zeromus e172e7a948 disc-elucidate some comments 2011-08-09 06:14:36 +00:00
andres.delikat 8fa630c0fa Autofire UI for PCE, GG, GB 2011-08-09 02:40:22 +00:00
zeromus 71d3774ace disc-fix little postgap bug 2011-08-09 02:33:03 +00:00
andres.delikat 63b1f9b93a Input Config - autofire for SMS/GG/SG, disable autofire pulldown item for TI83 2011-08-09 02:16:46 +00:00
andres.delikat 4cd457ada6 Hook up autofire nes controls to the input config dialog 2011-08-09 01:38:51 +00:00
andres.delikat d10f38af5d Remove autofire from IController & inherited objects other than Controller 2011-08-09 00:57:56 +00:00
andres.delikat 9b2ba5c85c Basic implementation of Global.ActiveController, uses an ORAdapter to OR against Active Controller. Still TODO: setting up autofire controllers for platforms and a UI in the Controller Config 2011-08-09 00:51:46 +00:00
andres.delikat 0d01af5c7b Refactor autofire, remove the autofire adaptor. Added an autofire bool to IController and implemented it in the Controller object. Setting to true will turn the controller buttons into autofire buttons 2011-08-08 23:35:13 +00:00
zeromus fe33e75c1b disc-cuefile wave-fulfillment is a case-insensitive process 2011-08-08 06:14:05 +00:00
zeromus bde8365563 disc-more robust waveification 2011-08-08 06:09:44 +00:00
zeromus 66ccd1eadc 2011-08-08 04:48:28 +00:00
zeromus e4305823c5 disc-more gracefully handle missing ffmpeg, and checkin an ffmpeg finally 2011-08-08 02:02:01 +00:00
zeromus 1f541be6df disc: cue+mp3/mpc/flac decoding 2011-08-08 01:48:31 +00:00
andres.delikat d92c27f89d Autofire Input Adaptor, currently no UI for it 2011-08-07 23:26:06 +00:00
zeromus f604415c5a Disc directory should probably be renamed DiscSystem now 2011-08-07 23:15:44 +00:00
andres.delikat 7357f82ffa oops 2011-08-07 20:55:06 +00:00
andres.delikat 9809cb317a MemoryViewer - slight refactoring 2011-08-07 20:54:26 +00:00
andres.delikat d55debbb3e Hex Editor - refresh address display after typing in values or highlighted address changes by key press 2011-08-07 20:31:49 +00:00
andres.delikat 19b4072346 Hex Editor - refix typing in of values 2011-08-07 20:20:07 +00:00
andres.delikat 6953782167 Hex Editor - remove useless text box that was going to be a find by value box, will put that off until a future release 2011-08-07 20:00:35 +00:00
andres.delikat fae70a6e0e Hex Editor - scroll when pressing up or down, fix some crash bugs, implement Pg Up/Down, Home, End hotkeys 2011-08-07 19:53:52 +00:00
andres.delikat 53fd0aa877 Hex Editor - Dump To File implemented 2011-08-07 19:30:01 +00:00
andres.delikat c00fe0d00b Hex Editor - add char viewer, shrink font, make drawing a bit more efficient 2011-08-07 19:12:26 +00:00
andres.delikat 52507fbb24 Hex editor - correctly use stringbuilder 2011-08-07 17:34:33 +00:00
andres.delikat 548c881ace Hex Editor -Revert previous commit because it made every row the same, also applied some very tiny speed ups 2011-08-07 16:32:50 +00:00
andres.delikat cce572f0c8 Hexeditor - stringbuilder for a slight speedup 2011-08-07 15:54:29 +00:00
zeromus c05a8770c4 disco: handle some of the pointless cue comments like CATALOG, small round-tripping refinements, add a DRAG HERE FOR MAGIC area for dragging things into in order to make magic 2011-08-07 09:05:10 +00:00
andres.delikat c8a4a14021 Ram Search/Watch - context menu will show Unfreeze instead of Freeze if highlighting a frozen address 2011-08-07 04:19:49 +00:00
zeromus 6a69022568 try fixing progress box bugs 2011-08-07 04:00:06 +00:00
beirich f6943cfa0f fix on 64-bit computers 2011-08-07 03:25:38 +00:00
zeromus d60656afb6 change discohawk to default to gui 2011-08-07 03:22:41 +00:00
zeromus c575c41f23 discohawk gui lives!!! 2011-08-07 03:21:03 +00:00
andres.delikat fdacd090db Ram Search - GUI fixups 2011-08-07 03:11:54 +00:00