Commit Graph

865 Commits

Author SHA1 Message Date
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
Fabio Priuli
e8f5dd339d and another long awaited proto found its way to the public (courtesy of arasoi). nw. 2014-08-04 06:05:15 +00:00
Alex W. Jackson
ea967a609d fix katakana title (nw) 2014-08-04 05:20:03 +00:00
Fabio Priuli
0ae45376ac and a few more. nw. 2014-08-03 12:21:04 +00:00
Fabio Priuli
bec0cc7cc6 pico.xml: added many new dumps, including some from Korean releases (2 of them are
Samsung exclusive titles) [Team Europe]
2014-08-03 10:33:39 +00:00
Fabio Priuli
7d835aaec3 periodical round of updates (including in particular the recent dump of FC Parody World - Monster Party proto by Shinsei). nw. 2014-08-03 10:29:58 +00:00
mahlemiut
f74bc6fd94 gimix: added software list, fixed regression with booting Gimix Flex 3.6, added 8 inch floppy drive support. 2014-07-28 10:33:26 +00:00
Oliver Stöneberg
37784e0e10 falgged some software as unsupported (nw) 2014-07-26 13:36:38 +00:00
Mike Naberezny
8b913038bb (MESS) cbm2_flop.xml: Removed duplicate of CBUG 81. (nw) 2014-07-25 19:02:31 +00:00
Michaël Banaan Ananas
48d3d8890e fix tms7000 sbb 2014-07-25 09:27:51 +00:00
Wilbert Pol
517c6f12e6 (MESS) msx1_cart.xml: Small update for fsca1 (nw) 2014-07-25 08:16:48 +00:00
Michaël Banaan Ananas
c4a198d842 (MESS)
Systems Promoted from GAME_NOT_WORKING:
---------------------------------------
TI-74 BASICALC [hap]
2014-07-23 10:12:46 +00:00
Miodrag Milanovic
79246ab917 More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
Michaël Banaan Ananas
2f9388dbee small update 2014-07-21 04:25:07 +00:00
Michaël Banaan Ananas
0e91535b56 added cc40 software list.
Much thanks to J Guidry and Lee!
2014-07-21 01:58:50 +00:00
Scott Stone
5c04cce34a Description fix (nw) 2014-07-20 16:05:29 +00:00
Curt Coder
6ec29c5c30 (MESS) c64_cart.xml: Added another version of Super Snapshot 5. [Malice] 2014-07-20 06:19:53 +00:00
Robbbert
e0eed7b090 Fixed kotmh in mess. (nw) 2014-07-02 13:41:07 +00:00
Alex W. Jackson
64df51f7a7 add width and endianness to megadriv softlist (nw) 2014-07-01 09:31:38 +00:00
Alex W. Jackson
98eac17316 Add width and endianness attributes to data areas in software lists (nw)
Update neogeo.xml to take advantage of them.

For regular rom loading we try to autodetect the appropriate endianness and
width by matching the region tag to a device with a device_memory_interface;
this is generally not doable for software lists because the regions are
children of some slot device and thus not siblings of the devices in the root
driver (i.e. "cartslot1:maincpu" rather than "maincpu") So you have to
specify the width and endianness manually for now.

Anyone who has spare time, feel welcome to byteswap every single entry
in megadriv.xml and update them to use this :-)
2014-07-01 07:55:38 +00:00
David Haywood
8b285d1e81 fix a load address (nw) 2014-07-01 00:30:51 +00:00
Scott Stone
532bfb9e2b Alignment fixes for XML hashes. (nw) 2014-07-01 00:17:55 +00:00
David Haywood
c52aeab839 NeoGeo slot work [S. Smith]
Message that was posted to me

"Hi David

It was to my great disappointment that your work on the NeoGeo Multislot (Dec 2013) was not included in MAME.  To aid the process I've taken your work and spent some hours addressing the concerns put forward by the developers.  The code I'm sending to you converts Neo Geo to fully use slot devices for the cartridges and implements the multi-slot using techniques that have greater likelihood of being met with approval.

In some places the slot trampolines caused performance to drop below 100% so I've used methods to avoid them gathered by the study of other slot devices in MESS.  Performance is the same as it was prior to this update.

I first sent this with the forms on the official site but received no reply so I'm turning to you directly.

(filehost link removed)

Credit to yourself and 'S. Smith'
"
2014-06-29 17:57:09 +00:00
Sandro Ronco
ea9fd2f6c2 (MESS) glcolor: added LCD emulation and inputs. [Sandro Ronco]
(MESS) moved glcolor carts from genius.xml to glcolor.xml. (nw)
2014-06-28 19:56:06 +00:00
Fabio Priuli
1ba2dde2ab copy & paste mistake. nw.
(but thanks oddi2 for reporting)
2014-06-25 17:08:37 +00:00
Fabio Priuli
e4c0bc867d softlist: added a bunch of new dumps from misc sources. nw. 2014-06-25 15:04:02 +00:00
Fabio Priuli
eb461a5057 gameboy: Added support for Li Cheng pirate mapper. [taizou, Fabio Priuli] 2014-06-25 15:03:02 +00:00
Fabio Priuli
5c17ad131e gba.xml: Added newer revision of Sim City 2000 [BPzeBanshee] 2014-06-25 14:59:58 +00:00
Wilbert Pol
ee2e620553 (MESS) msx1_cart.xml: Renamed a few Yamaha cartridges. (nw) 2014-06-18 20:51:17 +00:00
Robbbert
0880ae3c7c (MESS) kog is unsupported as per MT 04742 (nw) 2014-06-08 10:19:17 +00:00
Ivan Vangelista
6ef7f9fb74 Fixed msx2_flop.xml validation (nw) 2014-06-05 15:36:11 +00:00
Oliver Stöneberg
5c0a2624c6 (MESS) more unsupported software flagging (nw) 2014-06-05 10:46:50 +00:00
Oliver Stöneberg
763df208ce (MESS) flagged more software as unsupported (nw) 2014-06-05 08:44:15 +00:00
Wilbert Pol
51b976d70b (MESS) msx.c: Added support for Arc (nw) 2014-06-04 21:30:17 +00:00
Wilbert Pol
db448dec61 (MESS) msx.c: Added support for mapper used by halnote (nw) 2014-06-04 20:46:54 +00:00
Wilbert Pol
1e5d478646 (MESS) msx2_cart/flop.xml: Added description for Arc and moved Halnote description to msx2_flop.xml. (nw) 2014-06-04 20:16:15 +00:00
Wilbert Pol
8d559f580c (MESS) msx.c: Added support for protection used by Baby Dinosaur Dooly (hopefully complete). (nw) 2014-06-04 19:13:06 +00:00
Wilbert Pol
db5294cec3 (MESS) msx.c: Added support for mapper used by Holy Quran. [hap, Wilbert Pol] 2014-06-04 17:57:35 +00:00
Oliver Stöneberg
5cd95bf6f6 (MESS) more unsupported software flagging (nw) 2014-06-04 14:43:21 +00:00
Oliver Stöneberg
313146fcaf (MESS) flagged some software as unsupported (nw) 2014-06-04 14:18:38 +00:00
Wilbert Pol
fbe825d59c (MESS) msx.c: Added support for keyboard master prototype. (nw) 2014-06-03 19:30:04 +00:00