Commit Graph

21933 Commits

Author SHA1 Message Date
smf-
0ce02e38e6 make it clearer that you can't write to LZCR (nw) 2013-04-25 12:02:11 +00:00
Scott Stone
ba02fc1374 Fix a couple same name/diff crc romnames (nw) 2013-04-25 12:00:04 +00:00
Robbbert
88ec843c14 (MESS) Ravens WIP - mostly working 2013-04-25 11:36:15 +00:00
Fabio Priuli
66ae0c6ab9 (MESS) NES IRQ clean up part 2: Konami IRQs are now implemented based on the docs
and not kludged (in particular, now they are cycle based too). nw.
+ a minor fix for NT restore...
2013-04-25 10:14:13 +00:00
Robbbert
715f05b28d s2650 cpu: fixed a few disassemblies 2013-04-25 05:49:51 +00:00
Andrew Gardner
cd2e723710 Convert the std::vector of settings to a simple_list in preparation for saving
individual window settings.  (nw)
2013-04-25 05:21:45 +00:00
Fabio Priuli
ca39e65ab5 (MESS) n64.xml: new dumps from Carrot + fixed a 1byte bad dump for pokestad (thanks to the retrode guys). nw. 2013-04-25 05:05:42 +00:00
Robbbert
913db8bbcb (MESS) ravens WIP 2013-04-25 04:19:31 +00:00
R. Belmont
ac174df014 New games added as GAME_NOT_WORKING
-----------------------------------
Golden Tee Fore! 2004 [R. Belmont, Brian Troha, uncletom]
Golden Tee Fore! 2005 [R. Belmont, Brian Troha, uncletom]
2013-04-25 03:09:48 +00:00
Scott Stone
eb81010b52 Fixed labels for bomber (scramble clone) based on recent dump. (nw) 2013-04-25 01:51:51 +00:00
Scott Stone
df66d235b2 (MESS) NES: Switched button arrangement to match left to right order from actual gamepad. Mike Tyson's Punchout plays a little more logically now. (nw) 2013-04-25 00:26:05 +00:00
Fabio Priuli
db73d6d21b re-submit of LoganB's updated gbcolor.xml. this time validation should be ok. nw. 2013-04-24 21:51:20 +00:00
Fabio Priuli
ee33a7bfaf (MESS) NES: hopefully fixed a crash occurring at exit when PRG is not a multiple of 16KB.
Also promoted to working state two other SMB clones running on the same pcb as 
SMB Malee 2 (whose support was added a few days ago). nw.
2013-04-24 21:49:57 +00:00
Fabio Priuli
9619440925 (MESS) NES IRQ clean up part 1: CPU-driven IRQ now actually tick based on CPU cycles rather than on scanlines. nw. 2013-04-24 21:46:39 +00:00
Wilbert Pol
07ccdda2e9 silence. (nw) 2013-04-24 18:28:23 +00:00
Wilbert Pol
341f39061e Fixed potential out of bounds array access. (nw) 2013-04-24 18:21:58 +00:00
Miodrag Milanovic
ea5d79c9cc removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instead (nw)
this require clean compile
2013-04-24 14:54:54 +00:00
Miodrag Milanovic
f3d0ba23d1 removed usage of 6532RIOT legacy calls (nw) 2013-04-24 13:33:52 +00:00
Miodrag Milanovic
3b0ee026b9 modernized 2 drivers skipped in past (nw) 2013-04-24 09:50:14 +00:00
Miodrag Milanovic
f7e95c828e compile fix (nw) 2013-04-24 09:37:17 +00:00
Fabio Priuli
270c089dda (MESS) megadriv.c: fixed crash in the debugger due to access beyond end of the rom. nw. 2013-04-24 09:12:40 +00:00
Fabio Priuli
4715c52f52 two new pico dumps from TeamEurope. nw. 2013-04-24 09:05:55 +00:00
Fabio Priuli
9ee01824c2 fixed validation too. nw. 2013-04-24 09:05:08 +00:00
Fabio Priuli
61f8dce6f3 gbcolor.xml submission was busted. temporarily reverted until I have time to fix it. nw. 2013-04-24 09:02:06 +00:00
Miodrag Milanovic
0091c61318 fix one more (nw) 2013-04-24 08:55:04 +00:00
Miodrag Milanovic
467a771067 fixed compile (nw) 2013-04-24 08:52:52 +00:00
Miodrag Milanovic
8c961ddc56 removed duplicated line (nw) 2013-04-24 08:24:10 +00:00
Fabio Priuli
84af806a8d (MESS) softlist: added PCB documentation to gba, gbcolor and n64 lists,
based on nointro pictures [LoganB]
(MESS) svmu.c: changed input mappings to be more standard [LoganB]

also, LoganB has updated the support status of snes_strom.xml saving me the time to test
them again :)
2013-04-24 06:40:59 +00:00
Fabio Priuli
2a6e803a9e (MESS) nes.c: Fixed remaining known bootleg PCBs (mostly SMB2 FDS conversions) and
improved FFE mappers (I'd be more interested into actually emulating the copier but this is
all we got at the moment...) . nw.

Also, backing up some wip code for other pcbs that still does not produce any useful result.
2013-04-24 06:36:07 +00:00
cracyc
6154d88f09 (mess) getid and readtoc generate 2 interrupts (nw)
--
Fixes booting of later bioses which are more strict about that
2013-04-24 03:25:52 +00:00
Michaël Banaan Ananas
119692ba29 reimplemented mlanding analog controls, but it's still about as bad as it was before 2013-04-23 18:00:33 +00:00
Robbbert
a67009d497 New skeleton driver
-------------------
Ravensburger Selbstbaucomputer [Robbbert]
2013-04-23 13:00:21 +00:00
mahlemiut
53b5cfd009 s3,s3virge: added bits 8 and 9 of VGA Offset register. (no whatsnew) 2013-04-23 10:55:59 +00:00
Miodrag Milanovic
6de13d280a made BEEP and RAM devices initialize in constructor of driver classes (nw) 2013-04-23 07:11:57 +00:00
cracyc
fdaf96470f (mess) psxcd: fix potential bugs (nw) 2013-04-23 02:37:07 +00:00
mahlemiut
7bce911a75 s3: Added MMIO registers for read and write masks (no whatsnew) 2013-04-23 01:22:08 +00:00
cracyc
e03b8f95af (mess) Further cdrom work, main functional change is better sector buffer handling [Carl] 2013-04-22 18:58:43 +00:00
Fabio Priuli
051dae1cdd a bunch of cleanups. nw. 2013-04-22 15:15:05 +00:00
Miodrag Milanovic
e0577be96c rmnimbus cleanup and few smaller (nw) 2013-04-22 13:29:58 +00:00
Fabio Priuli
937fd2493f (MESS) nes.c: fixed NINA-001 emulation (mapper 34), promoting Impossible Mission II to working
state [Fabio Priuli]
(MESS) nes.c: improved Taito LROG017 emulation (mapper 77), promoting Napoleon Senki to working
state [Fabio Priuli]
(MESS) nes.c: added emulation of the Sachen SA-9602B pcb used by Mei Shao Nv Meng Gong Chang,
a chinese port of Princess Maker by Sachen, based on the great work done by Cah4e3 in FCEUMM 
[Fabio Priuli]

out of whatsnew: this change also moves the summary of known issues in the appropriate source files
(some pirate and multigame cart issues have to be rechecked, due to the amount of changes done since
they were last checked, so I will add them back after a few test)
2013-04-22 13:23:56 +00:00
Miodrag Milanovic
4974bc6f68 Fixed listxml breakage (nw) 2013-04-22 12:23:41 +00:00
Fabio Priuli
f4ed122a3c whoops. nw. 2013-04-22 11:30:51 +00:00
mahlemiut
acae1e5c14 nes: fixed array access above array bounds. (no whatsnew) 2013-04-22 09:38:40 +00:00
Fabio Priuli
7c77d4feb0 updated -lx to account for on-device samples (required by NES carts using samples due
to currently undumpable NEC D7755C/D7756C)
2013-04-22 09:26:53 +00:00
smf-
5968c65513 renamed the gte acc class to int44 to better describe what it is & uses the register names instead of the array index in a couple of places (nw) 2013-04-21 20:58:01 +00:00
Michaël Banaan Ananas
bcb17dbca9 (sync fix) 2013-04-21 20:24:16 +00:00
R. Belmont
ea8f98ad6f Fruit: fix VGA BIOS mirror, RAM amount, and HDD writability [Carl, R. Belmont] 2013-04-21 19:50:29 +00:00
smf-
dcf65bad9a Added a temporary way to get to the PSX RAM as a couple of share1 lookups remained. (nw) 2013-04-21 19:50:00 +00:00
smf-
60e5dd269b gcc suggested parenthesis (nw) 2013-04-21 19:36:24 +00:00
Fabio Priuli
c1540080a1 (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli]
- converted carts, mappers and pcbs to use slot devices
- fixed starting of Famicom, Famicom Twin and Dr. PCJr
- fixed handling of "no disk" in FDS so that the system displays Mario and Luigi 
  jumping around as expected
- added AY8910 sound to Sunsoft-5B (Gimmick JPN sfx)
- added YM2413 to VRC-7 (Lagrange Point OST)
- added support for recorded samples to Jaleco sport titles and to Bandai Family Trainer
  Aerobics Studio, thanks to notes by hap and egoh, and recordings by Pongbashi 
  (samples are needed because these games use a currently undumpable speech chip)
- added support for NES-EVENT pcb used by Nintendo World Championship 1990,
  including dipswitches
- added support for Galoob Game Genie real usage (in addition to the codes which
  Puggsy added to his cheat collections): when you load ggenie, a second cartslot 
  becomes available to load another game attached to the cheat device (e.g. with
  "mess.exe nes -cart ggenie -cart2 smb") and you can enter the cheat codes as in a
  real NES
- added support for Nantettatte!! Baseball lock-on mechanism, based on the tests
  performed by naruko on his carts: when you load nantbb, a second cartslot 
  becomes available to load one of the two update minicarts (91 Hen or OB Hen)
- improved emulation of Namcot 163, 175 and 340 boards, based on the tests
  performed by naruko, lidnariq and bootgod on the real hardware
- moved Nantettatte!! Baseball minicarts to a separate list (nes_ntbrom.xml) because 
  they cannot be loaded in the NES directly, but only through the nantbb subslot
- emulated bus conflict (CPU/PRG) in PCBs documented as having it
- partial emulation of open bus, enough to make working the games using it as a sort
  of protection
- fixed crash when loading files using FFE mappers
- fixed mirroring in some boards (Sunsoft DCS and UNL-CC-21) and in some games
  (e.g. Paris Dakar Rally Special and Escape from Atlantis)
- fixed a few bugs in Tengen 800032 emulation (mapper 64), promoting Klax, Xybots 
  and Road Runner to work state
- fixed Tengen 800037 emulation (mapper 158), promoting US Alien Syndrome to work
  state
- added working emulation of many bootleg pcbs used for pirate conversions from FDS
  (Ai Senshi Nicol, Doki Doki Panic, Fuuun Shaolin Kyo, Green Beret, Monty no Doki 
  Doki Daidassou, Tobidase Daisakusen, Super Mario Bros Malee 2 / Genius Merio Bros...)
- improved emulation of many pirate pcb (BMC-GOLDENCARD-6IN1, KS7013B, 
  KS7012, BMC-GHOSTBUSTERS63IN1, UNL-MALISB, MAXI15 and more...)
- improved RacerMate Challenge II emulation, but the game is still not working due to
  unemulated bicycle controller
- added CPU-based IRQ mode in Tengen 800032 emulation (mapper 64), fixing
  Skulls & Crossbones gfx (but the game is still not working)
- fixed many small inaccuracies in the old code, spot during the conversion
- added support for most other known pcbs, even if in most cases emulation is only
  sketchy
- reduced the need of fake alt pbcs for boards which only differed by mirroring handling 
  (these are now recognized through the "mirroring" feature)
- removed fake wram which was added to a lot of partially documented pcbs and 
  re-added it only where actually present, so to more accurately document what was 
  really in the carts

Out of whatsnew: There's still a lot to do (e.g. to clean up the implementation of the pirate pcbs)
but I hope that submitting this now I can get some wider testing help so to catch and fix regressions 
before next release :)
2013-04-21 19:27:29 +00:00