Commit Graph

1428 Commits

Author SHA1 Message Date
cracyc
b3150f804e (mess) psxmultitap: add multitap support [Carl] 2013-05-06 00:09:10 +00:00
Sandro Ronco
562aabb41c (MESS) cp1: added layout and keyboard input. [Sandro Ronco] 2013-05-05 07:58:53 +00:00
David Haywood
a663637e9c silence some excessive logging 2013-05-02 19:39:03 +00:00
Fabio Priuli
aa853b85c2 (MESS) aim65.c: added software list for software ROMs and hooked up to the driver. [K1W1, Fabio Priuli]
out of whatsnew: make sure to read the "usage" feature to use properly the dumps
2013-05-01 09:56:29 +00:00
David Haywood
9a8c5514bb preparation for some fruit machine work I'm doing (nw) 2013-04-29 22:40:10 +00:00
R. Belmont
26df8e12f1 Games added as GAME_NOT_WORKING
-------------------------------
Pinball 2000: Star Wars Episode 1 [R. Belmont, José Renato Castro Milanez]
Pinball 2000: Revenge From Mars (rev. 1) [R. Belmont, José Renato Castro Milanez]
Pinball 2000: Revenge From Mars (rev. 2) [José Renato Castro Milanez]
2013-04-28 15:34:30 +00:00
R. Belmont
7555ca37d8 Free to good home if you can make it not sound like ass (nw) 2013-04-28 15:17:52 +00:00
Roberto Fresca
e0343b0578 New complete driver for Good Luck II (Yung Yu / CYE) [Roberto Fresca]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Good Luck II [Roberto Fresca, f205v]
2013-04-27 02:25:41 +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
Robbbert
a67009d497 New skeleton driver
-------------------
Ravensburger Selbstbaucomputer [Robbbert]
2013-04-23 13:00:21 +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
Robbbert
394cfc6886 Deleted old files 2013-04-21 01:51:00 +00:00
R. Belmont
5a1d06c030 New games added as GAME_NOT_WORKING
-----------------------------------
Fruit [Any, R. Belmont]


nw: This game based on a 486+PC h/w+VGA SoC appears to boot into MS-DOS successfully (based on logging IDE commands) and the game may even be running, but there is no video at all.  If any of the PC experts could take a look it's probably something relatively obvious :)

It also has a Sound Blaster compatible sound system which isn't currently hooked up.
2013-04-21 01:25:34 +00:00
Miodrag Milanovic
1056c6e5fc more cleanup (nw) 2013-04-19 12:00:24 +00:00
Miodrag Milanovic
ef517f4fd3 some mostly pc related cleanup (nw) 2013-04-18 11:54:35 +00:00
Miodrag Milanovic
5d8cdfb2e5 (MESS) cassette cleanup (nw) 2013-04-17 08:30:36 +00:00
Robbbert
ec0c81f9e3 New WORKING system
------------------
DAG Z80 Trainer [Robbbert]
2013-04-14 12:40:55 +00:00
Andrew Gardner
7bf57783e7 Adds simple_set data structure and hooked it up to the debugger comment system.
[Andrew Gardner]
2013-04-13 20:03:24 +00:00
Miodrag Milanovic
e0ce5c477c XT IDE interface [Phill Harvey-Smith] 2013-04-09 11:32:51 +00:00
Fabio Priuli
0595f70aa3 (MESS) snes.c: added support for the PowerFest '94 competition cart. [Fabio Priuli] 2013-04-07 09:32:02 +00:00
mahlemiut
38716f6a64 s3virge: moved to separate source file (no whatsnew) 2013-04-07 02:13:42 +00:00
Jonathan Gevaryahu
495816937e tms5220.c: Added correct tms5200 chirp rom derived from decap; This is now used for 5200, 5220 and 5220c pending decaps of the latter two. [digshadow, Sarayan, Lord Nightmare]
(removed tms5220r.c which hasn't actually been compiled/used by speech code for around 2 years now, and fixed the makefile. no whatsnew)
2013-03-31 02:59:17 +00:00
Curt Coder
e61d508086 (MESS) ql: Added floppy softlist. [anonymous] 2013-03-26 16:01:23 +00:00
R. Belmont
3f85549053 Add support for Mitsubishi M50740/50741 MCUs. [R. Belmont] 2013-03-25 02:33:41 +00:00
cracyc
6d6e25adaf (mess) psxcd: simplify the cdrom [Carl]
---
I haven't found any regressions but I wouldn't be surprised to see some.  The only improvements so far is better CD audio and disk change support.
2013-03-24 23:58:53 +00:00
Fabio Priuli
69e62129cb removed a (now) redundant .h file too. nw. 2013-03-23 17:47:20 +00:00
Angelo Salese
2424f1ac6c Forgot main file 2013-03-23 16:24:16 +00:00
Fabio Priuli
5409bd67cd (MESS) megadriv.c: removed drivers gensvp, mdsvp and mdsvpj: Virtua Racing can
now be loaded directly in genesis, megadriv and megadrij [Fabio Priuli]
2013-03-23 11:53:31 +00:00
Fabio Priuli
f1283d262c (MESS) megadriv.c: backing up preliminary work on SVP as slot device. disabled by default.
also reorganization of megadriv.xml, part 1. nw.
2013-03-21 15:53:22 +00:00
Miodrag Milanovic
9ec92e573e removed devhelpr.h and trampolines in half modern devices,also southbridge also use am9517a device now (no whatsnew) 2013-03-20 12:04:38 +00:00
Fabio Priuli
5abd7173ff (MESS) saturn: converted carts to be slot devices and enabled battery
RAM carts support [Fabio Priuli]
2013-03-19 11:13:46 +00:00
Fabio Priuli
e5bd92893c added software list to the RM Nimbus. 2013-03-18 14:09:14 +00:00
R. Belmont
f89b0d6d3c M3745x: Preliminary support for the Mitsubishi M37450 microcontroller [R. Belmont] 2013-03-18 01:12:44 +00:00
mahlemiut
b17d78ad6b de_2: Adding a bit of meat to the bones. Still need to work on the MSM5205 and some of the LEDs. (no whatsnew) 2013-03-16 05:50:35 +00:00
Fabio Priuli
16d68e7fbb (MESS) snes.c: major overhaul of cart and add-on handling [Fabio Priuli]
- updated carts to be slot devices
  - simplified loading and bankswitch mechanism
  - removed drivers snessfx and snespsfx: SuperFX/GSU games can now 
    be loaded in snes and snespal
  - removed drivers snesdsp and snespdsp: NEC DSPx games can now 
    be loaded in snes and snespal from softlist
  - removed drivers snesst10 and snesst11: Seta DSP games can now 
    be loaded in snes and snespal from softlist
  - removed driver snesst: when you load Sufami Turbo, two more cart slots 
    (-cart2 and -cart3) become available to load ST carts
  - added preliminary support for games with BS-X slots: when you load 
    one of these, a -cart2 slot becomes available to load a 8MB memory pack
    (only a few of these work at the moment, e.g. Same Game)
  - added support for loading DSPx games with DSP dump appended at the 
    end of the .sfc file
  - added two "legacy" drivers snes_add and snesp_add containing the 
    DSP dumps in the bios, to allow loading of old .sfc dumps missing the DSP
    content (these drivers are of course marked as GAME_UNOFFICIAL)


out of whatsnew: 
- I have removed the DSP1B dump from NSS, because I plan to update NSS
to use slot devices as well and that will cover everything needed by SMK, if we 
ever find its NSS release and dump it
- Also, I will take care of fixing snes entries in messnew before u2, because 
part of this set of changes supersede the log for 21546 (e.g. no more snesnew
or snespnew wip drivers)
2013-03-15 09:13:49 +00:00
Angelo Salese
e14af05144 New skeleton driver for Casio FP-200, will do actual code work next 2013-03-14 21:07:18 +00:00
David Haywood
6fd27fba2a the Naomi cartridge per-game keys are totally arbitrary at this point, let's not store them in 4 byte files as if they were dumps (by request / suggestion of Nicola) (nw) 2013-03-11 21:45:41 +00:00
David Haywood
c3f5ced6f3 put the decathlete protection (compression) handling in a different file to the others, add some debug (disabled) code to allow loading of memdumps from UME/MESS for the title screen, will hopefully give us a good 1:1 match for some compressed -> plain gfx.
this one is going to need a lot of work even once the gfx are done tho, currently looks awful anyway with the bad blending and 9% speed.
2013-03-09 16:55:40 +00:00
Curt Coder
389ee4558f Reverted MC68328 changes. (nw) 2013-03-07 19:12:27 +00:00
Curt Coder
75f815e2b5 Fixed build. (nw) 2013-03-07 18:49:59 +00:00
Curt Coder
76ac08a0b8 Moved some files to where they belong. (nw) 2013-03-07 15:28:25 +00:00
David Haywood
5a7e9894b8 new NOT WORKING
Dream Ball [J. Finney, TrevEB, Yohji, Smitdogg, The Dumping Union]

(I'll look at hooking things up properly in a moment)
2013-03-06 18:21:04 +00:00
Fabio Priuli
0694bfd717 moved snes add-on chips emulation to src/mess/, at last. 2013-03-05 11:01:22 +00:00
Fabio Priuli
7d59f1d7e9 removed snesbsx driver: it never worked, and satellaview support will be done through slot devices. nw. 2013-03-05 09:26:25 +00:00
Nathan Woods
7c0baa1f6d Rewrite of 6809/6309/konamicpu cores. 6809 should be cycle exact based on the
6809 datasheet.  Inferred 6309 cycle exact timings.  Not sure about the Konami
timings; they are definitly different from the previous core but the previous
timings were a guess.

Get ready for regressions...
2013-03-04 13:29:33 +00:00
Robbbert
3e79433502 New WORKING game [Robbbert]
------------------------------

Williams 6-in-1 Multigame
2013-03-04 09:08:17 +00:00
Fabio Priuli
969074c41e (MESS) snes.c: several updates to cart handling [Fabio Priuli]
- moved Sufami Turbo and BSX carts to separate lists
  - added two new drivers snesnew and snespnew, using slot devices for carts
  - added emulation for DSP1/4, ST-010/011, S-DD1, SPC7110, SuperFX, BS-X 
    and Sufami Turbo as slot devices
  - added emulation for the protection device used in some pirate carts


out of whatsnew. there are one or two (possibly stupid) bugs in the new drivers 
causing glitches in several games (e.g. SameGame, or F1 ROC 2) which prevent
us from removing the fake driver clones with add-on CPUs. if anyone is willing to 
help to trace them, you're all welcome.
2013-03-03 13:09:54 +00:00
Miodrag Milanovic
f54c1e6f5b channelf sound device modernized (nw) 2013-03-01 08:47:05 +00:00
R. Belmont
e6a5048598 (MESS) New machines added as GAME_NOT_WORKING
---------------------------------------------
Besta-88 [shattered]
2013-03-01 03:00:17 +00:00
R. Belmont
bff5a6cfa9 (MESS) Reimplemented the NCR5380 SCSI controller using nscsi. [R. Belmont] 2013-03-01 01:20:43 +00:00