Commit Graph

751 Commits

Author SHA1 Message Date
Justin Kerk
4a96d0bc3d Japanese title fixes (nw) 2014-03-04 21:03:45 +00:00
Sandro Ronco
b03c3cfbd1 (MESS) Moved some carts from genius.xml to gl2000.xml/gl6000sl.xml. (nw) 2014-02-28 21:36:13 +00:00
Curt Coder
93a0352d1c c64_cart.xml: Added Insta-Calc v2.0. [Curt Coder] 2014-02-27 16:30:27 +00:00
Robbbert
35431fea7c (MESS) microvision : added Baseball to software list 2014-02-27 13:51:08 +00:00
Robbbert
f9d3fbaa73 (MESS) microvision : added 3 homebrews to software list 2014-02-27 13:31:45 +00:00
Robbbert
ed701f13e7 (MESS) microvision : added SuperBlockBuster to software list 2014-02-23 11:24:30 +00:00
Fabio Priuli
78a59e6524 (MESS) nes_jy: Fixed a silly mistake and improved a little bit the
emulation of JY Company PCBs (mappers 90, 209 & 211). It's still
too glicthy to be promoted to working state, but you can now see
how Super Mario Wolrd, Contra Spirits, Donkey Kong Country 4 
and Tiny Toons Adventures 6 were like. nw.
2014-02-22 10:07:37 +00:00
Fabio Priuli
b40ea2dac4 (MESS) nes: properly implemented Aladdin Deck Enhancer as a
pass-through cart. Correct syntax to launch e.g. Dizzy The Adventurer
is now "mess nes -cart ade -cart2 dizzyadv". Moved Aladdin minicart
dumps to a separate softlist (but you can load in -cart2 iNES files from
fullpath, if you like) [Fabio Priuli]
nes_camerica: simplified emulation of the BF9096 board and fixed 
emulation of GoldenFive board (used by the Polish Pegasus 5 in 1
cart). [Fabio Priuli]

out of whatsnew: this commit completes the recent work about emulating properly the 
different pass-through NES/Famicom devices and their corresponding mini-carts...
there should be no more games requiring non-standard syntax to be launched.
2014-02-21 12:09:38 +00:00
Robbbert
459d78f513 (MESS) apf : Fixed bad dump in Basic, and added Extended Basic [Thanks to ranger_lennier] 2014-02-20 10:24:17 +00:00
Curt Coder
251c3dd46f (MESS) ibm5170.xml: Added Windows 95. (nw) 2014-02-19 21:46:01 +00:00
Fabio Priuli
5c2b6036df (MESS) nes: Properly implemented the Bandai Karaoke Studio expansion
slot. The two Senyou Cassettes (Top Hit 20 Vol 1 & Vol 2) have now to be 
loaded with the following commands "mess nes -cart karaoke -cart2 top20v1" 
(or top20v2). This is accurate to the hardware, because these expansions
had to be manually inserted into the body of the main Karaoke Studio cart 
before playing. [Fabio Priuli]
2014-02-19 05:48:54 +00:00
Curt Coder
2e7bf618a5 (MESS) pc: Added support for NASLite 1.72MB disk images. [Curt Coder] 2014-02-18 21:30:36 +00:00
Fabio Priuli
ca090b8eec (MESS) nes: added Karaoke Studio inputs, mapped to keys Z, X, C. you can
now select songs and see the animation, even if I would not call playable the
games this way. [Fabio Priuli]

out of whatsnew: the expansion slot is currently hacked around at loading time. 
I will soon implement it as a subslot, but I still need to check a few details first.
2014-02-17 08:28:26 +00:00
Fabio Priuli
0d901132a4 (MESS) new n64 proto added to softlist, courtesy of Micro-64. nw. 2014-02-17 06:59:24 +00:00
David Haywood
672e6ea3a1 make it a bit clearer how to load floppies in msx1 by actually recognizing the floppy ROM.
added a skeleton list I used for some quick testing.

the driver really needs a significant overhaul, but at least this makes usage a little less opaque.
2014-02-17 03:42:14 +00:00
David Haywood
352576c01f fix data area size (surprised there isn't a validation test for this, think it's been wrong since it was added in jan last year) (nw) 2014-02-16 22:26:09 +00:00
Curt Coder
21c0d4913c diimage: Added "read_only" feature to the software list to denote write protected images. [Curt Coder]
(MESS) c64: Fixed Bounty Bob Strikes Back loading. (nw)
2014-02-13 22:47:03 +00:00
Fabio Priuli
a4ad409630 (MESS) nes_datach: documented the eeprom hookups, and the
second eeprom used by Battle Rush. they do not work yet. nw.
2014-02-13 12:44:18 +00:00
Fabio Priuli
ad550cb7b8 (MESS) nes: Properly implemented the Bandai Datach as a passthru cart.
Datach games have now to be loaded with the following commands
"mess nes -cart datach -cart2 gamename" where gamename can be
either a shortname from the datach softlist, or a fullpath to the iNES files
(or to headerless 256k dump of the Datach minicarts). This is accurate
to the hardware, because Datach carts could not be mounted in the main
Famicom cartridge slot. [Fabio Priuli]
2014-02-13 10:16:44 +00:00
Fabio Priuli
1af055c965 (MESS) some more coco dumps from K1W1. nw. 2014-02-12 11:38:23 +00:00
Fabio Priuli
19644051e1 (MESS) nes_irem.c: fixed Ai Sensei no Oshiete, based on hardware doc by naruko [Fabio Priuli] 2014-02-09 18:02:34 +00:00
Fabio Priuli
069e93c169 (MESS) coco_cart.xml: added some new dumps [K1W1] 2014-02-09 17:09:12 +00:00
David Haywood
ca8accbdb7 just some added some misc stuff I've been testing drivers with to the Softlists (nw) 2014-02-09 16:05:30 +00:00
Fabio Priuli
2b2197e01f (MESS) softlists: added a bunch of new dumps (plus a couple from next summer). nw. 2014-02-09 12:41:26 +00:00
Fabio Priuli
98ea494a9f (MESS) nes: added support for iNES 2.0 submappers [Fabio Priuli]
out of whatsnew:
+ fixed a small bug in handling MMC-1 games with > 8K of WRAM (only a Jpn baseball games use this, 
   and I can see no difference in behavior)
+ updated emulation status in xml for a few games I had made working during slot-ification
2014-02-09 11:21:08 +00:00
Fabio Priuli
fda2bee03e (MESS) nes_mmc5: misc wip [Fabio Priuli]
* hacked around the limitations of our PPU code, so to support the different CHR registers
* implemented Extended Attribute Mode (Ex1)
* improved PRG-RAM handling
* simplified NT-RAM handling
* first attempt to add split screen mode, still broken

out of whatsnew: this was for sake of messnew inclusion ;)
2014-02-08 19:21:07 +00:00
Robbbert
0973a2b1b5 (MESS) apf : more homebrews 2014-02-06 11:48:16 +00:00
Robbbert
0d706c4fd3 (MESS) microvision : added a software-list switch to pick the correct display per game. Fixes alienrdr,bowling,vegas (part 2) 2014-02-05 09:42:11 +00:00
Fabio Priuli
5b64ad65fa (MESS) microvsn: added dump of alien raiders, courtesy of Sean Riddle. nw. 2014-02-05 06:21:46 +00:00
Fabio Priuli
2d5f0a76c8 (MESS) documenting recent Sega Sawatte Pico dumps by Team Europe. CPU is unknown
(under epoxy block), so no skeleton to hook these to.
2014-02-04 12:11:34 +00:00
Curt Coder
421f3d14ef c128_flop.xml: Added 10 Years HVSC. [Curt Coder] 2014-02-03 16:00:37 +00:00
Fabio Priuli
0a4c8d099a (MESS) vboy.xml: replaced bad dump with a verified one, courtesy of Tauwasser. nw. 2014-02-03 07:48:13 +00:00
Fabio Priuli
ed5e5fad74 (MESS) nes.xml: fourth (and temporarily last) round of new additions. nw. 2014-02-03 07:32:16 +00:00
Fabio Priuli
6ca40e8055 (MESS) nes.xml: third round of new additions + fixed a copy & paste mistake. nw 2014-02-02 07:26:08 +00:00
Fabio Priuli
62ed00c84a (MESS) nes.xml: second round of new dumps from my loooong backlog. nw. 2014-02-01 08:09:25 +00:00
Fabio Priuli
ef3421e19b (MESS) nes.xml: first round of new additions to keep up with the
new dumps floating around. nw

also, added two new gbc redumps. nw.
2014-01-28 19:27:38 +00:00
Fabio Priuli
22ff8ff55d (MESS) a bunch of further corrections. nw. 2014-01-28 14:38:09 +00:00
Fabio Priuli
a83d62f900 (MESS) gba: added a few new revisions of Jpn games, courtesy of nointro. nw. 2014-01-28 07:55:51 +00:00
Robbbert
811fba1021 (MESS) apf : added homebrew to software list 2014-01-27 12:21:39 +00:00
Michaël Banaan Ananas
95f6bdc133 miau 2014-01-24 08:15:35 +00:00
Fabio Priuli
9aa03a07ea and of course pressing save *before* the commit would have been of help... nw. 2014-01-24 06:23:56 +00:00
Fabio Priuli
27dde91762 (MESS) microvsn.xml: added a couple of new dumps from Sean Riddle. nw. 2014-01-24 06:21:55 +00:00
Robbbert
589f933293 (MESS) apf : added basic part number 2014-01-24 00:32:31 +00:00
Fabio Priuli
77044d754f (MESS) brought some more softlists up to date with recent dumps (courtesy of taizou,
nointro, Redfield1, nintendoplayer, fasebonus). nw.
2014-01-23 09:32:29 +00:00
Robbbert
f5d4952849 (MESS) apf : added basic cart to software list
can someone do a bom check on this list...thx
2014-01-23 06:32:21 +00:00
Fabio Priuli
b8f4843e1e (MESS) a few new dumps from SMS power, including European dump of
Zool for gamegear, and a series of MSX port for the Taiwanese SG1000
(these need a RAM adapter that only MESS and Meka emulate!!). nw.
2014-01-22 08:44:15 +00:00
Fabio Priuli
6019b0f2dc missed this one. nw. 2014-01-21 05:55:43 +00:00
Fabio Priuli
b15da3630b (MESS) pico.xml: added a dozen of new dumps, including most of the previously
missing European releases [TeamEurope]
2014-01-20 19:02:18 +00:00
Curt Coder
34f2318c02 (MESS) studio2.xml: Added Fun with Numbers cartridge. [brolly, Charles MacDonald, ranger_lennier] 2014-01-18 08:25:23 +00:00
Scott Stone
9422d40bbc Fixed validation errors in compclr2_flop.xml (nw) 2014-01-15 01:02:12 +00:00