adelikat
|
15d0e1adb6
|
TasMovie - round 1 of replacing mnemonic system with an IMnemonicGenerator system, this breaks stuff, but nothing anyone should have been using.
|
2014-01-09 02:17:59 +00:00 |
adelikat
|
2f28317f92
|
A round of code cleanup
|
2014-01-08 03:53:53 +00:00 |
adelikat
|
983346af38
|
support quicknes in lua nes.addgamegenie() and nes.removegamegenie()
|
2014-01-07 01:43:31 +00:00 |
goyuken
|
9546d11f40
|
quick and dirty core selection setting for NES
|
2014-01-07 00:34:40 +00:00 |
adelikat
|
86024d2347
|
new movie mnemonic generators - some more baking of ideas, a basic mockup of NES done. Note: none of this is hooked up to anything yet
|
2014-01-06 22:28:53 +00:00 |
adelikat
|
4ba9f332f5
|
Fix error message when failing to find the PCE Bios file
|
2014-01-06 17:49:05 +00:00 |
adelikat
|
ef79734170
|
movies - start another rewrite of mnemonic generation
|
2014-01-06 03:59:00 +00:00 |
goyuken
|
b85d9d9d91
|
WARNING: use NES core only at low volume and no headphones
|
2014-01-05 20:58:36 +00:00 |
goyuken
|
0997e80017
|
boop
|
2014-01-03 02:40:17 +00:00 |
adelikat
|
a519ae025f
|
This should have fixed genesis mnemonics to be 2 player
|
2014-01-03 02:29:42 +00:00 |
adelikat
|
b67e97f9aa
|
Ram Search - fix change count logic and previous value as previous frame
|
2014-01-02 17:56:57 +00:00 |
goyuken
|
5fa141b3ef
|
pathmanager: ad hoc support for unknown systemIDs, which are all labeled as INTERIM
|
2014-01-02 02:18:16 +00:00 |
adelikat
|
6252c58a3f
|
Ram Search - don't attempt to binary search if the list is not sorted! This fixes exceptions thrown when using column click. The consequence is that preview mode is significantly slower after sorting by anything other than Address ascending, only really impacts large domains such as N64 domains
|
2014-01-01 21:56:35 +00:00 |
goyuken
|
8ed0265c9d
|
remove a bit of hackish stuff in the new RomLoader by offloading mainform-appropriate work back to mainform
|
2014-01-01 21:24:58 +00:00 |
adelikat
|
377ab3b4ea
|
Fix Hex Editor to show cheat value on frozen addresses, and some fix ups in misc bugs that also contributed to this problem. Note: hex editor still will show some dubious behavior when viewing in one byte size and having cheats in another, that kind of mess will have to be sorted out in another commit
|
2014-01-01 03:19:08 +00:00 |
goyuken
|
a399dbe91e
|
NES: Move boardproperties into movie 2.0 syncsettings objects, and add a rudimentary UI for changing them
|
2014-01-01 03:03:10 +00:00 |
adelikat
|
57f62d13f1
|
RamSearchEngine - tiny code cleanup using Enumerable.Repeat because I just learned of it and it is nifty
|
2013-12-31 20:41:42 +00:00 |
adelikat
|
f195416713
|
Ram Search - when creating a new list, allocate the list to number of addresses to be added, not the size of the domain (meaning, factor in the byte size and CheckMisAligned settings).
|
2013-12-31 16:59:38 +00:00 |
zeromus
|
436881beaf
|
lua: better typecasting for LuaInt and LuaUInt that doesnt throw overflow exceptions; and, render to a null image when the lua script manager Resume process hasnt begun (setting up a render target) but lua scripts run (due to loadstate, for example)
|
2013-12-30 16:36:15 +00:00 |
goyuken
|
a1c0a1956b
|
fix compile error
|
2013-12-30 02:42:00 +00:00 |
adelikat
|
7482cfdc5e
|
a round of code cleanup in Client.Common
|
2013-12-30 01:58:44 +00:00 |
adelikat
|
16f7c7fcdc
|
A round of code cleanup on Rewind and some other misc things in Client.Common
|
2013-12-30 01:17:11 +00:00 |
adelikat
|
134783ff36
|
a round of code cleanup on RomLoader
|
2013-12-29 23:54:40 +00:00 |
goyuken
|
4ccc31da44
|
cleanup of removed items in config, corecomm
|
2013-12-27 22:26:59 +00:00 |
goyuken
|
75d39ac60f
|
SNES: connect to new settings system.. everything should work?
|
2013-12-27 17:59:19 +00:00 |
adelikat
|
098fca2895
|
Ram Search - make manual removal of addresses undo-able, slight cleanup of Start method
|
2013-12-27 16:48:47 +00:00 |
adelikat
|
2d51ac5d13
|
Move a function from mainform to moviesession
|
2013-12-27 14:39:01 +00:00 |
goyuken
|
a005767463
|
random cleanup
|
2013-12-27 04:41:50 +00:00 |
goyuken
|
e3165459d8
|
saturn to new settings system
|
2013-12-27 03:02:28 +00:00 |
adelikat
|
f122105b42
|
oops, put Rewinder in Global not GlobalWin
|
2013-12-27 01:19:38 +00:00 |
adelikat
|
b5d3f68126
|
Move rewind code to client.common
|
2013-12-27 01:14:17 +00:00 |
goyuken
|
2171d4cd00
|
n64: support new settings system. regression: n64 video plugin settings are no longer stored in movie 1.0 files nor read from them
|
2013-12-26 23:04:22 +00:00 |
goyuken
|
9fe0525746
|
settings load cleanup
|
2013-12-26 20:19:28 +00:00 |
adelikat
|
c23a61e0e6
|
Merge natt's sync setting changes back, some ugliness needs to be cleaned up
|
2013-12-25 19:47:44 +00:00 |
adelikat
|
db5684b4db
|
Create a RomLoader object in Client.Common and port over a bunch of code from EmuHawk. Still a lot of refactoring, and probably more logic can be moved to common, and things need cleanup, and there is possibly bugs.
This commit breaks coleco rom loading, to settle a merge conflict with the previous commit
|
2013-12-25 19:09:53 +00:00 |
goyuken
|
cff6a517f5
|
coleco to new settings system
|
2013-12-24 23:32:43 +00:00 |
adelikat
|
e711a6ec6f
|
Move SwapBackupSavestate() from EmuHawk.Mainform to Client.Common.SaveSlotManager
|
2013-12-24 22:20:18 +00:00 |
adelikat
|
dd63395f67
|
move some stuff from EmuHawk to Client.Common
|
2013-12-24 21:59:41 +00:00 |
adelikat
|
302e71edc3
|
Rework some input stuff in preparation for moving it to common
|
2013-12-24 21:37:51 +00:00 |
goyuken
|
82c82b681a
|
connect a26 to the new settings setup. unlike all those before it, the menus have changed a bit, but all of the functionality is still there. in movie 2.0, a26 will store the two difficulty switches and the bw\color switch as syncsettings
|
2013-12-24 20:50:53 +00:00 |
goyuken
|
bdfbafdfca
|
SMS: support new settings infrastructure. this adds enableFM and allowOverclock as sync relevant settings for movie files (but of course, they won't end up in Movie 1.0 files)
|
2013-12-24 01:06:17 +00:00 |
goyuken
|
50e3691181
|
new setting system: misc cleanup
|
2013-12-23 21:54:10 +00:00 |
goyuken
|
2558e76b5d
|
fix rewind on N64, gpgx.debug
|
2013-12-23 20:34:02 +00:00 |
goyuken
|
d37796ab1c
|
more new core config framework; this time GAEMBOY
|
2013-12-23 02:51:41 +00:00 |
goyuken
|
f992672051
|
NES add sound volume settings to config object
|
2013-12-22 21:47:16 +00:00 |
goyuken
|
0347fc5eef
|
core settings stuff etc
|
2013-12-22 20:41:21 +00:00 |
adelikat
|
4584b0a054
|
Path Config - fix defaults button, remove "DEBUG" tab and some code cleanup
|
2013-12-22 18:36:27 +00:00 |
goyuken
|
0cd5af1843
|
rework NES palette config in new core config system
|
2013-12-22 06:55:34 +00:00 |
goyuken
|
a5cdee3780
|
pce: connect to new settings system
|
2013-12-22 05:58:24 +00:00 |
goyuken
|
0b8adc6113
|
fix some massively fubar config stuff from r5653
|
2013-12-22 02:47:35 +00:00 |