Commit Graph

41 Commits

Author SHA1 Message Date
Scott Stone
d481cbf01b Softlist format fixes and validation fix for duplicate description created when excess whitespace submission was applied (nw) 2015-10-28 15:52:49 -04:00
sparrowred
1a5561dab6 fixed whitespace for publishers and descriptions in softwarelist xmls (nw) 2015-10-28 11:40:10 +01:00
Miodrag Milanovic
47f56372ee Cleanup and version bump 2015-10-28 08:06:12 +01:00
David Haywood
04792cd0bd sync with smspower (nw) 2015-10-27 13:13:35 +00:00
etabeta78
fa66b1dcab (MESS) added a few new dumps, and performed some consistency fix. nw. 2015-04-11 09:18:03 +02:00
etabeta78
8e0608371f (MESS) misc round of new dump additions (from multiple sources) and consistency fixes. nw. 2015-03-23 08:28:08 +01:00
Miodrag Milanovic
e6f78d5ed2 Cleanups and version bump 2014-12-31 07:53:27 +01:00
etabeta78
44af5bcab7 (MESS) sms: added support for Hi-Com multigame carts, recently dumped
by smspower guys. Korean or Japanese consoles are suggested for these
carts. [Fabio Priuli]
2014-12-24 14:49:03 +01:00
etabeta78
cd0c9e1f28 consistency. nw. 2014-11-26 08:57:39 +01:00
Ramiro Polla
a98c9cd7c4 sms.xml: added Show do Milhão (Bra) unreleased prototype 2014-11-24 00:16:55 +01:00
Justin Kerk
38452198bf oops (nw) 2014-11-10 23:50:35 -08:00
Justin Kerk
4d7c3a578e sms.xml: mark nbajam as unsupported since it's baddump and doesn't run in any MESS version I've tried (nw) 2014-11-10 23:39:45 -08:00
Fabio Priuli
9772759ede (MESS) sms.xml: documenting Graphic Board prototype dump. [SMSPower] 2014-10-12 11:11:45 +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
2d68fa308f softlists: added a bunch of new dumps, courtesy of Ola Andersson, SMS Power,
TeamEurope, Matt Taylor and taizou. nw.
2014-05-02 10:33:37 +00:00
Fabio Priuli
089bf986c3 (MESS) sms: restricted card slot to accept only files which were available as carts, and updated sms.xml to contain
card dumps with the correct interface. nw.

this in particular means that the dozen of Jpn games which were only released in MyCard format 
can now be loaded only with the -card switch (from softlist)
2013-05-23 14:49:40 +00:00
Fabio Priuli
5477d4ded3 (MESS) sms/gamegear: updated the systems to rely on xml only for RAM/NVRAM
when loading from softlist. [Fabio Priuli]

from fullpath it still allocates 32k for every game, and if the game enables RAM the content is saved at exit.
2013-05-23 12:54:27 +00:00
Fabio Priuli
238d365b0c (MESS) sms/gamegear: fixed a few regressions in the new code (mostly due to missing bits in the softlist),
improved handling of proto dumps with weird sizes, added cart internal header logging. nw.
2013-05-22 13:49:41 +00:00
Fabio Priuli
d5dd4ee116 (MESS) sms/gamegear: Various improvements [Fabio Priuli]
- Converted cart handling and mappers to use slot devices
  - Simplified bios and cart bankswitch mechanism
  - Added save state support to both systems
  - Removed on-cart EEPROM from main gamegear now that
    it can be properly implemented on carts which have it
  - Made LCD persistence hack optional (ON by default, it can
    be turned OFF from Driver Configuration submenu)
  - Reduced tagmap lookups all across the driver
2013-05-21 19:53:31 +00:00
Fabio Priuli
9ebe46b04f (MESS) softlist: misc consistency fixes, mostly to have common shortnames for the same games
across different lists. nw.
2013-05-01 08:05:35 +00:00
Fabio Priuli
b94a029a4e (MESS) snes.xml: documentation fix from ReadOnly. nw.
+ some consistency fix/cleanups in several softlists
2013-04-29 04:08:14 +00:00
Miodrag Milanovic
c6cd8a09c8 Cleanups and version bump 2013-04-09 06:46:57 +00:00
Fabio Priuli
626f45e2fc (MESS) softlist: added more documentation about Sega PCBs and chip labels. nw.
Anyone willing to contribute pictures of the PCBs for Sega console carts is welcome...
2013-03-28 07:37:20 +00:00
Fabio Priuli
e734415ff9 (MESS) added latest SMS Power dumps. nw. 2013-03-25 16:36:27 +00:00
Miodrag Milanovic
4337250fbe used old version of srcclean, so I put back old files and run it again, it produce much less changes, sorry for this (nw) 2013-03-19 11:38:58 +00:00
Miodrag Milanovic
0e1f5ad25b Cleanups and version bump 2013-03-19 07:22:20 +00:00
Fabio Priuli
91385e6fea cdtv.xml: marked disks as bad, since they had been created with old tools and require redump. no whatsnew. 2013-01-24 18:26:45 +00:00
Fabio Priuli
bc23730a9a (MESS) softlists: Misc naming and description consistency fixes. no whatsnew. 2013-01-20 10:16:20 +00:00
Wilbert Pol
0190f8a555 (MESS)sms.c: The Gam*Boy II seems to a bit more strict address descoding; at least the mirrors for I/O ports 3E and 3F do not seem to exist there. Fixes bublboky from the software list. (nw) 2013-01-13 12:51:53 +00:00
Wilbert Pol
b56e1fdc69 (MESS)sms.c: Improved memory initialization on Japanese and Korean consoles. This fixes softwre list entries alibaba and blockhol. [Enik Land] 2013-01-13 11:11:36 +00:00
Wilbert Pol
e81b792d28 (MESS)sms.xml: Fixed banking setting for cso making it working. [Enik Land] 2013-01-13 10:41:30 +00:00
Wilbert Pol
eeb97d5e1d (MESS) Running eagles5 on the sms2kr driver. It apparently expects the irq to be cleared when explicitly disabling VINT irqs during VINT. (nw) 2013-01-12 19:58:49 +00:00
smf-
19a14cbba6 use spaces in xml comments. This is the output from a local srcclean change applied after reverting the 0.148 cleanup, to avoid losing previous formatting. 2013-01-11 16:23:29 +00:00
Miodrag Milanovic
0e19f641d3 Cleanups and version bump 2013-01-11 07:32:46 +00:00
Fabio Priuli
de3154e557 (MESS) megadriv: minor descriptions cleanup + made clear what's the content of frankensets sks1, sks2 and sks3. no whatsnew. 2012-09-20 22:22:41 +00:00
Fabio Priuli
33a6104ac8 (MESS) gbcolor.xml: added a few new dumps, courtesy of BigFred. no whatsnew.
(MESS) softlist: another bunch of fixes. no whatsnew.
2012-09-10 22:35:34 +00:00
Justin Kerk
268bc19da2 Replace most fullwidth characters in Japanese software lists - they exist for backwards compatibility and there is generally no good reason to use them nowadays (nw)
Also replaced combining dakuten with precomposed forms and made a few romanization tweaks
2012-09-09 23:41:25 +00:00
Fabio Priuli
138b3681f1 (MESS) snes.xml: a new prototype dump from Evan of snes central, through of ReadOnly. no whatsnew.
(MESS) softlist: minor updates. no whatsnew.
2012-09-09 20:51:16 +00:00
Fabio Priuli
69a8c465e2 (MESS) misc updates to softlists. no whatsnew. 2012-09-09 05:53:32 +00:00
Fabio Priuli
ceec0418a5 softlist: misc fixes. no whatsnew. 2012-09-02 10:15:43 +00:00
Miodrag Milanovic
960ae0c0de Sync software lists from MESS into hash (no whatsnew) 2012-08-21 10:47:55 +00:00