goyuken
|
4875831fb9
|
nes: rename NAMCOT_m19_m210.cs to better match its new function
|
2014-02-06 23:15:52 +00:00 |
goyuken
|
099ae2484f
|
show slightly informative message if mainform tries to load saveram for a game that has none
|
2014-02-06 22:08:01 +00:00 |
zeromus
|
8eb4044a5f
|
bizwareGL-add RectFill and 4-corner gradient function
|
2014-02-06 09:45:55 +00:00 |
goyuken
|
25e7355fe4
|
NES: region override. now you can add Subor Style to all of your favourite games
|
2014-02-06 02:06:17 +00:00 |
zeromus
|
f218d1da7c
|
don't search for firmwares in nonexisting directory to avoid assert in FirmwareManager
|
2014-02-05 23:53:41 +00:00 |
adelikat
|
7d40d15b79
|
Include firmware folder when packaging a release
|
2014-02-05 23:37:35 +00:00 |
zeromus
|
dca390018a
|
fix bug in hex cheats, which was making them basically non-functional
|
2014-02-05 20:05:44 +00:00 |
goyuken
|
92aa23de6f
|
nes ppu viewer: correct tile number display bug (was always wrong). in addition, show more informative data for 8x16 sprite tile number
|
2014-02-05 19:08:04 +00:00 |
goyuken
|
20bf3b34e0
|
NES: VRC2: correct emulation details (no effect in any game)
|
2014-02-05 16:19:55 +00:00 |
goyuken
|
0f37d63a90
|
GPGX: fix controller regression caused by r6007
|
2014-02-05 16:00:50 +00:00 |
goyuken
|
e76b71b72f
|
megadrive: core side stuff for loading a cart + CD at once (not hooked up in frontend)
|
2014-02-04 22:29:40 +00:00 |
adelikat
|
e71d729626
|
some minor code cleanups in BizHawk.Common
|
2014-02-04 21:15:33 +00:00 |
zeromus
|
8439d13236
|
change 1px bordering method amd workaround hack so it can always be black
add icon for firmwares and display config
|
2014-02-04 21:06:00 +00:00 |
zeromus
|
50f685c67f
|
fix compile error due to [NES.INESBoardImplPriority] assignment in wrong place
|
2014-02-04 20:44:27 +00:00 |
adelikat
|
82dd0d324d
|
Atari 2600 - Remove a todo, ReadConsoleSwitches should in fact read the lag flag (and currenlty does already), justification: it is implied that any input on "lag frame" should have no impact on a movie
|
2014-02-04 15:55:05 +00:00 |
goyuken
|
a9799f4716
|
NES: finish previous commit
|
2014-02-04 03:58:48 +00:00 |
goyuken
|
6d53152a7f
|
NES: reorder boards slightly to shave them nanoseconds off boot time
|
2014-02-04 03:51:17 +00:00 |
adelikat
|
993845fe72
|
some mostly useless code reformatting in client.common
|
2014-02-04 03:08:20 +00:00 |
zeromus
|
255eb5adbf
|
fix 1px fullscreen frame remaining after returning to windowed mode
|
2014-02-04 01:37:43 +00:00 |
zeromus
|
c61f5950a1
|
add hack to work around windows or AMD bullshit: 1px border around screen in fullscreen mode to avoid flickering monitors and corrupting taskbar due to gamer speedhacks getting activated which actually put your system in fullscreen mode without us having asked for it. This could be turned into an option, if anyone notices.
|
2014-02-04 00:41:24 +00:00 |
adelikat
|
23f7017651
|
Some code cleanup tinkerings in Client.Common
|
2014-02-03 20:48:01 +00:00 |
adelikat
|
3dfcd8b22a
|
drastically cleanup the InputValidate class
|
2014-02-03 19:37:43 +00:00 |
goyuken
|
343fbc7ae4
|
genesis: big savestate rework. all old savestates are invalid. saveram is now stored in savestate. non-megaCD savestates should be significantly smaller than before; megaCD savestates should be slightly larger.
|
2014-02-03 18:07:21 +00:00 |
adelikat
|
d81f2effb5
|
fix a warning
|
2014-02-03 16:59:30 +00:00 |
goyuken
|
74fb9f37ff
|
NES: add internal SRAM to Taito X1-017. all games on that board seem to have battery backed sram, so that works now. Kyuukyoku Harikiri Koushien seems to be nonfunctional though??
|
2014-02-03 16:31:14 +00:00 |
adelikat
|
13c6f488aa
|
Slight fix to default controls for NES controllers
|
2014-02-03 16:21:49 +00:00 |
goyuken
|
508a60c737
|
NES: add proper WRAM to Taito X1-005. should fix saveram on Kyonshiizu 2, Kyuukyoku Harikiri Stadium, Minelvaton Saga: Ragon no Fukkatsu, Mirai Shinwa Jarvas, Taito Grand Prix: Eikou e no License.
also fold mapper 207 into mapper 80 for simplicity
|
2014-02-03 16:05:19 +00:00 |
goyuken
|
5be10ff8d5
|
NES: add mediocre support for mapper158 (but all of the alien syndrome roms i've seen in the wild are marked mapper118, so...)
|
2014-02-03 15:13:24 +00:00 |
goyuken
|
a21c1a144c
|
nes: mapper 218: minor code cleanup ( no changes )
|
2014-02-03 15:03:34 +00:00 |
zeromus
|
28521af0b4
|
snes-fix trace logging (copy/paste error during refactoring)
|
2014-02-03 09:25:30 +00:00 |
zeromus
|
2ea2649271
|
little fix to the previous
|
2014-02-03 08:11:13 +00:00 |
zeromus
|
4a753aae17
|
use GL_EXT_framebuffer_object instead of opengl 3.0 core FBO support, for to help on low-spec hardware
|
2014-02-03 08:04:11 +00:00 |
zeromus
|
33294f9c81
|
dont malfunction when compiling filter shaders on low-spec systems; just make the filters unavailable instead
|
2014-02-03 07:43:47 +00:00 |
zeromus
|
83dc819fbe
|
add a rather bulky build of themaister's cg2glsl. as usual, the python->exe conversion story is totally bolloxed, so I had to use ironpython which turns 250KB of python code into 5280KB of MSIL
|
2014-02-03 07:16:26 +00:00 |
zeromus
|
cd7ca56441
|
restore scanlines filter as shader
|
2014-02-03 07:01:31 +00:00 |
zeromus
|
582a3ae58a
|
forgot to add
|
2014-02-03 06:34:55 +00:00 |
zeromus
|
151b074563
|
re-add hq2x via shader. add a new Display Configuration dialog (its simple for now).
|
2014-02-03 05:27:59 +00:00 |
goyuken
|
28c1347b75
|
genesis: only save the actual saveram (instead of an overly large file) in some cases with MD cart. disable automatic saveram (that didn't exist anyway) in most non-saveram carts. for mega CD, reduce size of EBRAM cart to 16KiB. it's still enough for a total of 3 Shining Force CD saves, so no complaining.
|
2014-02-03 04:04:53 +00:00 |
goyuken
|
339cceaca3
|
nes: finish cleanup on namcot 129/163
|
2014-02-02 20:05:09 +00:00 |
adelikat
|
f72debc84e
|
Slight and meaningless TAStudio stuff
|
2014-02-02 17:49:40 +00:00 |
goyuken
|
06338066c7
|
gpgx: cleanup unused stuff
|
2014-02-02 17:37:42 +00:00 |
goyuken
|
63a1be2a70
|
NES: change namcot 163/129 to conform to more accurate modern knowledge of how the chip works. probably doesn't affect any games?
|
2014-02-02 17:06:48 +00:00 |
goyuken
|
c3df573698
|
continue previous commit
|
2014-02-02 16:30:04 +00:00 |
goyuken
|
99af51b883
|
nes: move namcot175&340 to their own class, and change a few things. fixes bad mirroring in some games
|
2014-02-02 16:23:35 +00:00 |
goyuken
|
7a22757ca8
|
gpgx minor code cleanup
|
2014-02-02 02:05:36 +00:00 |
sappharad
|
cae7e7fc98
|
Converted GPGX Analog Controls to 1D
|
2014-02-02 01:35:03 +00:00 |
adelikat
|
a17945296c
|
Update about box with new contributers and gpgx information
|
2014-02-01 22:39:48 +00:00 |
goyuken
|
41fe0b56d7
|
NES: fix off by one in the "Clip Left and Right" setting
|
2014-02-01 16:57:20 +00:00 |
goyuken
|
062d86ff7b
|
genesis: catch revisions through r850 from trunk
|
2014-02-01 16:47:39 +00:00 |
adelikat
|
50a879dd05
|
Tastudio - implement Floating window and refactor to use ToolDialogSettings object
|
2014-02-01 15:44:51 +00:00 |