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
Curt Coder
ae951920f0
(MESS) c64: Added support for the VizaStar cartridge. [Curt Coder]
2013-02-10 19:58:50 +00:00
R. Belmont
39431cdbe7
(MESS) checkpoint: AE Vulcan IDE card (nw)
2013-02-10 16:45:56 +00:00
R. Belmont
2818379939
(MESS) Apple II: Support 8 meg AE RamWorks III card for IIe. [R. Belmont]
2013-02-09 01:55:38 +00:00
R. Belmont
82547ea6dd
(MESS) Apple II: Another pass on tagmaps, plus preliminary emulation of the standard and extended 80-column cards for the IIe [R. Belmont]
2013-02-08 14:40:27 +00:00
Fabio Priuli
312abbed4e
(MESS) gb.c: many updates to cart handling [Fabio Priuli]
...
- updated carts to be slot devices
- simplified loading and bankswitch mechanism
- fixed MMM01 emulation
- removed need for "mapper" feature from xml softlist, since the new "slot" feature is enough
2013-02-07 20:41:05 +00:00
Angelo Salese
dc47175aac
Minor changes
2013-02-07 15:52:41 +00:00
Curt Coder
99c28d1fb9
(MESS) plus4: Speech WIP. (nw)
2013-02-07 14:55:59 +00:00
Curt Coder
31257a208a
(MESS) Refactored all drivers to use the new MOS6551 and removed the old implementation. (nw)
2013-02-06 20:39:31 +00:00
Curt Coder
30acea03a2
(MESS) c64: Added CMD Turbo232 cartridge emulation. [Curt Coder]
2013-02-06 19:19:17 +00:00
Curt Coder
d9bcbe5a8c
(MESS) c64: Added CMD SwiftLink cartridge emulation. [Curt Coder]
2013-02-06 18:57:58 +00:00
Curt Coder
5f9462af07
(MESS) devcb2 conversions. (nw)
2013-02-06 14:34:13 +00:00
David Haywood
b96c3204b0
started looking at fruit fresh, looks straightforward enough (nw)
2013-02-06 09:22:37 +00:00
Curt Coder
aae9346488
(MESS) superpet: WIP. (nw)
2013-02-05 15:09:27 +00:00
Robbbert
1256053139
Splitted kabuki from cps1.h
2013-02-05 10:46:14 +00:00
Ryan Holtz
0bb5a40ba7
arm7 drc checkpoint, nw
2013-02-05 02:05:54 +00:00
Curt Coder
cd303ce23c
(MESS) cbm8096: Added floppies. (nw)
2013-02-04 19:38:35 +00:00
Curt Coder
a54783d969
(MESS) pet: Added user and memory expansion ports. [Curt Coder]
...
(MESS) cbm2: Added user port. [Curt Coder]
(MESS) Connected the CBM cassette software lists and readded quickloads. (nw)
2013-02-04 14:48:12 +00:00
David Haywood
c736577005
shuffle some tecmo sprite code around ready for device conversion / attempting to unify it a bit (nw)
2013-02-04 09:41:32 +00:00
Ryan Holtz
d1f2e2ca8e
checkpoint (nw)
2013-02-04 00:59:54 +00:00
R. Belmont
2e15704232
Initial implementation of Ensoniq ES5510 DSP [Christian Brunschen]
...
nw part: This doesn't actually process samples yet, but it's pretty close to doing so, we just need OG to figure out how that works in the core.
2013-02-03 22:09:53 +00:00
Curt Coder
4338702116
(MESS) Added minimal cassette software lists for the Commodore computers. [Curt Coder]
2013-02-03 21:23:05 +00:00
Fabio Priuli
6d7b97aca4
(MESS) megadriv.c: many updates to cart handling [Fabio Priuli]
...
- updated carts to be slot devices
- simplified loading and bankswitch mechanism
- added support for real Sonic & Knuckles lock-on emulation (you can combine it freely
with other carts, through the -cart2 slot which gets added automatically)
- remove need for "pcb_type" feature from xml softlist, since the new "slot" feature is enough
- moved SVP emulation to src/mess/ in view of conversion to a slot device as well
2013-02-03 13:13:52 +00:00
Curt Coder
daea35e7d5
(MESS) pet2001: Rewrote the PET 2001 series. [Curt Coder]
2013-01-31 15:17:11 +00:00
Curt Coder
30b6014d2d
(MESS) Softlist additions. (nw)
2013-01-30 16:36:43 +00:00
Curt Coder
1e7e398238
(MESS) pet: Added add-on ROM software list. [Curt Coder]
2013-01-29 15:11:28 +00:00
R. Belmont
c3a7aa3e32
(MESS) apple2: Support generic 6850 MIDI card (Yamaha, Passport, etc). [R. Belmont]
2013-01-29 04:44:45 +00:00
Curt Coder
b76debcb8b
(MESS) c64: Renamed legacy file. (nw)
2013-01-28 20:31:49 +00:00
Curt Coder
518642d39e
(MESS) tek4052: Added cartridge software list. [Curt Coder]
2013-01-28 14:48:12 +00:00
Oliver Stöneberg
cd384cbe54
added "copy" support to chdtest.py / added some v4 to v5 copy tests
2013-01-26 18:54:09 +00:00
Fabio Priuli
c3f0419324
msx1: added a cass list, containing expansion tapes for Albatross. no whatsnew.
...
I don't plan to add more tapes any time soon (I simply did not want to lose these two), so anyone willing to
add more elements to the list would be welcome....
2013-01-25 16:15:19 +00:00
Sandro Ronco
8e40dc87e0
(MESS) Cleanup the HD44780 device. (nw)
2013-01-22 23:22:41 +00:00
Roberto Fresca
d0a91d5e6b
Improvements to sanremo.c driver... [Roberto Fresca]
...
- Graphics decode.
- Proper ROM load.
- Accurate memory map.
- Hooked CPU & interrupts.
- Added CRTC support.
- Added AY-3-8910 sound and ports support.
- Added input ports.
- Added output-lamps port.
- Added button-lamps layout.
- NVRAM support.
2013-01-21 16:48:11 +00:00
Ryan Holtz
d157249cb7
d3dhlsl.c: Add preliminary vector post-processing. [MooglyGuy]
2013-01-21 02:40:48 +00:00
Fabio Priuli
57ad367d43
(MESS) softlists: Added software lists to MZ800, Osborne 1 and Sorcerer [LoganB]
...
(MESS) softlists: Added software list to M20 [Fabio Priuli]
2013-01-20 10:07:33 +00:00
Roberto Fresca
991ab56747
New preliminary driver for 8bit San Remo Games. [Roberto Fresca]
...
New games marked as GAME_NOT_WORKING
------------------------------------
Unknown San Remo poker game [Roberto Fresca, Any, The Dumping Union]
2013-01-20 06:28:32 +00:00
David Haywood
aa00f6971d
sync with XingXing (nw)
2013-01-19 18:44:43 +00:00
Wilbert Pol
c40207b0f1
(MESS) Added microvision software list (nw)
2013-01-18 18:41:26 +00:00
cracyc
c6e8508bcc
[mess] Slotify playstation controller ports [Carl]
...
[mess] Fix memory card and standard controller with v3 pad lib psx software [Carl]
[mess] Add Dualshock emulation [Carl]
2013-01-17 16:47:09 +00:00
Curt Coder
ffe3325258
(MESS) d64/g64 floppy modernization WIP. (nw)
2013-01-17 15:32:52 +00:00
R. Belmont
520a27efd5
First pass on MIDI out support [R. Belmont]
2013-01-14 03:10:52 +00:00
Fabio Priuli
015f6484c3
softlist: Added preliminary lists to MO-5, TO-7 and TO-770 [K1W1]
...
softlist: Added preliminary lists to Enterprise 64/128, Odyssey 2 and G-7400, Interact and Kaypro II [LoganB]
2013-01-13 17:23:39 +00:00
Robbbert
b8c7ba68aa
(MESS) New WORKING system. BINBUG. [Robbbert]
2013-01-13 15:41:59 +00:00
R. Belmont
098c5a9064
(MESS) esq5505: add MIDI In capability to all of these drivers. [R. Belmont]
2013-01-13 03:50:33 +00:00
R. Belmont
f6c44c6e9b
MIDI core updates: [R. Belmont]
...
- Add MIDI in and out ports as image device types
- Add OSD calls to check for and read MIDI input
- Add MIDI in image device which reads input and converts it to a serial bitstream
nw section:
Note that the MIDI In device uses the new image device override to prevent the core from attempting to fopen() the "file" name and instead it handles open/close itself in call_load/call_unload. This allows greater flexibilty than the hack used for sockets/ptys/named pipes where the OSD file layer has to know about them.
2013-01-13 03:48:10 +00:00
Wilbert Pol
5df1c82e6d
(MESS) g7400: Moved the EF9340/1 code into a separate device. Merged all the odyseey2 code into the driver file. (nw)
2013-01-12 21:54:10 +00:00
Curt Coder
c972bc6caf
(MESS) prof80: Added floppy software list. [Curt Coder]
...
(MESS) prof180: Added floppy software list. [Curt Coder]
2013-01-12 21:52:05 +00:00
Wilbert Pol
9bb8016a75
(MESS)Merged src/mess/machine/odyssey2.c and src/mess/drivers/odyssey2.c (nw)
2013-01-12 12:13:59 +00:00
Wilbert Pol
017e26d568
i8244.c: Added a device implementation for the i8244/i8245. [Wilbert Pol]
...
(MESS)g7400: Changed driver to use the i8244/i8245 device implementation. [Wilbert Pol]
2013-01-11 20:52:37 +00:00
Miodrag Milanovic
0e19f641d3
Cleanups and version bump
2013-01-11 07:32:46 +00:00
Curt Coder
45319730ae
(MESS) mm1: Fixed floppy. [Curt Coder]
...
Added a new implementation of the Intel 8275 with accurate DMA timing. [Curt Coder]
2013-01-10 15:32:07 +00:00
Oliver Stöneberg
4b09e73c9f
added "createhd" support to chdtest.py via in.params input file / added new chdman test
2013-01-10 14:27:42 +00:00
Oliver Stöneberg
e111fe61f3
fixed uninitialized memory in the last hunk on CHD creation (fixes potentially different filesize with each compiler not defaulting memory to 0x00 including Visual Studio) / added another chdman test (nw)
2013-01-09 19:12:21 +00:00
Michaël Banaan Ananas
a7dc1ca0b9
(placeholder)
2013-01-09 19:00:35 +00:00
Fabio Priuli
8cc9070d27
lviv: added support for multipart tapes (lv0, lv1, etc. extensions) [Fabio Priuli]
...
softlists: added preliminary softlists to Apogee, Bashkiria-2M, BK-0010, Galaksija, Korvet, Lviv, Mikrosha, Ondra ViLi, Orao,
Orion-128/OrionPro, Partner-01.01, Pecom64, Pyldin-601, Radio-86RK, Specialist/Specialist MX and UT-88. [Fabio Priuli]
After 0.148 I will clean up the file descriptions, but it's good to have these documented at last :-)
Loading instructions are already present at projectMESS and will be in next sysinfo update.
2013-01-09 17:20:18 +00:00
Fabio Priuli
3deb982fa8
softlists: fixing svn properties, no whatsnew.
2013-01-09 17:12:41 +00:00
Oliver Stöneberg
4aa4f3d9ec
added another chdman test (nw)
2013-01-09 05:50:36 +00:00
David Haywood
62753a82b6
Amiga lists shuffle around, document Assassins PD collections from TOSEC ( + some other images I found which are missing from TOSEC..) (nw)
2013-01-08 04:37:50 +00:00
R. Belmont
7bc847a37f
n68681: preliminary working diserial-based I/O [R. Belmont]
2013-01-07 04:44:44 +00:00
Curt Coder
c0b9575621
(MESS) c64: Cartridge WIP. (nw)
2013-01-06 21:11:25 +00:00
Oliver Stöneberg
035a7fe8e8
fixed filename set in NRG track parsing / added NRG test to chdman unit test (nw)
2013-01-05 19:25:13 +00:00
Oliver Stöneberg
a77655df86
recreated all files for the chdman unittest / added test for TOC input (nw)
2013-01-05 18:29:53 +00:00
Oliver Stöneberg
585ecc7c2e
first version of chdman unit test / fixed dependies of tests target (nw)
2013-01-05 16:17:42 +00:00
Oliver Stöneberg
e18a790e69
added a "tests" target to the makefile / added chdman unittest placeholders (nw)
2013-01-05 14:20:15 +00:00