Commit Graph

55 Commits

Author SHA1 Message Date
Vas Crabb
ec3caa98bd srcclean (nw) 2017-08-27 11:07:21 +10:00
Shideravan
ce4013f5ad Adding Alex Kidd in Miracle World 2 (#2566)
Fan made release, which runs in original system and was also released and (limited) distributed as a physical copy. More info: https://youtu.be/6ntwR94J6iM https://goo.gl/9efrGv
2017-08-20 16:58:42 -04:00
Vas Crabb
ba3d0a88d6 srcclean (nw) 2017-07-23 13:29:00 +10:00
Enik Land
d8253156ae sms.xml fixes 2017-07-16 15:40:19 -03:00
Vas Crabb
7238415d1f srcclean (nw) 2016-11-27 09:56:49 +11:00
Scott Stone
cb23c81933 Format fixes for recent hash file additions (nw) 2016-11-24 17:23:39 -05:00
David Haywood
7f59416827 smskr: add support for the seo-jin 11-in-1 multi-game bootleg cartridge
(and fix the CRC, I'd accidentally added the CRC for the decrypted ROM I was testing with)
2016-11-16 21:57:25 +00:00
MetalliC
769810638a sms: Document the Sports Pad modes (and change the default) used by Sports Pad Soccer (Jpn) [Enik Land] 2016-11-07 21:32:13 +02:00
Vas Crabb
6bc18458b8 more srcclean (nw) 2016-09-28 11:53:12 +10:00
David Haywood
df1ec34f74 add the recent smspower dumps to the sms/gg software lists 2016-08-29 15:34:00 +01:00
Miodrag Milanovic
33c5196a42 This one documents what I think is a real bug of the Japanese game Sports Pad Soccer: part of the player 2 input is read from player 1 input instead. The patch also reorganizes code of the Japanese Sports Pad controller device and replace some PORT_CUSTOM/PORT_CHANGED callbacks with PORT_READ_LINE/PORT_WRITE_LINE. [Enik] 2016-04-06 07:49:49 +02:00
Miodrag Milanovic
0b467cef21 Fixed issues with timings and more comments form sms [Enik] 2016-03-30 06:54:22 +02:00
Miodrag Milanovic
3921d6bf8b Improved documentation for SMS software and input devices [Enik] 2016-03-26 15:44:28 +01:00
Miodrag Milanovic
030f37b94c The patch mainly adds software list support for the Master Gear adapter, used by the Game Gear driver, and removes two entries of the SMS software list that are just homebrew hacks [Enik] 2016-03-19 16:25:48 +01:00
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