Commit Graph

960 Commits

Author SHA1 Message Date
Scott Stone
dff9704b70 Fix formatting in some recent XML file changes (nw) 2014-10-14 18:48:04 +00:00
Curt Coder
421118ba62 Marked non-public images as nodump. (nw) 2014-10-14 17:54:45 +00:00
R. Belmont
d8989fb655 (MESS) apple2.xml: added over 150 items, including many classics of the platform. [R. Belmont] 2014-10-14 02:28:30 +00:00
David Haywood
2fb536526e GameKing skeleton + softlist [Porchy]
(will looks more at this later)
2014-10-13 13:38:52 +00:00
Fabio Priuli
474ff69935 (MESS) nes.xml: added a couple of new multigame dumps using
OneBus PCB. [TeamEurope]
2014-10-13 05:58:14 +00:00
Fabio Priuli
088936a672 (MESS) channelf: added older multicart revision (the one with the bankswitch
we were emulating) and added support for the bankswitch mechanism used
by the final revision. nw.

(some work is still needed before promoting the two carts to working state)
2014-10-13 04:35:25 +00:00
Fabio Priuli
ccd29c3447 (MESS) psx.xml: more info added by AntoPisa. nw (original credit will be updated when messnew.txt gets prepared). 2014-10-13 04:29:20 +00:00
Cowering
e7c7760bde Start of updates for V.Smile softlist 2014-10-12 23:29:13 +00:00
Fabio Priuli
ab592dea63 (MESS) gamegear: added preliminary emulation of the Master Gear Adapter
which allows to launch SMS games in the gamegear driver, with video chip
in SMS mode. You can try this by launching
  mess.exe gamegear -cart mgear -cart2 your_sms_game
(the -cart2 switch becomes available when you mount "mgear" in the main
gamegear cart slot) [Fabio Priuli]

out of the whatsnew: for the moment only fullpath loading is supported, and it is not
ensured to work 100%. thanks to Enik Land for pointing me to the necessary info.
2014-10-12 11:30:13 +00:00
Fabio Priuli
9772759ede (MESS) sms.xml: documenting Graphic Board prototype dump. [SMSPower] 2014-10-12 11:11:45 +00:00
Sandro Ronco
824e7e9130 softlist: fixed xml validation errors. (nw) 2014-10-11 17:44:39 +00:00
Sandro Ronco
54047d6b53 (MESS) dmv: added floppy softlist. [Sandro Ronco]
(MESS) floppy: added read-only support for CopyQM images. (nw)
2014-10-10 19:28:34 +00:00
Fabio Priuli
f0fad04eb6 (MESS) converted vectrex and crvision to use slot devices for
their carts. nw.

(with these, we are done for the moment with new slot devices for carts...)
2014-10-10 15:28:46 +00:00
Justin Kerk
cda5ea0382 Japanese spelling (nw) 2014-10-10 14:18:32 +00:00
Fabio Priuli
c9cf38dcd4 and one more. nw. 2014-10-09 07:27:56 +00:00
Fabio Priuli
278a884012 (MESS) intv: converted the driver to use slot devices for
cartridges and implemented the IntelliVoice expansion and 
the Entertainment Computer System expansion as passthru 
devices. The official syntax to launch games requiring the
speech expansion is now
  mess intv -cart voice -cart2 gamename
which corresponds to mounting the IntelliVoice and plugging
the game cart in its subslot.  The official syntax to launch games 
requiring the ECS expansion is now instead
  mess intv -cart ecs -cart2 gamename
and
  mess intv -cart ecs -cart2 voice -cart3 gamename
if the game requires both expansions at once. For additional user 
friendliness, we also offer intvecs (which emulates an Intellivision
unit with both expansions added) and intvoice (which emulates 
an Intellivision with Intellivoice expansion added) drivers, where 
games can simply be mounted with the -cart media switch. [Fabio 
Priuli]
2014-10-08 16:42:01 +00:00
Fabio Priuli
03f8deff8a (MESS) odyssey2: added a bunch of homebrew titles released on carts. nw.
(MESS) wswan: fixed emulation of a couple of titles, which regressed with the conversion to slot carts. nw.
2014-10-08 03:55:03 +00:00
Fabio Priuli
238c2e9e1d (MESS) odyssey2: converted the driver to use slot devices for
cartridges, removed The Voice add-on from the main system
and emulated it as a passthru cart instead. Now, if you want to
enjoy speech in odyssey/videopac games, you must launch
emulation with
  mess.exe odyssey2 -cart voice -cart2 gamename
(the -cart2 switch becomes available when "voice" is mounted
in the first cartslot) [Fabio Priuli]
2014-10-07 09:27:32 +00:00
Fabio Priuli
942be9e4f9 removed unused private member. nw. 2014-10-05 16:05:09 +00:00
Fabio Priuli
0a3884bd50 (MESS) wswan.c: re-added internal header logging and automatic
rotation of vertical games. nw.
2014-10-05 13:19:44 +00:00
Fabio Priuli
66fab3cf5c (MESS) wswan.c: converted to use slot devices for carts. [Fabio Priuli]
out of whatsnew: another case of on-cart SRAM & EEPROM pointers removed from the main system...
2014-10-05 11:51:41 +00:00
Fabio Priuli
2a4d327e01 (MESS) gameboy, gbcolor: added a configuration setting
(off by default) to skip BIOS checks at boot. This allows the 
recently dumped Rockman World Prototype to be played,
and the Rocket Games pirate GBC carts too. [Fabio Priuli]

(MESS) gba: added a configuration setting (off by default) 
to skip some BIOS checks at boot. This allows Tyrian 2000 
Prototype to be played. [Fabio Priuli]


out of whatsnew: for the Rocket Games pirates it is currently unclear how real carts were bypassing
the BIOS checks on a real unit, and it would be nice to emulate it properly. however, this trick allows 
to go on fixing the rest of mapper emulation until it's fully understood.
2014-10-05 09:12:16 +00:00
David Haywood
7d062b8f3c because I'm a Raidenoholic (nw) 2014-10-04 14:06:37 +00:00
Fabio Priuli
23bae7d144 (MESS) gameboy.xml: new prototype dump (not working). nw.
(MESS) gamegear.xml: new dumping info. nw.
2014-10-03 19:14:24 +00:00
Fabio Priuli
25daf865a0 vc4000: added ram to the softlist entries which need it
(previously all games had RAM even if the real cart did 
not contain any), and fixed a brown paper bag bug from 
last night. nw.
2014-10-03 12:48:45 +00:00
Fabio Priuli
9e85f295bd (MESS) converted arcadia and vc4000 to use slot devices for
their carts too.
2014-10-02 20:07:31 +00:00
Dirk Best
911d24f03f Amiga: Add an initial software list for some Amiga driver disks 2014-10-02 13:52:57 +00:00
Fabio Priuli
e339f189d0 (MESS) converted ibmpcjr and studio2 to use generic cart slot for
their carts. nw.
2014-10-02 12:09:37 +00:00
Fabio Priuli
6443de08ba (MESS) converted channelf and apfm1000/apfimag to use slot devices for
their carts. this allows to remove on-cart RAM from the driver class (since it
does not belong there). also added (partial) support for Channel F multicart.
nw.
2014-10-02 12:07:03 +00:00
Fabio Priuli
d2b2f08d26 (MESS) psx.xml: fixed xml, thanks to Thomas Klausner for reporting. nw. 2014-10-02 07:56:29 +00:00
Fabio Priuli
e35f0bfd5c (MESS): psx.xml: more info additions from AntoPisa (covering games up to K). nw. 2014-10-01 05:45:10 +00:00
Fabio Priuli
5f77979a2c (MESS) converted scv and vboy to use slot devices for
their carts. nw.
2014-09-30 06:05:07 +00:00
Fabio Priuli
c7379ba4b8 (MESS) saturn: made RAM / Backup RAM expansion internal
slot options. you now mount these with the -cart media switch,
i.e. for instance
  mess.exe saturn -cdrm ddsom -cart ram32
or
  mess.exe saturn -cdrm draculax -cart bram16
and not anymore using the -exp option. [Fabio Priuli]

out of whatsnew: this prevents users from passing conflicting setups like
"-exp ram32 -cart kof95", etc. these would have lead to unpredictable effects,
depending on the order of the option (and whether they were set at command
line or inside ini files)
2014-09-29 18:08:35 +00:00
Fabio Priuli
b304fbb985 (MESS) gbcolor: added some new Li Cheng dumps, courtesy of taizou.
among these, there is a clone of the long awaited (and still undumped in 
its original form) Zook Hero Z by Vast Fame. nw.
2014-09-29 18:02:49 +00:00
Fabio Priuli
69324093a2 (MESS) gba.c: fixed Top Gun - Combat Zones cart type, making the
game playable. [Reznor007]
2014-09-27 09:45:08 +00:00
Fabio Priuli
5842c87144 (MESS) timex.c: added software list for DOCK carts. [Fabio Priuli] 2014-09-27 09:21:00 +00:00
Fabio Priuli
540b2f00c2 (MESS) a7800.xml: added earlier revision of Winter Games, with
thanks to Trebor for pointing me to this 3 years old dump :) nw
2014-09-27 08:35:57 +00:00
Ivan Vangelista
44f36ffb0b pc98.xml validation fix (nw) 2014-09-27 06:19:45 +00:00
Angelo Salese
b8344eb60a Hit save, dammit. 2014-09-26 21:00:17 +00:00
Curt Coder
a0e3cb4ac0 (MESS) pc98.xml: Added missing SHA1. (nw) 2014-09-26 20:55:12 +00:00
Angelo Salese
a8136aaf04 Added Borland Turbo C++ for PC-98xx 2014-09-26 20:38:14 +00:00
Fabio Priuli
c2b370a0d2 (MESS) a few softlist additions to test the previous. nw. 2014-09-26 09:55:40 +00:00
mahlemiut
6258651880 fm7: more FM-7/77AV dumps added to softlist 2014-09-26 03:04:28 +00:00
Dirk Best
422664119e Fix typo 2014-09-25 17:48:30 +00:00
Dirk Best
ef5a4440f5 Amiga: Softlist update, add Workbench 1.3.2 DE and some apps 2014-09-25 17:37:02 +00:00
Fabio Priuli
2d69086c1f (MESS) psx.xml: added info to the games #-F. [Antopisa] 2014-09-25 10:44:22 +00:00
mahlemiut
69ff5087f1 fm7: some more new dumps added to software list 2014-09-25 04:22:49 +00:00
Scott Stone
a7b271b9f5 Fix formatting after recent changes in psx and st_cart softlists. (nw) 2014-09-25 00:55:06 +00:00
mahlemiut
dee996a724 a few more new FM-7/77AV disk dumps also. 2014-09-24 10:50:42 +00:00
mahlemiut
9ca70d414a fm7_cass.xml: added new cassette dump 2014-09-24 07:49:15 +00:00