g0me3
6145fe22ab
bandai and sunsoft barcode readers support GUI restore for WIN build
...
157 mapper (barcode battler) support for main unit's and cart's eeproms. all datach games are able to save properly now.
2020-07-25 21:21:37 +03:00
g0me3
5d872472ef
- N106 sound issue requested fix, see comments
...
- new inex 2.0 mapper 406 added without flash support though
- dpcm data log now does proper memory area logging (not worth actually, always be like C000 lol)
2020-04-09 20:54:05 +03:00
g0me3
18165938d4
preliminary, basic hookup of Family Network System base board + MMC1 cassette emulation
2020-01-16 21:33:37 +03:00
g0me3
6abfe09caf
Famicom Network System controller added
...
misc fixes to mappers
2020-01-04 13:16:54 +03:00
Brad Smith
88d7f392a9
MMC5 arbitrary WRAM size support via iNES 2 ( #84 )
2019-11-22 23:22:08 -05:00
g0me3
25c0b96c30
mapper 547 (ines 2.0 version of KONAMI-QTAi UNIF board)
2019-10-25 20:52:08 +03:00
g0me3
0fc18be6b8
mapper 15 - fixed regression by previous fixes (waising / subors does not work properly with CHR write protection on mode 0)
2019-10-02 20:03:38 +03:00
norill
5ca7f608f7
Update 15.cpp
...
changes in accordance to the reverse-engineered mapper schematics:
- changed bank mode 1 mapping CPU $C000-$DFFF from "fixed to last bank" to "B OR 7" to support multiple 128KiB UNROM games in one cart
- latch D.7 bit ignored outside bank mode 2
- fixed latch D.6 bit interpreted as bank number bit
2019-10-02 18:30:36 +02:00
g0me3
8b1c405d95
mapper 15 chr protection implemented
2019-10-01 22:01:30 +03:00
g0me3
63421d411b
vrc5 extended ppu rendering simulation fix
2019-08-07 01:17:57 +03:00
g0me3
1f5ce9e120
fix to prev, now all ROMs are happy
2019-07-22 13:48:49 +03:00
g0me3
a3d4db6b1a
fix for #68 (mapper 227 chr write protection emulation)
2019-07-22 13:32:42 +03:00
g0me3
57d0b92a0f
8 times lesser conversion table for previous lol.
2019-06-30 18:58:16 +03:00
g0me3
d5896a8b93
removed debug assert for prev
2019-06-30 14:04:10 +03:00
g0me3
7c9dca50bd
new unif "KONAMI-QTAI" board (VRC-V code name) along with PPU hack for it (16-bit extra NT like in MMC5) for both New and Old PPUs. very hacky for new ppu, sorry.
2019-06-30 14:00:59 +03:00
g0me3
705f1c905c
KT-008 handling fix for FF Xn games. probably they are the same mapper with a set of different modes switching by specific bits (TODO, check the hardware: i have FFX games, but haven't any KT-008 games!)
2019-06-24 15:52:06 +03:00
g0me3
fecfd0ea42
update to prev, nw
2019-04-27 21:40:48 +03:00
g0me3
60b314feb3
vrc5 mapper update, prepare to add extra ppu render for it
...
cheats.cpp int converions warnings fix
change default tool index for vc project. if you have problem with it, feel free to revert. but i can't compile with just "8.1" in there sadly...
2019-04-27 21:35:59 +03:00
Dwedit
5d96c96cb4
For datalatch mappers, remove the BUSC tag from savestates to prevent the bus conflict status from another game to override the current game.
2019-04-10 13:29:17 -05:00
Brad Smith
45dcb3e242
VRC7 patch set is finally properly dumped
2019-03-22 12:58:34 -04:00
cah4e3
951c325cc1
fixed long standing bug in GG encoder for 8000 address
2018-12-05 15:24:29 +03:00
zeromus
286875f9ef
try to fix writes to palette mirrors
2018-11-07 04:01:36 -05:00
Brad Smith
be86d96278
cheapocabra.cpp typo: CHR-RAM not CHR-ROM
2018-10-31 17:00:50 -04:00
Alexey 'Cluster' Avdyukhin
388e10b473
Fixes for COOLBOY mapper, added MINDKIDS mapper (alternative COOLBOY)
2018-08-30 19:10:10 +03:00
Brad Smith
5be92d3ee5
Propagating memory initialization option to WRAM ( #13 )
...
1. Including WRAM in the RAM initialization options. Since it was usually initialized to zero by default, the "default" setting must do that as well, the explicit settings should follow the others.
2. unif.cpp extending memory randomization of 4-screen VRAM to match ines.cpp version, except it had no explicit initialization before: static array should initialize to 0, so its default will still do this
3. MALEE WRAM never initialized, replacing a few existing explicit (non gmalloc) WRAM clears with MemoryRand, removing a few memsets now unneeded because of gmalloc clear.
2018-06-26 22:11:01 -04:00
Chris Broome
95e82b57ba
Fix Linux build errors ( #3 )
...
Enable usage of `nullptr` by passing `-std=c++0x`
- SConstruct
- src/Makefile.am
Add missing mappers to boards/Makefile.am.inc:
- boards/190.cpp
- boards/80013-B.cpp
- boards/hp10xx_hp20xx.cpp
2018-06-15 13:02:23 -04:00
Brad Smith
9b6ff8fe49
Mapper 30 4-screen ( #10 )
...
mapper 30 support for both 1-screen and 4-screen configurations (see: Black Box Challenge)
2018-06-05 02:17:38 -04:00
Brad Smith
458eb30f3d
Small improvement to sound output options. #6
...
1. Force 8-bit sound option confused some users who thought it might be an emulation accuracy option instead of selecting output bit depth, replaced it with a drop-down that's consistent with the other sound output options instead (hiding the temptation of setting "8-bit" and thinking that's a desirable thing for an NES emulator).
2. Making the default samplerate 48000, because it is the most common native device rate now.
3. Increasing the AVI output's 1 second buffer size to allow the maximum samplerate of 96000.
2018-06-02 03:11:33 -04:00
Brad Smith
29171209a7
mmc5.cpp fix warning about int to boolean type conversion
2018-06-01 21:08:35 -04:00
zeromus
c5bb44a37f
implement namco 340 NT mirroring register (fixes wagyan land 3)
2018-05-26 20:45:27 -04:00
zeromus
9ff8ecb856
fix Uchuu Keibitai SDF in oldppu (broken in r3360)
2018-04-11 00:47:00 -05:00
zeromus
bb5cd1527d
uhhh did i leave this hacked when i fixed re-un-broke cv3 recently?
2018-04-11 00:17:30 -05:00
zeromus
0307e3b827
migration tidying (build master from trunk)
2018-04-08 17:35:15 -05:00
punkrockguy318
2be5084a7b
create new subversion repo structure (trunk, tags, branches)
...
[[Split portion of a mixed commit.]]
2013-03-15 19:00:14 +00:00
CaH4e3
1106e21517
no, hack isn't right... there is some issues with other games
2013-03-06 18:09:39 +00:00
ansstuff
7007fc4805
* Taseditor: cleaned up code a bit more, renamed identifiers to follow single convention
2013-03-04 16:58:54 +00:00
CaH4e3
fe057f4bfd
CDLogger VRAM issue fix
2013-03-01 19:22:45 +00:00
CaH4e3
52945e7484
MMC5 - refixed
2013-02-27 08:26:45 +00:00
CaH4e3
71f2d5bc9c
UNIF DSOUNDV1 - pre beta mapper, nw
...
various mapper improvements
UNIF MALISB - Mali Splash Bomb dump
mapper 19 - Dream Master mirror fix
SOUND - low quality 69 mapper exp sound fix
2013-02-18 13:41:44 +00:00
CaH4e3
b7584d0da2
cdlogger - fixed unif load/save, TODO: get rid or VRAM in there
...
mapper 69 - fixed #580 Low quality sound issue
2013-02-10 22:05:02 +00:00
CaH4e3
dd54482e1a
mapper 115 - redesign according to the hardware tests
2013-01-03 07:34:09 +00:00
CaH4e3
69c3e2df02
mapper 115 - thunderbolt fixed
2012-12-31 09:09:45 +00:00
CaH4e3
1d5157dca2
mapper 24 fixed
...
mapper 26 fixed
formatting fix, cleanup
2012-12-31 08:47:09 +00:00
CaH4e3
8110346ccb
mapper 018 - fixed
...
mapper 198 - fixed
AutoResumePlay default option - "disabled"
2012-12-18 13:56:35 +00:00
aquanull
d9f0d060df
* Action 52 reset.
2012-12-16 10:46:49 +00:00
punkrockguy318
bf4ba33801
scons: include all relevant source files in src/boards
2012-12-13 20:23:16 +00:00
CaH4e3
3a5e90fcc2
formatting sync, cleanup
2012-12-12 18:30:16 +00:00
CaH4e3
13d63e5af2
finish with mapper to boards conversion
2012-12-12 16:47:50 +00:00
CaH4e3
5ca09c31d5
mapper 99 - fixed
...
UNIF SMB2J - now not support SMB2j which is proven bad dump
2012-12-03 15:26:22 +00:00
punkrockguy318
969258d32a
scons: dynamically generate the build source list
2012-12-01 21:54:02 +00:00