goyuken
|
60361d9bd4
|
support a homemade UxROM multicart board
|
2014-03-15 19:54:48 +00:00 |
goyuken
|
b02574829d
|
nes: fix vaus controller
|
2014-03-14 23:03:03 +00:00 |
goyuken
|
65b1397198
|
NES: fix the famicom 4player adapter
|
2014-03-14 21:51:40 +00:00 |
goyuken
|
b2eef124e2
|
nes: controller infrastructure
|
2014-03-05 04:08:24 +00:00 |
goyuken
|
804fed9375
|
NES: infrastructure stuff
|
2014-03-04 23:18:10 +00:00 |
goyuken
|
92c934b9a9
|
nes: squeeze a few more percent out of the nametable viewer
|
2014-03-01 23:43:04 +00:00 |
goyuken
|
1fbc833361
|
NES: fix some CNROM games. dunno how they got broken?
|
2014-03-01 16:58:01 +00:00 |
goyuken
|
f346b604d4
|
NES: support CAMERICA-GAMEGENIE (partially). you can't actually use it; it's mostly for documentation purposes.
|
2014-03-01 00:02:53 +00:00 |
goyuken
|
65accb7c94
|
woops
|
2014-02-28 04:16:54 +00:00 |
goyuken
|
3ffde6b88a
|
NES: rework controller infrastructure. zappers and such will be coming soon now
|
2014-02-28 04:05:36 +00:00 |
goyuken
|
f1cd0b888f
|
never fear; you'll be able to use your ddr pads to play final fantasy soon enough
|
2014-02-27 23:34:56 +00:00 |
goyuken
|
5227a5a05d
|
more unfinished controller infrastructure
|
2014-02-27 20:59:10 +00:00 |
goyuken
|
dcb2098055
|
NES: fix some peek memory semantics
|
2014-02-27 20:58:00 +00:00 |
goyuken
|
f1a81e8462
|
fix comment
|
2014-02-27 04:04:55 +00:00 |
goyuken
|
8d2b644686
|
stuff, not done yet
|
2014-02-27 04:02:58 +00:00 |
goyuken
|
7a9eb9f6cb
|
change some memory domains to exception out on out of range access instead of silent masking
|
2014-02-26 20:18:48 +00:00 |
goyuken
|
fa9f1c69b8
|
nes: fix bug with loading UNIF files with no chr rom.
nes: support mapper "FS304" (UNIF only)
|
2014-02-26 03:09:54 +00:00 |
goyuken
|
f6c1c7eba2
|
NES: PPU Viewer: support MMC5 ExAttr mode
|
2014-02-25 22:54:25 +00:00 |
goyuken
|
b1dc3f0f48
|
nes: mmc5: fix uncharted waters, and presumably some other 16K WRAM games
|
2014-02-24 01:01:15 +00:00 |
goyuken
|
cdd19396d4
|
nes: mmc5: implement NT fill mode. fixes "flying through clouds" level intro to laser invasion
|
2014-02-23 23:03:44 +00:00 |
goyuken
|
17f64cf8f5
|
nes: MMC5: fix exram extended attribute mode for CHR ROMs larger than 256KiB? hard to tell
|
2014-02-23 16:22:30 +00:00 |
goyuken
|
cb898334ac
|
remove debug statement accidentally left in previous commit
|
2014-02-22 04:01:00 +00:00 |
goyuken
|
220dabafb7
|
NES: fix major league for change in database autism
|
2014-02-21 23:31:44 +00:00 |
goyuken
|
223116252b
|
NES: sunsoft 1: clarify code, no emulation changes
|
2014-02-19 16:33:59 +00:00 |
goyuken
|
420bbc2c4c
|
NES: pedantic more correct emulation of Fantasy Zone (J). of no interest to anyone.
|
2014-02-17 18:02:21 +00:00 |
goyuken
|
8a34ce3d0b
|
NES: fix Shanghai (J)
|
2014-02-17 17:46:26 +00:00 |
goyuken
|
02762576aa
|
VRC6: support arbitrary romsize through ines identification
|
2014-02-17 04:15:15 +00:00 |
zeromus
|
7b354ef8b9
|
change NES board analysis to prioritize gamedb. this would allow users to control the operations, instead of nescartdb always taking control. not sure if this is OK, but I think it is.
|
2014-02-16 06:16:55 +00:00 |
goyuken
|
4a2f28d89f
|
nes: vrc6: correct some problems with the most recent commit
|
2014-02-15 22:12:46 +00:00 |
goyuken
|
c333e2f6f3
|
NES: take a stab at the VRC6 clusterfuck (thanks, obama!). speed loss of about 2%. as far as we know, no game ever used any of these features.
|
2014-02-15 18:45:52 +00:00 |
goyuken
|
b294c69046
|
NES: MMC1 code cleanup, no changes
|
2014-02-13 18:14:01 +00:00 |
goyuken
|
e5102c1f02
|
NES: fix speed regression of last commit
|
2014-02-12 22:25:36 +00:00 |
goyuken
|
4ada3b4973
|
NES: fix tracelogger for first instruction of NMI or IRQ. also make it obviously indicate that an NMI or IRQ has occurred
|
2014-02-12 22:01:23 +00:00 |
goyuken
|
4875831fb9
|
nes: rename NAMCOT_m19_m210.cs to better match its new function
|
2014-02-06 23:15:52 +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 |
goyuken
|
20bf3b34e0
|
NES: VRC2: correct emulation details (no effect in any game)
|
2014-02-05 16:19:55 +00:00 |
zeromus
|
50f685c67f
|
fix compile error due to [NES.INESBoardImplPriority] assignment in wrong place
|
2014-02-04 20:44:27 +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
|
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 |
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 |
goyuken
|
339cceaca3
|
nes: finish cleanup on namcot 129/163
|
2014-02-02 20:05:09 +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
|
41fe0b56d7
|
NES: fix off by one in the "Clip Left and Right" setting
|
2014-02-01 16:57:20 +00:00 |
goyuken
|
a9e4baa380
|
NES: support worthless garbage
|
2014-01-31 04:15:18 +00:00 |