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
R. Belmont
7cec2a0798
Ethernet: Make pcap work on Mac OS X & disable unnecessary packet filtering. [Rob Braun]
2013-02-27 02:14:55 +00:00
Sandro Ronco
13cfd0d682
(MESS) New NOT WORKING system
...
------------------------------
Yeno - MisterX [Team Europe]
2013-02-23 19:58:55 +00:00
smf-
a37772ec09
split mame/drivers/saturn.c into emu/machine/saturn.c and mess/drivers/saturn.c, so mame doesn't have to compile and link the unused code. [smf]
2013-02-22 19:58:27 +00:00
Curt Coder
af96c3b896
(MESS) Cleanup. (nw)
2013-02-22 15:23:05 +00:00
Curt Coder
2121b5c40d
(MESS) cbm2: Floppy additions. (nw)
2013-02-22 15:15:11 +00:00
Miodrag Milanovic
bdb76fda6e
Finished moving quicload/snapshot formats into machine folder (nw)
2013-02-22 11:49:43 +00:00
Miodrag Milanovic
f23413860a
Some more moving to proper place and compile fix (nw)
2013-02-22 11:09:34 +00:00
Miodrag Milanovic
2b25f4a87f
Moved some mess devices to proper place (nw)
2013-02-22 10:53:15 +00:00
Miodrag Milanovic
b25a1c367a
removed some not used folders/files (nw)
2013-02-22 10:45:32 +00:00
Sandro Ronco
fc008f79ef
(MESS) Added software list for Sega Visual Memory Unit. [LoganB]
2013-02-20 20:12:19 +00:00
R. Belmont
d9cdaf1649
(MESS) Apple II: Added support for Street Electronics Echo Plus and Zip Technologies ZipDrive cards [R. Belmont, Lord Nightmare]
2013-02-18 21:11:17 +00:00
David Haywood
a0814877f5
new NOT WORKING
...
unknown 186 based gambling game (2 sets) [ANY]
2013-02-18 17:04:38 +00:00
Curt Coder
a6e13f490b
(MESS) vic20/c64: Added VIC-1011A/B RS-232C adapter emulation. [Curt Coder]
...
(MESS) cbm2: Connected RS-232 port to ACIA. (nw)
(MESS) Modernization and cleanup. (nw)
2013-02-15 18:54:26 +00:00
Sandro Ronco
922c0727db
(MESS) Moved SST39VF020/SST39VF400A emulation into intelfsh. (nw)
2013-02-12 18:47:03 +00:00
Curt Coder
7e6fabfb9e
Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devices. [Curt Coder]
2013-02-12 15:21:24 +00:00
smf-
1a0c7eceea
Moved some of the saturn code from mame/ into emu/ and made saturn.c & stv.c separately compilable. Still needs work before saturn.c can be moved to mess/ [smf]
2013-02-11 15:41:23 +00:00
Curt Coder
497661c016
(MESS) c64: Added support for the standard MIDI cartridges: Passport/Syntech, Siel/JMS/DATEL, Sequential, Namesoft, and Maplin. [Curt Coder]
2013-02-11 15:13:15 +00:00
Fabio Priuli
0e937ed6b4
(MESS) nes.c: shuffled around the loading code (very preliminary step towards slotification).
...
also, temporarily made famicom driver to only support disks.
2013-02-11 10:13:14 +00:00