Commit Graph

905 Commits

Author SHA1 Message Date
R. Belmont
ddccfd70cb (MESS) ht68k: add starter softlist (nw) 2014-09-20 23:20:03 +00:00
R. Belmont
e045fe8474 (MESS) New System Drivers Supported:
Peripheral Technology PT68K2 [Al Kossow, R. Belmont]

Systems Promoted from GAME_NOT_WORKING:
Peripheral Technology PT68K4 [Al Kossow, R. Belmont]
2014-09-20 20:40:30 +00:00
Fabio Priuli
a5d4602e5c (MESS) softlist: added Aamber Pegasus ROM expansions list. [neoncluster, Fabio Priuli] 2014-09-20 06:34:45 +00:00
Fabio Priuli
f073bbae0a (MESS) softlist: added Hanimex Pencil II cart list [Robbbert, Fabio Priuli] 2014-09-20 06:25:39 +00:00
Fabio Priuli
5b59a48442 (MESS) softlist: added Exelvision EXL 100 cart list. [Fabio Priuli]
out of whatsnew: many games load and run, but the lack of inputs in the driver does not allow to play anything...
2014-09-19 15:27:05 +00:00
Michaël Banaan Ananas
739cfa61b0 added msx1 game "Genius" by YGW
-thanks to fukenko!
2014-09-18 20:31:12 +00:00
Dirk Best
dc85466294 Amiga: Add preliminary software lists for the Amiga 1000 and Amiga 3000,
a general workbench list and an application list for testing. Images in
those lists are either verified good or best available currently. Many
images are still missing.
2014-09-18 09:01:02 +00:00
Fabio Priuli
1560236849 (MESS) a7800: changed header bits for pokey at
$0450, after discussion with Mike Saarna. also, 
when loading from softlist, let's rely on the xml
to detect oncart RAM and NVRAM. nw.
2014-09-18 05:17:23 +00:00
Michaël Banaan Ananas
19352b507a note 2014-09-17 21:16:43 +00:00
Michaël Banaan Ananas
d37132fb4c added an msx1 YGW game for fun 2014-09-17 21:06:08 +00:00
Fabio Priuli
47a2824b57 (MESS) a2600.c: fixed mapper 3E support, as used by Boulder Dash
homebrew. Also allowed bankswitch writes to get to the TIA for this and 
mapper 3F. Finally, included a couple of demos in the softlist so to be
able to test the code in future. nw.
2014-09-17 17:24:53 +00:00
Alex W. Jackson
532aee532b Add width/endianness to supracan software list [Alex Jackson] 2014-09-17 07:50:59 +00:00
Michaël Banaan Ananas
7533e17a80 softwarelist correction from m4st4 2014-09-16 18:39:12 +00:00
Fabio Priuli
80d61a8f86 (MESS) a2600: when loading from softlist, let's rely on the xml
to detect oncart RAM instead of using custom routines. nw.
2014-09-13 06:14:35 +00:00
Fabio Priuli
ad52cefa2e bunch of xml fixes from Diet Go Go Fan. nw. 2014-09-12 19:04:48 +00:00
Fabio Priuli
186d06f45f (MESS) gameboy.xml: added a bunch of new dumps. nw. 2014-09-12 05:40:32 +00:00
Fabio Priuli
63954c0c51 (MESS) coleco.xml: removed choplifter bad dump. [dink] 2014-09-12 05:40:10 +00:00
Fabio Priuli
af7242fcb4 (MESS) famicom: converted the disk system add-on to be a cart
in the softlist. The official syntax to launch disk games is now
  mess famicom -cart disksys -flop gamename
which corresponds to inserting the RAM expansion cart with
connected the disk drive into the cartslot and the desired disk
in the disk drive (exactly like you would have done with the
real thing). In this way, you cannot mount anymore both a cart and 
a disk in the Family Computer (as in a real unit). 
Users that cannot cope with this limitation and/or with the new 
syntax can still use the famitwin driver (which offers both cart and 
disk options) or the newly added driver fds which emulates a
famicom with the expansion always inserted: in both latter cases
the old syntax
  mess famitwin -flop gamename
will launch the game, as previously. [Fabio Priuli]

(MESS) famicom: fixed disk system IRQ latch clear in Kaettekita
Mario Bros. based on investigations by FHorse. [Fabio Priuli]


Out of whatsnew: For the moment I gave up the original plan to 
also modernize the floppy drive and the disk format. If anyone 
wants to look into these, be my guest :-)
2014-09-11 21:01:45 +00:00
Fabio Priuli
03e7f08e8f documenting the procedure to start Klax prototype on the a7800. nw.
(the game fails also on real systems: consistently on older revisions,
almost randomly on newer revisions)
2014-09-10 18:44:08 +00:00
David Haywood
805bd51118 raiden games in psx list (nw) 2014-09-09 18:43:46 +00:00
Fabio Priuli
07228e3d11 (MESS) megadriv.c: Added support for Game Genie as a passthru cart. [Fabio Priuli] 2014-09-07 06:27:29 +00:00
Fabio Priuli
7da88443b8 pcb_type for this had been wrong forever, finally fixed. nw. 2014-09-06 13:10:23 +00:00
Fabio Priuli
1ddc69fe10 (MESS) a7800.c: [Fabio Priuli]
- Fixed YM2151 clock in XM expansion, thanks to info from 
    tep392 and GroovyBee
  - Added support for homebrew boards MegaCart+ and
    VersaBoard by CPUWIZ (ROM respectively up to 512K
    and 256K + 32K of RAM)
  - Misc cleanups


out of whatsnew: I have also added, for debugging purposes, a VersaBoard with SG 9banks + POKEY at 0x0450
in the hope to find out exactly what goes currently wrong in the emulation of some homebrew games... let's see...
2014-09-06 06:49:07 +00:00
Fabio Priuli
13e872d80f (MESS) gameboy: added dump of Color GameBoy 188 in 1 multicart,
and partially implemented the required mapper [Team Europe, Fabio Priuli]


after selecting a game, the CPU always points to the correct bank of the cart,
but some games don't work anyway (e.g. Duck Tales, PacMan, etc.)
I don't have time to further debug this, at the moment, so I leave it to whoever
wants to take a look
2014-09-05 15:24:35 +00:00
Fabio Priuli
eb21ba57de (MESS) softlist: misc gb / gbc dumps added. nw. 2014-09-05 15:16:40 +00:00
Fabio Priuli
03e19fd7f9 (MESS) pico.xml: more Japanese and Korean dumps added. [Team Europe] 2014-09-05 15:15:21 +00:00
Fabio Priuli
39f4848fa8 let's make cmpro happier. nw. 2014-09-05 04:15:36 +00:00
Fabio Priuli
bccaf0aaf3 (MESS) a5200/a7800: fixed a bunch of regressions introduced with
slotification. nw.
2014-09-04 21:21:51 +00:00
Fabio Priuli
2ad103296f (MESS) a800: added sketchy support for some more mappers.
only a few carts have actually improved, but it is a start. nw.
2014-09-04 21:21:07 +00:00
Fabio Priuli
7d95c2eea9 (MESS) coleco.xml: Some more verified dumps and info added. [Ikrananka] 2014-09-03 16:19:35 +00:00
Fabio Priuli
83cfa9dd35 (MESS) a2600.xml: some more fixes (these games need to start from bank2 at boot). nw. 2014-09-02 21:41:50 +00:00
Fabio Priuli
1c6b418bfb (MESS) a2600.xml: added some missing slot options which caused some
regression in the new implementation. nw.
2014-09-02 21:26:50 +00:00
Fabio Priuli
991bcbd1e5 (MESS) atari400.c progress: [Fabio Priuli]
- Rewritten cart emulation to use slot devices (many 
  "mappers" do not fully work) and unified cart handling 
  among 8bit home computers, XEGS and Atari 5200
- Added support for loading carts with bankswitch to all XL/XE 
  models
- Added support for loading XEGS carts in Atari 8bits home
  computers (XEGS instead will only load XEGS games until
  support for the keyboard add-on is included)
- Big clean up of the driver, simplifying memory map, removing
  writes to ROM, etc.
- Changed NOT_WORKING flag to IMPERFECT_GRAPHICS
  in 600XL, 65XE, 800XE and XEGS since they should now be 
  working to the same extent of the 800XL, and bugs shall be 
  reported.


as a consequence of the above changes, the new softlists a800.xml, a5200.xml
and xegs.xml are not compatible anymore with 0.154: keep the old xmls until
0.155 if you don't compile your own exe
2014-09-02 05:02:02 +00:00
Fabio Priuli
e5a77f7811 (MESS) softlist: misc new dumps. nw. 2014-08-27 07:08:32 +00:00
Fabio Priuli
c397bad20b (MESS) a7800: added Yamaha 2151 emulation to the XM
expansion board, thanks to info from tep392. nw.

Also removed from the softlist the Donkey Kong XM Enhanced 
version which had been hacked to work on ProSystem emulator
and fails to save hiscores with correct HSC emulation 
(it remains available the correct version which saves fine both
in MESS and in the real hardware).
2014-08-26 05:58:29 +00:00
Fabio Priuli
a16673b284 (MESS) a7800.c progress: [Fabio Priuli]
- Rewritten cart emulation to use slot devices
- Removed POKEY chip from the main unit since it was inside
  the carts (of course it gets enabled when you launch a game
  who contained it in its cart)
- Added support for the High Score cart as a passthru cart: when 
  you mount hiscore, a -cart2 switch will become available to mount
  the game you want to play
- Properly implemented XBoarD and XM expansions as
  passthru carts as well, so that new syntax to run dkxm.a78 is
  "mess a7800 -cart xm -cart2 path\to\games\dkxm.a78"
  High Score support for XM shall work as well.
- Big clean up of the driver, simplifying memory map, removing
  writes to ROM, etc.


Out of whatsnew: In conclusion, a7800.c has been brought into the new millennium ;-)
2014-08-25 11:15:32 +00:00
Fabio Priuli
a1cd7776c5 (MESS) a2600.c: converted Atari VCS carts to be slot devices, cleaned up
the implementation and removed Supercharger tapes from the main system.
The -cass media switch (to load the tape file) will become available only 
when you mount the Supercharger cart. [Fabio Priuli]
2014-08-24 08:45:33 +00:00
Fabio Priuli
9da7b7a28d (MESS) coleco.xml: replaced Sector Alpha incorrect dumps with a proper one [Ikrananka] 2014-08-20 16:47:32 +00:00
Fabio Priuli
3ba633e900 (MESS) nes.xml: added another proto dump. nw. 2014-08-16 07:16:35 +00:00
Scott Stone
31d6e54cd2 Fix attributes changed in 0.154 release for megadriv/neogeo software lists. Thanks Sunbeam for the heads up. (nw) 2014-08-13 19:55:48 +00:00
Ivan Vangelista
d11840f9d3 fixed glcolor.xml validation (nw) 2014-08-12 17:00:43 +00:00
Fabio Priuli
1bae901327 m5.xml: dumped Bosconian. [Ola Andersson] 2014-08-12 14:55:51 +00:00
Wilbert Pol
12349cda6a (MESS) msx.c: Added support for National FS-CF351 + FS-FD351 external floppy controller and drive (nw) 2014-08-11 19:56:26 +00:00
Wilbert Pol
8f9d373af7 msx1_cart.xml: Removed duplicate entry (nw) 2014-08-11 18:26:55 +00:00
Sandro Ronco
aea0a1b006 (MESS) glcolor.xml: documented the 'Spiel-und Lernspaß' cartridge. [TeamEurope] 2014-08-11 10:02:35 +00:00
Wilbert Pol
62780ebc7b (MESS) msx.c: Added support for the Panasonic FS-FD1 and FS-FD1A external floppy controllers and drives. (nw) 2014-08-10 14:08:22 +00:00
Fabio Priuli
cba86c8114 (MESS) pico.xml: some more Jpn dumps from Team Europe. nw. 2014-08-10 08:31:23 +00:00
Fabio Priuli
fe88c8a093 (MESS) nes.xml: added dump of Codemasters' Super Adventure Quests. [Porchy] 2014-08-10 06:36:49 +00:00
Wilbert Pol
9beb4b9dc3 (MESS) msx.c: Added support for Philips VY-0010 external floppy interface and drive (nw) 2014-08-08 14:35:40 +00:00
Fabio Priuli
03599dbedb megadriv.xml: verified and documented a lot of dumps, added Shining Force (Euro), redumped
Muhammad Ali Heavyweight Boxing (Euro). [sunbeam]
2014-08-07 17:47:44 +00:00