Commit Graph

3634 Commits

Author SHA1 Message Date
ArcadeShadow
110e8e7066
ibm5170 - New working software list addition
Rex Nebular and the Cosmic Gender-Bender
2020-04-18 18:02:17 +01:00
ArcadeShadow
7d2b320d72
New working software list addition
SimLife
2020-04-18 17:56:37 +01:00
Robbbert
1ce4623dcd ibmpcjr_cart: fixed lotus123 which had never worked. Added doco on how to use it. 2020-04-18 19:23:54 +10:00
Jürgen Buchmüller
c8155e9b52 hash/cgenie_cass.xml: add new entry for baeng.cas 2020-04-18 10:33:26 +02:00
Jürgen Buchmüller
2643430dc6 hash/cgenie_cass.xml: add new entry for ne555.cas 2020-04-18 10:23:45 +02:00
cracyc
4a20b56e62 m24: move pcosm24 to m24 softlist (nw) 2020-04-17 20:16:23 -05:00
Jürgen Buchmüller
fe673d8983 hash/cgenie_cass.xml: hektik w/o offset loader (nw) 2020-04-18 01:58:50 +02:00
Jürgen Buchmüller
5cd3a44607 hash/cgenie_cass.xml: glueckspilz w/o offset loader (nw)
Another cassette image with the the DOS offset loader removed.
Removing the loader restores the original cassette which fits in 16K.
2020-04-17 22:41:31 +02:00
R. Belmont
a683de00ee
Merge pull request #6563 from clawgrip/patch-28
New NOT_WORKING software list additions
2020-04-17 16:13:58 -04:00
Jürgen Buchmüller
876c849074 hash/cgenie_cass.xml: cosmic_attack w/o offset loader (nw)
Restored the original image by undoing the DOS offset loader.
Now the game fits in 16K RAM as did the original sold on cassette tapes.
2020-04-17 20:38:35 +02:00
Scott Stone
f1ac8e19bc Merge branch 'master' of https://github.com/mamedev/mame 2020-04-17 14:21:33 -04:00
Scott Stone
5c1b7d4dbe fmtowns_flop.xml: Fix crc hash which contained invalid hex (nw) 2020-04-17 14:20:48 -04:00
Jürgen Buchmüller
114b77d613 hash/cgenie_cass.xml: mampfman2 w/o offset loader (nw)
Restored the original MAMPF2 cassette image without the DOS offset
loader. This image is what was actually sold on cassette tapes by TCS.
2020-04-17 20:09:47 +02:00
Ivan Vangelista
7876065078 New NOT_WORKING software list additions
---------------------------------------
cd32: Jetstrike, Microcosm, Project-X and F17 Challenge, Universe [Guru]

cd32.xml: redumped atr [Guru]
2020-04-17 20:06:31 +02:00
ClawGrip
feeb062df7
New NOT_WORKING software list additions
---------------------------------------
Inidiana Jones (USA) [TeamEurope]
Nickelodeon Spongebob Squarepants - Fist of Foam (USA) [TeamEurope]
Star Wars - The Clone Wars (USA) [TeamEurope]
2020-04-17 19:50:15 +02:00
ajrhacker
af21e47ae2
Merge pull request #6562 from DavidHaywood/160420_2
new NOT WORKING software list entries
2020-04-17 12:01:00 -04:00
DavidHaywood
47205de59a new NOT WORKING software list entries
----
leapfrog_didj_cart.xml: Nicktoon Android Invasion (US, 500-13290-B) [Team Europe]

there's a skeleton driver too, but it's really nothing but a holder for the Software List as the BIOS isn't yet dumped.
2020-04-17 12:12:06 +01:00
AJR
19b87b747b c64_cart: Workaround for "Unknown slot option 'ar2' in slot 'exp'" with many unsupported cartridge types 2020-04-16 21:14:27 -04:00
David Haywood
829d3a26c0
Plug and Play work (#6561)
* new WORKING machine
----
Guitar Super Star: You Take The Stage [David Haywood, Sean Riddle, Peter Wilhelmsen, anonymous]

new NOT WORKING software list entry
----
tvgogo.xml:
Dodgeball (US) [Sean Riddle, David Haywood, Peter Wilhelmsen, anonymous]

- marked the existing tvgogo dumps as 'EU' as they contain language selection menus, while this Dodgeball cart which was sourced in the US does not.

(anonymous = money raised from fundraiser)

* new WORKING machine
---
Spider-Man Super TV Air Jet (Lexibook Junior, JG6000SP) [Team Europe]
2020-04-16 16:45:07 -04:00
Ivan Vangelista
cb48319a86 New NOT_WORKING software list additions
---------------------------------------
cd32: Heimdall 2 - Into The Hall Of Worlds [Guru]
2020-04-16 18:52:37 +02:00
Ivan Vangelista
a96854a73f New NOT_WORKING software list additions
---------------------------------------
picno: Nontan to Issho Anime Stamp [TeamEurope]
2020-04-16 18:29:01 +02:00
Scott Stone
d8245caac1 neogeo.xml: Fixed sizes in submitted machine roms (mslug5b) (nw) 2020-04-16 11:38:47 -04:00
hap
cd318c1ace Software list items promoted to working
---------------------------------------
entex_sag: Space Invader 2 [Kevin Horton]
2020-04-16 11:52:34 +02:00
Vas Crabb
5606de08a7 vboy.xml: restore explicit 8-bit width on the SRAM regions - it's to indicate that the SRAM is not full bus width (nw) 2020-04-16 14:09:48 +10:00
Vas Crabb
1a5c013c33 (nw) softlist_dev.cpp: validate ROM labels
The free-for-all on labels in software lists is not working.  There's no
consistency, labels are getting excessively long, people are starting to
use non-ASCII characters in labels making it harder for others to type
them when manipulating files on the command line, and there's too much
markup being put in labels.

The length limit is 127 characters, same as for labels in MAME itself.
This should be long enough to be descriptive.  Remember that the Win32
path limit is 260 characters, and many applications and frameworks have
issues with longer paths, including Windows Explorer and the .NET
framework.  Labels are used as filenames, so concessions need to be
made for this.

I have not abbreviated excessively long labels myself - they're
currently causing 135 validity errors.  Someone else can fix them.

Printable ASCII characters are allowed, with a few exceptions.  The
exceptions are limited to characters most likely to cause issues for
interactive shells and scripts:
* ! - csh event substitution (very difficult to escape properly)
* $ - sh varibale expansion
* % - csh job control, cmd variable expansion
* / - UNIX directory separator
* : - sh path separator, Windows drive qualifier
* \ - sh escape, Windows directory separator

Most of the labels that had to be edited were using ! for markup, or
using ! and % for titles in labels.  Strangely, titles in labels are
often forced to lower case, despite this never being enforced for
software lists.  There are also various other edits to titles used for
labels, such as moving articles to the end (with or without a comma),
or replacing spaces with underscores.  As I already said, there's no
consistency at all.

There is far too much markup in labels.  They're even being used for
notes in some cases (e.g. at least one case where a dumper's name is in
the label).  The XML schema supports metadata - use it.  For example,
you can use part_id for an unrestricted display name for a software
part.  You can also use XML comments for notes.

And while on the topic of metadata, vgmplay.xml is putting the same
thing in the part_id as well as the label.  The part_id should have
the actual title, not the title mangled to make it more suitable for
use as a filename.  Addressing this would be a lot of work, given how
large the file is.

For now, empty data areas in software lists cause a verbose message
rather than a validation warning.  There are thousands of software
lists using empty data areas to indicate the size/width of cartridge
RAM/EEPROM/etc.
2020-04-16 14:04:06 +10:00
Tom
5c90a13cee
add mslug5b to hash\neogeo.xml (#6552)
* added mslug5b

* fix gfx/c + samples/v

* add to hash\neogeo.xml
2020-04-15 17:38:25 -04:00
ajrhacker
2a423987e3
Merge pull request #6557 from FakeShemp/Nintama
n64.xml: 3 more cart PCBs documented
2020-04-15 16:56:37 -04:00
Nigel Barnes
a6afb92ad7 New working software list additions
-----------------------------------
bbcm_cart: Master Smart Cartridge v2.02
2020-04-15 20:57:01 +01:00
Rebecca Wallander
531d389d50 n64.xml: 3 more cart PCBs documented 2020-04-15 21:54:11 +02:00
Curt Coder
cfcb2417b6 abc800c, abc800m: Fixed HR graphics. [Curt Coder] 2020-04-15 21:33:28 +03:00
Robbbert
dea62a8583 pcd_flop: New working software items
------------------
MS-DOS 2.11 boot disk
MS-DOS 3.1 boot disk
TDS diagnostics
Lernprogramme
(from "the collection")
2020-04-16 02:52:01 +10:00
Robbbert
bc8a3e2086 sorcerer_flop:
New working software items
----------------
CPM v1.42.3 (set 2)

(from "the collection")
(nw) added usage
2020-04-16 01:58:35 +10:00
Vas Crabb
8f393f526f softlist_dev.cpp: start adding validation for data areas
romload.cpp: reduce copy-pasta (nw)

(nw) I fixed the errors found by adding validation to software list data areas.
Most of them seem to be simple copy-paste errors hidden by the fact that the
default device_image_interface loader ignores the data area size (as opposed to
the "ROM" loader).  There was one C64 cartridge with a missing zero on the data
area size that was pretty clearly wrong.
2020-04-16 00:11:41 +10:00
ajrhacker
2abd76d57c
Merge pull request #6553 from rzero9/patch-4
fmtowns_flop.xml: 6 new dumps, replaced DOS 6.2 images
2020-04-15 08:51:40 -04:00
hap
9341daa9ed microvsn: show paddle pos in layout (nw) 2020-04-14 17:11:12 +02:00
r09
419c65b128
fmtowns_flop.xml: 6 new dumps, replaced DOS 6.2 images
- New dumps (all working, dumped by me):

Ai Shimai - Futari no Kajitsu
Doukyuusei 2 Special Disk
Super Ultra Mucchin Puripuri Cyborg Maririn DX
Music Pro-Towns (1990-05-23)
Shangrlia 2 Special Disk
S. A. 2

- Promoted Music Pro-Towns to working and added usage instructions.

- Replaced MS-DOS 6.20 L10 with the images from the Master CD, which should match the original disks. The previous images were the "installed" floppies that can be created from the original ones.
2020-04-14 16:55:54 +02:00
hap
0e3efd6a35 New working software list additions
-----------------------------------
microvision: Tetris (8021 version) [hap]
microvision: MicroBird [hap]
2020-04-13 21:54:46 +02:00
hap
908a2e1c6f microvsn: remove demo, it's nothing more than a "hello world" test (nw)
http://mbmicrovision.blogspot.com/2014/01/completing-number-rendering-functions.html
2020-04-13 21:03:46 +02:00
ajrhacker
dc6bb6d07d
Merge pull request #6544 from FakeShemp/n64
n64.xml: Document some more cart PCBs
2020-04-13 11:59:32 -04:00
Rebecca Wallander
15c85d1581 n64.xml: Document some more cart PCBs 2020-04-13 16:14:53 +02:00
hap
6a439f59f7 Machines promoted to working
----------------------------
Microvision [hap]
2020-04-13 13:52:54 +02:00
hap
84c051119d microvsn: internal artwork for lcd (nw) 2020-04-13 12:45:15 +02:00
hap
eadbe81acf New working software list additions
-----------------------------------
microvsn: Tetris [hap]
2020-04-13 01:59:33 +02:00
hap
7f3cbeb198 microvsn: cleanup, Finish support for i8021 based cartridges (nw) 2020-04-13 00:12:46 +02:00
r09
cd99d17f89
fmtowns_cd.xml: 2 additions, 12 replacements, first wave of CHD re-conversion
- Replaced entries with dumps from the redump.org database:

Free Software Collection 6
Free Software Collection 7
Free Software Collection 8
Free Software Collection 9
Free Software Collection 10
Free Software Collection 11
Freeware Collection 2
Freeware Collection 3
Golf Links 386 Pro
Psychic Detective Series Vol. 5 - Nightmare
Towns System Software V1.1L30
Viewpoint

- Added new working dumps from the redump.org database:

Gadget - Invention, Travel, & Adventure
Virtuacall 2

- Started to re-convert some pre-0.175 CHDs with current CHDMAN (see GitHub issue #2517). I'm starting with the Redump ones (and Neo Kobe ones that match Redump), the rest will come later:

Air Combat II Special
Dangel
DOR Best Selection Joukan
DOR Special Edition '93
F-BASIC386 v1.1 L20
Galaxy Force II
Hyper Ocean
OASYS/Win v2.0
Psychic Detective Series Vol. 1 - Invitation - Kage kara no Shoutaijou
Psychic Detective Series Vol. 2 - Memories
Psychic Detective Series Vol. 3 - Aya
Psychic Detective Series Vol. 4 - Orgel
Psychic Detective Series Final - Solitude Joukan
Psychic Detective Series Final - Solitude Gekan
Pu-Li-Ru-La
Shadow of the Beast II - Juushin no Jubaku
SimAnt
Towns Magazine
Towns System Software v2.1 L10A
Windows 3.1 L11
2020-04-11 21:15:43 +02:00
hap
8fd70b7825 microvsn: add paddle control (nw) 2020-04-11 21:00:11 +02:00
Ivan Vangelista
bce07e6e6a New working software list additions
-----------------------------------
snes: Rayman (early prototype) [Arcade Shadow]
snes: Spot Goes to Hollywood (prototype 19950805) [Arcade Shadow]
snes: Spot Goes to Hollywood (prototype 19950307) [Arcade Shadow]
2020-04-11 19:17:20 +02:00
Robbbert
0d5cc5c86e mm1_flop : added 3 boot disks from "the collection". 2020-04-10 20:14:05 +10:00
Robbbert
9d04e3b3ed pasogo.xml: fixed hashes 2020-04-10 10:32:09 +10:00
hap
ebaac99491 microvsn: make connect4(8021) the clone set since it's older revision (nw) 2020-04-09 20:05:03 +02:00
hap
c2c1a8757b microvsn: simplify cart_load, add notes to xml (nw) 2020-04-09 17:16:03 +02:00
Zoë Blade
efceabc768
Tidy up The Ultimate Tape Archive's dumps (#6516)
* Example data tidying

This is an example of what I'd like to do to the existing cassette dumps:

* Conform to 8.3 filename structure, for both the software name and ROM names
* Give credit to who dumped it, which also makes it easier to track these down
* Optimise the image with tapclean, which changes the file's hashes (but not the payload's magic CRC32, as the target data itself is unaltered)

Optimising the image makes it overall PASS instead of FAIL.  I think this is as close as we can get to canon tape dumps.

* Give more examples of tidying up The Ultimate Tape Archive data
2020-04-08 10:57:12 -04:00
hap
3fae784997 sag: add cartridge and softwarelist (nw) 2020-04-08 16:15:54 +02:00
hap
4f08f64bd7 microvsn: add default tms1100 microinstructions (nw) 2020-04-08 00:49:02 +02:00
Ivan Vangelista
5d6a4c7cb7 New working software list additions
-----------------------------------
snes: Cooly Skunk (Jpn, Prototype) [Gaming Alexandria, Arcade Shadow]
snes: Edgar Rice Burroughs' Tarzan: Lord of the Jungle (Prototype) [Gaming Alexandria, Arcade Shadow]
2020-04-06 19:56:01 +02:00
Justin Kerk
26391dc465 Fix validity check failure (nw) 2020-04-05 15:55:01 -07:00
Rebecca Wallander
d519ecbeb7 ibm5150/5170.xml: Add new dumps 2020-04-05 15:50:48 -07:00
ArcadeShadow
6a6232a40a New working software list addition
Space Quest I: Roger Wilco in the Sarien Encounter (VGA release)
2020-04-05 15:47:24 -07:00
ArcadeShadow
667122c2bd New working software list addition
Indiana Jones and the Last Crusade - The Action Game (5.25")
2020-04-05 15:41:34 -07:00
Vas Crabb
c3da4c5b4b Merge tag 'mame0220' into mainline-master
MAME 0.220
2020-04-06 03:52:34 +10:00
Zoë Blade
78ee37fc80
Here's another 10 new old releases... (#6520)
* Tidy my previous contributions

Tidy commit 45e0de97, chiefly fixing part names

* Add more tape hashes
2020-04-04 13:49:38 -04:00
Zoë Blade
1f764371b4
Adding and tidying some C64 tapes (#6511)
* Add a partial tape, B-side only

It's incomplete, but a start.

* Add a full tape, Hacker II

* Add partial dump of James Pond 2: RoboCod

* Add partial dump of Kettle

I'm only adding dumps that completely passed tapclean's inspection,
after optimisation.  As this optimisation reduces wow and flutter
and other arbitrary timing aspects, it's reasonable to assume that
other people dumping the same tapes will be able to verify the present
sides and fill in the missing ones, which are oftentimes duplicates
anyway.

* Empty commit; note

Actually, that last commit message is incorrect.  Identical dumps
have matching magic CRC32s (payload only), but not matching overall
CRC32s.  There's still arbitrary data in there.

* These programs were rereleased by Hi Tec in 1989

...as per the inlay cards.

* Add full rerelease of Summer Camp

* Add Tetris

* Add The Greed Monster

* Fix part names; give credit
2020-04-03 16:10:23 -04:00
ClawGrip
2c9cce590f
New NOT_WORKING software list additions (#6513)
---------------------------------------
Merida - Legende der Highlands (Germany) [TeamEurope]
2020-04-03 08:25:32 +02:00
Ivan Vangelista
d760194fa0 snes.xml: fixed Asterix year according to MT07603 (nw) 2020-04-03 06:59:03 +02:00
Robbbert
5ac7ce5e2d (nw) svi318_cart : formatting 2020-04-02 02:56:05 +11:00
AJR
07707fd396 svi318_cart.xml: Typo in comment (nw) 2020-04-01 11:23:28 -04:00
Robbbert
be3fba32a5 svi318_cart: added music mentor 2020-04-02 00:27:04 +11:00
Vas Crabb
7038bb974c pardon my French (correct some software list titles) (nw) 2020-04-01 17:16:15 +11:00
Scott Stone
2acbcc0925 apple2_flop_orig.xml: Fix XML structure on some new entries (nw) 2020-03-31 18:15:14 -04:00
r09
45989b9927
fmtowns_cd.xml: 17 replacements, 16 additions, 2 new floppy dumps (#6505)
- Replaced entries with dumps from the redump.org database, with proper track indexes and offset correction:

Advantage Tennis
Alice no Yakata CD
Asuka 120% Burning Fest. Excellent
Awesome
Classic Road
Fractal Engine Demo
Hyper Address (HMB-106)
Infestation - Chinmoku no Wakusei
Loom (audio drama CD)
Oshare Cooking II
Sangokushi III
Software Contest Nyuusen Sakuhinshuu 2
Sotsugyou '93 - Graduation
Super Shanghai - Dragon's Eye
Takamizawa Kyousuke - Nekketsu!! Kyouiku Kenshuu
TDF - Terrestrial Defense Force
Towns Magazine Vol. 2

- Added new working dumps from the redump.org database:

The 4th Unit 5 - D-Again (Demo)
Air Warrior V2.1L10
Ehon Writer - Denshi Ehon - Aesop World Dai-1-shuu
GEdit Towns
Hyper Address (HMB-106A)
Kotoba Asobi - CDView HiP Catch
Kanji Land 3-nen
Lord of the Rings, Vol. 1
Master CD - Install Model-you
My Fair Lady CAN III. Intermediate
Niko²
Oto to E no Deru Eigo Jisho No. 1 - Start with Words
Software Contest Nyuusen Sakuhinshuu 1 (HMC-139)
Software Contest Nyuusen Sakuhinshuu 1 (HMC-139B)
Software Contest Nyuusen Sakuhinshuu 3
The Queen of Duellist (HME-166A)

- Added floppy disk dumps for the following entries (thanks to wiggy2k for dumping them), and promoted to working status:

Shamhat - The Holy Circlet
Suzaku
2020-03-31 17:40:19 -04:00
R. Belmont
67a9517c8e
Merge pull request #6502 from clawgrip/patch-17
New NOT_WORKING software list additions
2020-03-29 19:50:10 -04:00
R. Belmont
ee386b38d5
Merge pull request #6499 from clawgrip/patch-13
New NOT_WORKING software list additions
2020-03-29 19:49:58 -04:00
ClawGrip
c9f0f7ffe6
New NOT_WORKING software list additions
---------------------------------------
Marvel Super Hero Squad - Sport Heroes (UK) [TeamEurope]
Scooby-Doo! - Mystery Town (UK) [TeamEurope]
2020-03-29 20:20:38 +02:00
R. Belmont
923a570e42
Merge pull request #6501 from clawgrip/patch-14
vsmile_cart.xml: Add notes about (maybe) unreleased games (nw)
2020-03-29 14:09:07 -04:00
R. Belmont
72a3934674
Merge pull request #6491 from telanus/patch-2
updated to ibm5170 softlist
2020-03-29 14:08:56 -04:00
ClawGrip
28a34dd1d1
vsmile_cart.xml: Add notes about (maybe) unreleased games (nw) 2020-03-29 20:07:00 +02:00
ClawGrip
fede683d4b
New NOT_WORKING software list additions
---------------------------------------
Marvel Spider-Man and ses amis - Missions Secrètes (France) [DisizDream]
Disney La Maison de Mickey (France, Rev. 005) [DisizDream]
Mon Youtou tout fou! (France) [DisizDream]
2020-03-29 19:51:27 +02:00
Alexis Bousiges
1ddfc91540
Added Viewpoint 64 prototype (#6496)
* Added Viewpoint 64 prototype

Rom file dumped and can be found here => https://www.gamingalexandria.com/wp/2020/03/28/viewpoint-2064-n64-unreleased/

* Fixed viewpoint software name

Fixed viewpoint software name
2020-03-29 13:54:54 +02:00
David Haywood
d66b62fbb7
Plug and Play work (#6494)
* some nes_vt refactor , prep for senwld (nw)

* vt refactoring (nw)

* vt refactor (nw)

* vt refactoring (nw)

* vt refactoring (nw)

* map some ram for senwld (nw)

* bigger ram (nw)

* not correct (nw)

* new_vt refactoring (nw)

* (nw)

* better handled like this (nw)

* more refactoring (nw)

* fixup (nw)

* remove old comment (nw)
2020-03-28 20:26:25 -04:00
Rebecca Wallander
fd1553f400
ibm5150.xml: New dumps (#6493)
* ibm5150.xml: Add Conflict Europe

* ibm5150.xml: Add Conquest of Camelot - The Search for the Grail

* ibm5150.xml: Add Harpoon
2020-03-28 20:25:53 -04:00
telanus
8f534755c9
updated to reflekt reality
Did a small update to reflect the origin of the affected dumps. They are all winimage made. The whole Ggem* set is wininmage made, will update them later, to reflect their baddump status
2020-03-28 13:43:15 +02:00
hap
4139da5097 New working machines
--------------------
Sensor Chess [hap, bataais]

New working software list additions
-----------------------------------
saitek_schess: Classical Style Super Strong [hap, bataais]
2020-03-28 01:44:44 +01:00
Nigel Barnes
614e4971ee Merged software list bbc_flop_65c102 into bbc_flop_6502 (nw) 2020-03-24 19:09:21 +00:00
Nigel Barnes
dff4261aa6 New NOT_WORKING software list additions
---------------------------------------
bbc_flop_torch: Graduate DFS, Graduate MS-DOS 2.11, Psion Xchange 1.24
2020-03-24 19:09:21 +00:00
Cyril APAN
c4aa95da34 Fixed the Japanese transliteration of Streets of Rage titles 2020-03-23 07:40:51 -07:00
Vas Crabb
92d6e163a8 srcclean (nw) 2020-03-22 14:33:57 +11:00
angelosa
f128d1d0c1 Mark few fake VGZ files as bad_dump (nw) 2020-03-21 19:47:15 +01:00
Firehawke
4bbf24a8ad
The rest of the WOZ files for North Dakota (#6472)
* New working software list additions

-----------------------------------

apple2_flop_orig: Notable People of North Dakota (Version 1.0), North Dakota Parks and Historical Sites (Version 1.0) [Frank Cifaldi, 4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: North Dakota Plants (Version 1.0), North Dakota Symbols (Version 1.0), North Dakota U.S. Senators and Representatives (Version 1.0), North Dakota Wildlife (Version 1.0), North Dakota Pride (Version 1.0) [Frank Cifaldi, 4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_clcracked: Governors and First Ladies of North Dakota Database (Version 1.0) (cleanly cracked), North Dakota Agriculture Database (Version 1.0) (cleanly cracked) [Frank Cifaldi, 4am, Firehawke]
2020-03-20 18:58:21 -04:00
Rebecca Wallander
b00e48b816
st_flop.xml: Add Fantasy World Dizzy (#6470)
* st_flop.xml: Add Fantasy World Dizzy

* st_flop.xml: Speaking with Jeff of HxC it seems stx isn't the best of formats, so change to mfm
2020-03-20 12:21:40 -04:00
R. Belmont
c49cfb2714
Merge pull request #6469 from clawgrip/patch-11
New NOT_WORKING software list additions
2020-03-20 10:35:17 -04:00
ClawGrip
7d63c510af
New NOT_WORKING software list additions
---------------------------------------
Marvel Spider-Man & ses amis - Missions secrètes (France, Rev. 105) [DisizDream]
Marvel Spider-Man & ses amis - Missions secrètes (France, Rev. 305) [DisizDream]
Disney/Pixar Wall-E (France) [DisizDream]
DreamWorks Shrek Le Troisième - L'aventure d'Arthur (France, Rev. 105) [DisizDream]
2020-03-20 14:37:44 +01:00
ArcadeShadow
5b81f3baed
New working software list addition
Flashback
2020-03-20 13:37:25 +00:00
ClawGrip
6e7e65a6c7
New NOT_WORKING software list additions
---------------------------------------
La Maison Des Animaux (France) [DisizDream]
Baby Einstein - Un monde de découvertes (France) [DisizDream]
Un jour à la ferme (France) [DisizDream]
2020-03-20 13:34:51 +01:00
r09
5ebeff18c9
fmtowns_cd.xml: requirements, 12 replacements and 10 additions
- Added requirements for software items that need more hardware than what an unexpanded Model 1 would provide (386 CPU, 1 MB RAM, no HDD).

- Replaced entries with dumps from the redump.org database, with proper track indexes and offset correction:

Alone in the Dark
Azure
Bible Master - Crash of the BlleotRutz
Bomberman - Panic Bomber
ElFish
if 2 - Invitations from Fantastic Stories
Might and Magic III - Isles of Terra
Mobile Suit Gundam - Hyper Classic Operation
Tatsujin Ou
Titan
Towns System Software v1.1 L10
Yami no Ketsuzoku Special - The Predestined Homicides

- Added new working dumps from the redump.org database:

After Burner (v1.02)
After Burner (v1.02, alt)
Can Can Bunny Premiere
Debut Shimasu... - Nakagawa Yuuko
Free Software Collection Marty 1
Hyper Channel - Towns TV
TownsPAINT V1.1 L10

- Added new NOT working dumps from the redump.org database:

Pro Yakyuu Family Stadium - 90-nendo Pennant Race-ban
Shamhat - The Holy Circlet
Suzaku

- Re-tested and promoted to working status:

Jangou 4

- Various metadata fixes
2020-03-19 21:55:53 +01:00
Firehawke
2829ffbb01
500% more North Dakota in MAME (#6459)
* New working software list additions

-----------------------------------

apple2_flop_orig: Carmen's North Dakota Almanac Database (version 1.0), Where in North Dakota is Carmen Sandiego (Version 0.98 beta), Where in North Dakota is Carmen Sandiego (Version 1.0 final beta), Governors and First Ladies of North Dakota Database (Version 1.0), North Dakota Agriculture Database (Version 1.0), North Dakota Cities (Version 1.6) [Frank Cifaldi, 4am, Firehawke]

apple2_flop_clcracked: Carmen's North Dakota Almanac Database (version 1.0) (cleanly cracked) [Frank Cifaldi, 4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: North Dakota Cities with Population Under 500 (Version 1.0), North Dakota Cities with Population 500 and Above (Version 1.0), North Dakota Counties (Version 1.0), North Dakota Explorers (Version 1.0), North Dakota Indian Tribes (Version 1.0), Minerals of North Dakota (Version 1.0) [Frank Cifaldi, 4am, Firehawke]

* Add info for the 'Where in North Dakota is Carmen Sandiego' sets. (nw)
2020-03-18 22:45:27 -04:00
ClawGrip
d0f1208a7f
New NOT_WORKING software list additions
---------------------------------------
Thomas & seine Freunde - Wirklich Nützliche Loks (Germany) [TeamEurope]
Disney Minnie (Germany) [TeamEurope]
Hello Kitty - Hello Kitty feiert Geburtstag! (Germany) [TeamEurope]
Spongebob Schwammkopf - Rette das Geheimrezept (Germany) [TeamEurope]
Marvel Super Hero Squad - Super Sportler (Germany) [TeamEurope]

(nw) Also renamed all sets as per the others VTech carts softlists ("g" suffix for Germany, etc.)
2020-03-18 23:39:26 +01:00
ICEknigh7
684d5d78ac
specpls3_flop.xml: Added missing IPFs info, minor changes. (#6454)
* specpls3_flop.xml: Added missing IPFs info, minor changes.

Added the known CRC info of the missing IPF files, now all three of them have their own (commented out) entries.
Also renamed the Ghouls 'n' Ghosts IPF just for consistency with the others (after making sure that it was the official one), and ordered the IPFs alphabetically.
No files have been added or deleted.

* specpls3_flop.xml: Added size of missing IPFs

Added the apparent size of the three missing IPFs.

* fixed previous commit
2020-03-18 11:11:29 -04:00
ArcadeShadow
2f31746554
New working software list addition
Indiana Jones and the Last Crusade - The Graphic Adventure
2020-03-18 08:31:26 +00:00
ArcadeShadow
fe4b31e8b8
New working software list addition (#6453)
New working software list additions
-----------------------------------
ibm5150: Jack Nicklaus' Unlimited Golf & Course Design [ArcadeShadow]
2020-03-18 05:13:29 +00:00
Robbbert
44e87419f9 (nw) aquarius : added Dick Smith info. 2020-03-18 14:44:02 +11:00
ArcadeShadow
61dfe59a99 New working software list addition
Mortal Kombat
2020-03-16 07:27:38 -07:00
ICEknigh7
39e5cb073e
specpls3_flop.xml: Dual release documentation, etc (#6444)
-Documented Rescate Atlántida being a dual Spectrum+Amstrad release.
-Documented Comando Tracer being a dual Spectrum+Amstrad release (though it's still not clear which version did the current dump come from).
-Changed Comando Tracer's year of release to 1988.
-Split the two Navy Moves Spanish editions correctly (standalone and dual Spectrum+Amstrad).
-Removed one Navy Moves duplicate which only had an altered header.
-Added new parent/clone relationship between Wanderer 3D UK and Spanish versions.
-Cosmetic changes:
--Moved the relevant comments into their respective entries/floppies.
--Reworded a few things.
2020-03-15 10:28:35 -04:00
Rebecca Wallander
c82b72e94e
compis.xml: Add new dumps and update (#6442)
* This is a Swedish computer released in Sweden. Seems unnecessary to label the software.

* Update all documented dumps with a lot more info about them.

* Replace converted dumps with original files.

* Add two dumps from David Karlström

* Add Distributionskunskap (version 8014)

* Add 4 new dumps
2020-03-15 10:28:06 -04:00
ajrhacker
d82a8abff9
Merge pull request #6441 from arcadehistory/patch-3
Update lynx.xml
2020-03-14 17:57:47 -04:00
ArcadeShadow
f60adb4a60 New working software list additions
Lotus - The Ultimate Challenge
2020-03-14 14:48:19 -07:00
Robbbert
9d9302db3a New working software items (for mc1000_cass)
----------------
Modvideo

(nw) this was overlooked in the last commit.
Also updated a broken link.
All software from "the collection".
2020-03-14 23:48:58 +11:00
Robbbert
b24e7a81e8 New working software items (for mc1000)
---------
Aventura
Circulos
Compcara
Explosao
Teste de Color Artificing
Controle de Despesas
2020-03-14 21:38:01 +11:00
Alexis Bousiges
edc658a3e8
Update lynx.xml
Two homebrews added from this page => http://fadest.free.fr/DevLynx/
Roms can be downloaded here =>
http://fadest.free.fr/Yastuna/Download/yastuna1.zip
http://fadest.free.fr/Yastuna2/Download/yastuna2.zip
2020-03-13 22:48:05 +01:00
R. Belmont
49c7f576db
Merge pull request #6438 from clawgrip/patch-7
New NOT_WORKING software list additions
2020-03-13 17:26:46 -04:00
ClawGrip
b93dda57fd
New NOT_WORKING software list additions
---------------------------------------
Nickelodeon Ni Hao Kai Lan - Joyeux Nouvel an chinois! (France) [DisizDream]
Scooby-Doo! - Panique à Funland [DisizDream]
Disney/Pixar Là-Haut (France) [DisizDream]
Disney Winnie L'ourson - La Chasse au miel de Winnie (France) [DisizDream]
Disney/Pixar Cars - Quatre Roues (France) [DisizDream]
Le Monde de Nemo - Nemo à la decourverte de l'océan (France) [DisizDream]
Oui-Oui - Détective d'un Jour (France) [DisizDream]
DreamWorks Monstres contre Aliens (France) [DisizDream]
Disney/Pixar Wall-E (France) [DisizDream]
2020-03-13 22:08:24 +01:00
ClawGrip
1c2ce5cb33
New working software list additions
-----------------------------------
Spider-Man & ses amis - Le Défi Du Docteur Ock (France) [DisizDream]

New NOT_WORKING software list additions
---------------------------------------
Disney/Pixar Là-Haut (France, Rev. 005) [DisizDream]
Disney Manny et ses outils (France) [DisizDream]
Disney Mickey - Meickey à la Recherche De Pluto (France) [DisizDream]
V.Smile Mes Premiers Clics (France) [DisizDream]
Les adventures du Petit Chaperon Rouge (France) [DisizDream]
Oui-Oui - Détective d'un Jour (France, Rev. 105) [DisizDream]
Nickelodeon Go Diego! - À la rescousse des animaux! (France) [DisizDream]
Kung Fu Panda - La Mission de Po (France) [DisizDream]
Disney La Maison De Mickey (France) [DisizDream]
2020-03-13 21:10:49 +01:00
ArcadeShadow
394a331370
ibm5170 - New working software list addition (#6413)
New working software list additions
-----------------------------------
ibm5170: The Lost Vikings [ArcadeShadow]
2020-03-13 01:32:52 +00:00
ArcadeShadow
700a0c6fef New working software list additions
Beneath a Steel Sky (France), Pinball Fantasies
2020-03-12 18:26:26 -07:00
ArcadeShadow
239a1618a4
New working software list additions
Alone in the Dark 2
2020-03-11 08:21:10 +00:00
Firehawke
51759016a5
Mid-cycle Apple II stuff because... (#6422)
* New working software list additions

-----------------------------------

apple2_flop_orig: The Brain Game, Countdown to Shutdown, The Bard's ale II: The Destiny Knight, Wizplus [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: John Elway's Quarterback, Kaves of Karkhan, Triad (Version 1.0), Rescue on Fractalus [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_clcracked: Telling Time (Version 3.2.0), Money (Version 3.1.6) (cleanly cracked), Cyborg (Version 2) (cleanly cracked) [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: Where in North Dakota is Carmen Sandiego? [Frank Cifaldi, 4am, Firehawke]
apple2_flop_clcracked: Where in North Dakota is Carmen Sandiego? [Frank Cifaldi, 4am, Firehawke]
2020-03-10 12:16:57 -04:00
Ivan Vangelista
2de1389cb3 New NOT_WORKING software list additions
---------------------------------------
bdesignm_design_cart: Weekly Shonen Jump Special (design) [RetroRomper, TeamEurope]
bdesignm_game_cart: Dungeon Diver (game) [RetroRomper, TeamEurope]
2020-03-09 19:09:55 +01:00
ArcadeShadow
c3484c158e ibm5170 - New working software list additions
Another World, The Lost Vikings, The Humans (3.5" DD), The Humans (5.25" HD)
2020-03-09 07:29:49 -07:00
Justin Kerk
682053d2e1 ibm5150.xml: minor tweaks (nw) 2020-03-08 16:22:37 -07:00
ArcadeShadow
206f24a743 ibm5150 - New working software list additions
Dyna Blaster, Test Drive III - The Passion, Martian Memorandum, The Secret of Monkey Island (5.25", EGA version), The Secret of Monkey Island (3.5", EGA version)
2020-03-08 16:17:37 -07:00
Rebecca Wallander
b0e10898d8 ibm5150.xml: Add Go Simulator 2020-03-08 15:13:31 -07:00
Scott Stone
c639983620 vsmile_cart.xml: Fix incorrect SHA1 hash (nw) 2020-03-08 17:18:49 -04:00
ajrhacker
1adbd31507
Merge pull request #6418 from FakeShemp/dgen
ibm5150.xml: Add D/Generation
2020-03-08 14:46:35 -04:00
Rebecca Wallander
cb0b103118 ibm5150.xml: Add D/Generation 2020-03-08 18:16:49 +01:00
Rebecca Wallander
b7aad6cac8 ibm5150.xml: Add Power Drift 2020-03-07 12:59:08 -08:00
Justin Kerk
4a5374b849 mz2200_cass.xml: fix Japanese (nw) 2020-03-07 12:28:38 -08:00
R. Belmont
80d9962aad
Merge pull request #6408 from clawgrip/patch-3
New working software list additions
2020-03-07 10:52:23 -05:00
R. Belmont
c22306e95f
Merge pull request #6407 from FakeShemp/baal
ibm5150.xml: Add Baal
2020-03-07 10:51:43 -05:00
Rebecca Wallander
35ba231eb3
Add softlist for mz2200 (#6398)
* Add softlist to mz2200

* Format

* Jレ -> ル
2020-03-07 10:51:21 -05:00
Vas Crabb
438a497c37 (nw) More license shuffling
Get rid of a couple of copies of the CC0 text.  Add header comment to
CC0 files to remind people editing them what the terms are.  Also add
some missing XML headers.  The header comments in layouts won't bloat
the binary - they get stripped out before compressing, same as any other
comments.
2020-03-07 22:02:56 +11:00
ClawGrip
cbd538939a
New working software list additions
-----------------------------------
Aladdin - Les fabuleuses aventures d'Aladdin (France) [DisizDream]
Toy Story 2 - Buzz à la Rescousse! (France) [DisizDream]
The Batman - Panique à Gotham City (France) [DisizDream]
Football Challenge (France) [DisizDream]

New NOT_WORKING software list additions
---------------------------------------
V.Smile Défi Gym (France) [DisizDream]
Les Aventures Imaginaires d'Ernest et Bert (France) [DisizDream]
2020-03-07 01:07:56 +01:00
Scott Stone
8114671939 pasopia_cass.xml, apple2_flop_orig.xml: XML format fixes (nw) 2020-03-06 16:37:49 -05:00
Rebecca Wallander
32b1061927 ibm5150.xml: Add Baal 2020-03-06 21:53:50 +01:00
ajrhacker
9c4c4c58df
Merge pull request #6406 from FakeShemp/freddy
ibm5150.xml: Add Fiendish Freddy's Big Top o' Fun
2020-03-05 16:29:05 -05:00
Rebecca Wallander
250487df94 ibm5150.xml: Add Fiendish Freddy's Big Top o' Fun 2020-03-05 22:15:13 +01:00
ajrhacker
f788d504df
Merge pull request #6405 from FakeShemp/pasopia
Add softlist for pasopia
2020-03-05 08:13:03 -05:00
R. Belmont
e36a3d52fd
Merge pull request #6397 from FakeShemp/komix
amigaocs_flop.xml: Add 16 Bit Komix
2020-03-05 07:54:54 -05:00
Rebecca Wallander
432acb03d4 Add softlist for pasopia 2020-03-05 12:53:08 +01:00
Vas Crabb
cb78603a57 apple2_cass.xml: use standard reading (nw) 2020-03-05 22:34:19 +11:00
Vas Crabb
5bce46bd75 Removed winpcap and cleaned up network module selection.
(nw) The pcap.h header itself has the problematic original BSD license,
including the obnoxious advertising clause.  Using tap/tun networking on
Windows provides a much better experience, so the extra setup is worth
it.  This patch also allows you to enable pcap on platforms where it's
disabled by default with USE_PCAP=1 if you really want to use it.
2020-03-05 21:23:21 +11:00
ajrhacker
0da1bd33ed
fmtowns_cd.xml: 12 additions, 14 replacements, renames (#6400)
* fmtowns_cd.xml: 12 additions, 14 replacements, renames
- Replaced entries with dumps from the redump.org database, with proper
  track indexes and offset correction:

4D Driving
Blandia
Daisenryaku III '90
Death Brade
Derby Stallion
Drakkhen
Freeware Collection 1
Hana yori Dango 2
The Incredible Machine
Operation Wolf
Shangrlia 2
Super Odyssey & Dennou Planetarium
Shadow of the Beast - Mashou no Okite
Zoku Dungeon Master - Chaos no Gyakushuu

- Added new working dumps from the redump.org database:

Big Honour
FM Towns World
Gokko Vol. 02 - School Gal's
High C Compiler Multimedia Kit v1.7 L12
Kanade V1.1L10
Katakana no Ehon
Kanji no Ehon
Kyouiku & FM Towns Vol. 3
NHK Eigo de Asobo Vol. 1
NHK Eigo de Asobo Vol. 2
Pegasus (Rev A)
SimCity (1990-03-05)

- Added new NOT working dumps from the redump.org database:

Towns VNet V1.1 L20

- Renamed:

Blandia Plus -> Blandia ("Plus" is the name of the bundle that includes
the 6-button pad)
Super Odyssey -> Super Odyssey & Dennou Planetarium
Pegasus -> Pegasus (Rev C)
SimCity -> SimCity (1992-01-24)

* forgot to remove a few things from the missing list (nw)
2020-03-04 21:12:00 -05:00
ajrhacker
88b7550e2c
Merge pull request #6402 from FakeShemp/mahjong
apple2_cass.xml: Add 四人麻雀
2020-03-04 21:04:08 -05:00
ajrhacker
cda9549b9f
Merge pull request #6403 from FakeShemp/puckman
apple2_cass.xml: Add Puck Man
2020-03-04 21:03:55 -05:00
ajrhacker
7fc658ce58
New NOT_WORKING software list additions (#6404)
* New NOT_WORKING software list additions

---------------------------------------
V.Smile Clavier Tip Tap (France) [DisizDream]
V.Smile Studio De Dessin (France) [DisizDream]
Walt Disney Cendrillon - Le rêve enchanté de Cendrillon (France, Rev. 205) [DisizDream]
Cranium - Le Parc D'Attractions (France) [DisizDream]

* Small format fixes (nw)
2020-03-04 21:03:35 -05:00
Rebecca Wallander
ae782b9064 apple2_cass.xml: Add Puck Man 2020-03-04 23:34:46 +01:00
Rebecca Wallander
bfec8ddfc3 apple2_cass.xml: Add 四人麻雀 2020-03-04 23:27:48 +01:00
Rebecca Wallander
5e8fa9f500 amigaocs_flop.xml: Add 16 Bit Komix 2020-03-04 18:46:07 +01:00
ajrhacker
5429551603
Merge pull request #6395 from FakeShemp/spidertronic
st_flop.xml: Add Smash 16 version of Spidertronic
2020-03-04 12:21:46 -05:00
Rebecca Wallander
efed18bc31 st_flop.xml: Add Smash 16 version of Spidertronic 2020-03-04 18:06:59 +01:00
David Haywood
e21d03ec03
new NOT WORKING (plug & play) (#6382)
* new NOT WORKING
----
Big Buck Hunter Pro (JAKKS Pacific TV Game) [Sean Riddle, David Haywood]

* some basic bootstrapping, although eventually returns to a 00 from pulling beyond the stack, so might need more realistic bootstrap sim, or real internal ROM (nw)

* for both games (nw)

* new NOT WORKING
----
TV Touch Games: SpongeBob SquarePants Jellyfish Dodge [Sean Riddle, David Haywood]
Triple Header Sports (JAKKS Pacific TV Motion Game) [Sean Riddle, David Haywood]

* jak_ths looks lke a bad dump (nw)

* replace bad dump (nw)

* logging updates (nw)

* logging updates (nw)

* new WORKING clones
---
Burning Fight (prototype, newer, V07) [Brian Hargrove]

* adjust comment (nw)

* stop log spam in paccon (nw)

* note some used addresses (nw)
2020-03-04 10:46:36 -05:00
R. Belmont
7b118ea3e9
Merge pull request #6386 from FakeShemp/conflict
ibm5150.xml: Add Conflict
2020-03-04 10:45:54 -05:00
R. Belmont
e3fc834460
Merge pull request #6387 from FakeShemp/moonwalker
ibm5150.xml: Add Moonwalker
2020-03-04 10:45:43 -05:00
Rebecca Wallander
245b2106b7
st_flop.xml: Add Midwinter (#6394)
* st_flop.xml: Add Midwinter

* st_flop.xml: Change midwinter publisher to kixx xl

Made from GreaseWeazle dump by Mikerochip.
2020-03-04 09:41:11 -05:00
ajrhacker
eaa086a7a5
Merge pull request #6393 from FakeShemp/tracksuit
st_flop.xml: Add Track Suit Manager
2020-03-04 09:40:48 -05:00
ajrhacker
e7602f4a65
Merge pull request #6389 from FakeShemp/1943
st_flop.xml: Add 1943
2020-03-04 09:40:32 -05:00
ajrhacker
117744522d
Merge pull request #6391 from FakeShemp/striker
st_flop.xml: Add Striker
2020-03-04 09:40:23 -05:00
ajrhacker
cf532f0128
Merge pull request #6390 from FakeShemp/leviathan
st_flop.xml: Add Leviathan
2020-03-04 09:40:14 -05:00
Rebecca Wallander
b10d95ebc4 st_flop.xml: Add Track Suit Manager 2020-03-04 13:42:43 +01:00
Rebecca Wallander
59102bd0aa st_flop.xml: Add Striker 2020-03-04 09:58:57 +01:00
Rebecca Wallander
4786718b22 st_flop.xml: Add Leviathan 2020-03-03 21:24:57 +01:00
Rebecca Wallander
8f7f66ddb2 st_flop.xml: Add 1943 2020-03-03 21:09:09 +01:00
Ivan Vangelista
89edcc3ea4 megadriv.xml: corrected ROM loading for sonic2p11, promoted to supported again (nw) 2020-03-03 18:31:15 +01:00
Robbbert
7a6aed056c (nw) fixed a couple of mistakes. 2020-03-03 22:30:45 +11:00
Scott Stone
c1169e6d2d megadriv.xml: Fixed loading for sonic3p1 set, fixing MT#7582, and flagged sonic2p11 as unsupported until someone can fix loading (nw) 2020-03-03 01:30:37 -05:00
Rebecca Wallander
a05fe41b51 ibm5150.xml: Add Moonwalker 2020-03-02 22:15:27 +01:00
Rebecca Wallander
5dd66cb1f0 ibm5150.xml: Add Conflict 2020-03-02 21:52:02 +01:00
R. Belmont
3d5a9dbc4f
Merge pull request #6385 from shattered/_ad71766bb26
ibmxdf_dsk: IBM Extended Density Format support (nw)
2020-03-02 14:57:30 -05:00
Ivan Vangelista
07600bd8d2 New NOT_WORKING software list additions
---------------------------------------
bdesignm_design_cart: From TV Animation Slam Dunk (design) [RetroRomper, TeamEurope]
bdesignm_design_cart: Rockman X3 Buster Battle (design) [RetroRomper, TeamEurope]
bdesignm_game_cart: Rockman X3 Buster Battle (game) [RetroRomper, TeamEurope]
2020-03-02 19:02:16 +01:00
Sergey Svishchev
c155d424ac ibmxdf_dsk: IBM Extended Disk Format support (nw) 2020-03-02 20:21:04 +03:00
Scott Stone
198f9b2806 vgmplay.xml: [vgmrips.net, Tafoid]
3  changed shortname (lemmings -> lemmings_pc, sharrier_fm77av -> sharrier_fm77, sfex2 -> sfex2p)
3  updated packs
20 new packs
2020-03-01 20:39:36 -05:00
Justin Kerk
6a428f65b9 New working software list additions
---------------------------------------
ibm5150: Crystal Caves (1.0) [Justin Kerk]
ibm5170: CD-ROM/DVD-ROM drive IDE/ATAPI interface V2.2 [Justin Kerk]

New not working software list additions
---------------------------------------
ibm5170: ASUS DVD / CD-ROM Drive Installation Disk Rev 1.5, CD-ROM Device Driver Version 2.00 [Justin Kerk]
2020-03-01 16:19:36 -08:00
Scott Stone
0e448ba32a vsmile_cart.xml - Correct SHA1 hashes for ratatf, shrek3f (nw) 2020-03-01 16:14:47 -05:00
ClawGrip
0cff63e3e5
New NOT_WORKING software list additions
---------------------------------------
Jake und die Nimmerland Piraten (Germany) [Team Europe]

(nw) Also moved the games serial number from the description to its own XML field, sorted the list by description and corrected some years.
2020-03-01 16:47:32 +01:00
Robbbert
bb01fc2a81 apfimag_cass : replaced 7 bad dumps with good ones
Software list items promoted to working
------
bugger
escape
suprfrog
sy50diag
theftam
treashnt

Software items promoted to partial (bad gfx)
---
headhunt
2020-03-01 23:13:30 +11:00
Robbbert
4a744ad6b2 New NOT_WORKING software list additions
------------
Xenix 2.2b      [from "the collection"]

(nw) marked diag as not supported, as you can't do anything after it boots.
2020-03-01 16:17:10 +11:00
Robbbert
d502c5a880 (nw) oops 2020-03-01 13:31:22 +11:00
Robbbert
858c67bb09 (nw) Dick Smith info 2020-03-01 13:24:26 +11:00
ajrhacker
a1546200c3
Merge pull request #6371 from Firehawke/master
One new softlist entry and a ton of cleanups
2020-02-29 19:28:38 -05:00
ajrhacker
0c42cd2a47
Merge pull request #6377 from clawgrip/patch-42
New NOT_WORKING software list additions
2020-02-29 19:23:12 -05:00
ajrhacker
58493c9ccc
Merge pull request #6376 from clawgrip/patch-38
New working software list additions
2020-02-29 18:22:24 -05:00
ClawGrip
3b073f8ab4
New NOT_WORKING software list additions
---------------------------------------
La fée Clochette (France) [DisizDream]
Walt Disney Cendrillon - Le rêve enchanté de Cendrillon (France) [DisizDream]
2020-03-01 00:21:54 +01:00
ClawGrip
8eae2da593
New working software list additions
-----------------------------------
Disney/Pixar Le Monde de Nemo - Nemo à la découverte de l'océan (France)

New NOT_WORKING software list additions
---------------------------------------
Scooby-Doo! - Panique à Funland (France, Rev. 105)
Disney Princesses Cendrillon - Le rêve enchanté de Cendrillon (France, Rev. 105)
Dora L'Exploratrice - Les aventures de Dora Apprentie Mécano (France, Rev. 105)
DreamWorks Shrek Le Troisieme - L'aventure d'Arthur (France)
Disney/Pixar Ratatouille - Les nouvelles recettes de Rémy (France)
Disney - Les petits Einsteins - Le bal du soulier de verre (France)
2020-02-29 23:38:24 +01:00
Rebecca Wallander
b6e6bed03d ibm_5150.xml: Add 3.5'' Menace 2020-02-29 23:04:14 +01:00
Firehawke
b004cb9101 Major cleanups to the WOZ softlist formatting (nw)
This includes:
Brings all use of each machine type's name to be the same to make things much more text-searchable.
Makes all comments fit within 80 columns.
Cleans up spelling errors that were copy-pasted from original source.
Makes all compatibility notices of a type the same, so that they're text-searchable.
Removes a few erroneously included comment lines from build sessions in the past.
2020-02-28 14:58:24 -07:00
Justin Kerk
0143128783 New working software list additions
---------------------------------------
ibm5170: CD-ROM God Boot Disk Version 5.5, MS-DOS CD-ROM Extensions With Device Driver - Installation Disk Ver 1.25  [Justin Kerk]

(nw) mark other CD-ROM drivers as non-working
2020-02-27 19:32:41 -08:00
hap
1da4733182 New working machines
--------------------
Conchess Plymate (Amsterdam, T8) [hap, anonymous]
Conchess Plymate Victoria [hap, anonymous]
2020-02-26 19:05:52 +01:00
Ivan Vangelista
357b5c2766 mobigo_cart.xml, pi_storyreader_cart.xml: a couple more corrections (nw) 2020-02-26 18:16:51 +01:00
Vas Crabb
6abb2dd864 Merge branch 'release0219' into mainline-master 2020-02-27 03:58:25 +11:00
Vas Crabb
cfed9a71be fix up some software lists (nw) 2020-02-27 02:09:50 +11:00
Vas Crabb
f4e1392ecf clean up various stuff (nw) 2020-02-26 23:38:42 +11:00
Firehawke
faa5363fcc New working software list additions
-----------------------------------

apple2_flop_orig: Crosscountry USA [4am, Firehawke]
2020-02-25 19:54:20 -07:00
David Haywood
4bb92d091a
Plug and Play work (#6357)
* start cleaning up banking for some of the SunPlus games (helps when you remember that the port wrirtes supply a mem_mask)

* banking improvements (nw)

* further improvements (nw)

* (nw)

* make more DRC friendly (nw)

* cleaner banking for some in here, although mysprtcp doesn't want to behave, the port dirtection bits we need to output to aren't set to output?!

* new NOT WORKING software list entries
-----
mobigo_cart.xml [TeamEurope]
Tinkerbell - Tal der Feen (Germany) (80-250904)
Dino-Zug - Erforsche die Welt (Germany) (80-252304)
Planes (Germany) (80-253004)
Sofia die Erste (Germany) (80-253204)
Doc McStuffins - Spielzeugarztin (Germany) (80-253304)
Ultimate Spider-Man (Germany) (80-253604)
2020-02-26 00:18:57 +11:00
hap
16ec14f580 New working software list additions
-----------------------------------
conchess: Conchess L [anonymous]

New NOT_WORKING software list additions
---------------------------------------
conchess: Conchess L16 [anonymous]
2020-02-24 22:12:22 +01:00
Firehawke
b290075a7f
Apple II update to Feb 23rd - additional note included (#6355)
* New working software list additions

-----------------------------------

apple2_flop_orig: The Curse of Crowley Manor, The Elysian Fields and Other Greek Myths, Murder on the Mississippi, Perry Mason: The Case of the Mandarin Murder, Typing Tutor III with Letter Invaders [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: Crosscheck [4am, Firehawke]
2020-02-24 07:52:04 -05:00
Robbbert
e26cfe294e aussieby: [Robbbert]
New working software list additions
---------------------------
Boot disk (CPM Plus v3.1)   [from "the collection"]
2020-02-23 20:30:12 +11:00
Robbbert
568534df28 applix: [Robbbert]
New working software list additions
---------------------
Boot disk  [from "the collection"]
2020-02-23 20:30:11 +11:00
Robbbert
fcab4697ec altos8600: [Robbbert]
New working software list additions
---------------
Altos Diagnostic Executive   [from "the collection"]
2020-02-23 20:30:10 +11:00
Robbbert
90301d7293 sbrain: [Robbbert]
New working software list additions
--------------
Boot disk CP/M 2.2  [from "the collection"]
2020-02-23 20:30:10 +11:00
Robbbert
a46247fa2e aussieby: [Robbbert]
New working software list additions
---------------------------
Boot disk (CPM Plus v3.1)   [from "the collection"]
2020-02-23 19:30:28 +11:00
Robbbert
cd599da00f applix: [Robbbert]
New working software list additions
---------------------
Boot disk  [from "the collection"]
2020-02-23 19:10:34 +11:00
Robbbert
8ae7c41214 altos8600: [Robbbert]
New working software list additions
---------------
Altos Diagnostic Executive   [from "the collection"]
2020-02-23 18:48:05 +11:00
Robbbert
4abd1d6f50 sbrain: [Robbbert]
New working software list additions
--------------
Boot disk CP/M 2.2  [from "the collection"]
2020-02-23 18:24:00 +11:00
Vas Crabb
f7dbca3527 srcclean and manual adjustments (nw) 2020-02-23 13:20:34 +11:00
David Haywood
7adc4fa47c
Plug and Play work (#6348)
* new WORKING machine
----
My Sports Challenge (5-in-1 version) [Sean Riddle, David Haywood, Ryan Holtz]

new NOT WORKING machine
----
TV Touch Games: Spider-Man in Villain Round-Up [Sean Riddle, David Haywood, Ryan Holtz]

* new NOT WORKING software list entry
----
telestory_cart.xml
Thomas & Friends - Thomas Visits the Toy Shop / Thomas' Milkshake Mix [Sean Riddle, Clawgrip]

* typo (nw)
2020-02-22 19:59:36 -05:00
DavidHaywood
ec262b8eab new NOT WORKING software list entries
-----
pi_storyreader_cart.xml [TeamEurope]
Cars (Germany)
Das Dschungel-Buch (Germany)
Der Konig der Lowen (Germany)
Findet Nemo (Germany)
Peter Pan (Germany)
Winnie Puuh - Ein sturmischer Tag (Germany)
Winnie Puuh hat keinen Hunger (Germany)
2020-02-21 21:35:22 +00:00
R. Belmont
423c92cf4a
Merge pull request #6327 from ArcadeShadow/patch-19
New working software list additions
2020-02-20 09:12:05 -05:00
R. Belmont
bfdb963b09
Merge pull request #6332 from FakeShemp/domino
ibm5150.xml: Add new dump
2020-02-20 09:11:44 -05:00
Firehawke
3770a71547
Apple update for Feb 18th, 2020 (#6335)
* New working software list additions
-----------------------------------

apple2_flop_orig: Adventure Programming Kit (Versoin 10.84), Legacy of the Ancients, Ming's Challenge, The Dragon's Eye, Miner 2049er II, The Tracer Sanction, Summer Games II, The Serpent's Star (Version 1.0) [4am, Firehawke]

* New working software list additions
-----------------------------------

apple2_flop_orig: The Dallas Quest [4am, Firehawke]

apple2_flop_clcracked: Gruds in Space (cleanly cracked), Generic Computer Games (cleanly cracked), Algebra Volume 6 (Version 1.0) (cleanly cracked), Alkemstone (cleanly cracked), Other-Venture #3: The Escape from Traam (cleanly cracked), The Dragon's Eye (cleanly cracked), Fraktured Faebles (cleanly cracked), Ulysses and the Golden Fleece (Version 1.1) (cleanly cracked) [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_clcracked: Pick The Part (cleanly cracked), Building Perspective (cleanly cracked), World Atlas Action: Geography Facts (cleanly cracked) [4am, Firehawke]
apple2_flop_orig: Time Zone (Version 1.1), Manhunter: New York (Version 1.0I). MasterType (Version 2.1), Garfield Trivia Game, Spectrum: Programs and Patterns, Expedition Amazon, 221B Baker Street (Version 1.1), Micro Cookbook (Version 3.00), Alter Ego (female version), Alter Ego (male version), Tumble Bugs, Transylvania (1985 Version), Treasure Island, Generic Computer Games [4am, Firehawke]
2020-02-20 09:10:57 -05:00
DisizDream
fd6e433838
Added some missing french carts 2020-02-20 09:36:29 +01:00
Rebecca Wallander
0ce5f6d3f3 ibm5150.xml: Add new dump 2020-02-19 21:18:12 +01:00
David Haywood
f436f6edc1
Plug and Play work (#6330)
* split story reader dumps by glob [Sean Riddle]

* new NOT WORKING software list entry
---
pi_storyreader_cart.xml : Scooby Doo - Miniature Golf Mystery / Museum Mystery / Haunted Theater [Porchy]

* new NOT WORKING software list entries
---
mobigo_cart.xml [Sean Riddle]
Tangled
Toy Story 3
Mickey Mouse

* some sunplus refactoring, including removal of rowscroll offset hack, fixing some problematic cases where different games in a multigame required different values

* comment (nw)

* these work (nw)

* (nw)

* (nw)
2020-02-19 15:16:27 -05:00
r09
0a05895b25
fmtowns_cd.xml: one new dump, replacements and re-tests
- Replaced entries with dumps from the redump.org database, with proper track indexes and offset correction:

4D Boxing
Taito Chase H.Q.
Marble Madness
Raiden Densetsu / Raiden Trad
Rance IV - Kyoudan no Isan
The New Zealand Story (HMA-213A)
Vain Dream
Vain Dream II
Yumimi Mix

- Added new NOT working dumps from the redump.org database:

Para Para Paradise

- Re-tested and promoted to working status:

The Case of the Cautious Condor
King's Quest V - Absence Makes the Heart Go Yonder
Mixed-Up Mother Goose
Panzer Division - Kikou Shidan
Secre Volume I - Naoko Iijima
Secre Volume 2 - Mai Oikawa

- Re-tested and promoted to partially working status:

Taito Chase H.Q. (Demo)
Kyuukyoku Tiger
2020-02-19 20:36:50 +01:00
ArcadeShadow
42e487d05e
New working software list additions
Magic Pockets
2020-02-19 14:48:27 +00:00
ArcadeShadow
c751031563
New working software list additions
Cannon Fodder 2; Epic Pinball: Crash and Burn; Epic Pinball: Cyborgirl; Epic Pinball: Enigma; Epic Pinball (shareware version - Mr. Disk release)
2020-02-19 14:35:22 +00:00
angelosa
3f52d5be22 pc98.xml: testing notes (nw) 2020-02-17 22:29:26 +01:00
David Haywood
2a2c99f746
Plug and Play work etc. (#6313)
* new WORKING clone
---
Raiden II (easier, US, prototype? 11-16) [neSneSgB]

-- see https://shmups.system11.org/viewtopic.php?f=6&t=66065

* (nw)

* new WORKING machine
---
Designer's World (Version 1.0, Dec 20 2005) [Sean Riddle, David Haywood]

new NOT WORKING machine
---
Dream Life Superstar (Version 0.3, Mar 16 2007) [Sean Riddle, David Haywood]

* slight reorganizaiton (nw)

* casing (nw)

* new NOT WORKING software list entries
telestory_cart.xml [Sean Riddle, TeamEurope]
SponegeBob SquarePants - Ice-Cream Dreams / Stop the Presses! (USA)
Dora the Explorer - At the Carnival / Dora Goes to School (USA)
The Lion King - The Lion King / The Lion King II - Simba's Pride (USA)
Cinderella - Cinderella / Beauties in Bloom (USA)
Winnie the Pooh - Bounce Tigger Bounce / Pooh's Honey Tree (USA)

* new NOT WORKING
---
DreamWorks Dragons Hero Portal [Sean Riddle, David Haywood]

* new NOT WORKING
----
MobiGo [Sean Riddle]

* (nw)
2020-02-16 10:55:18 -05:00
R. Belmont
c1609def47
Merge pull request #6312 from FakeShemp/tågplus
ibm5170.xml: Add new dump
2020-02-15 17:10:05 -05:00
Sterophonick
72440ac594
new WORKING software list additions (#6307)
* new WORKING software list additions

English Pyramid (Pirate)

* nes.xml: fix typo

(nw)

* englpyrm: Add proper cart mapper

(nw)
2020-02-15 17:09:41 -05:00
Rebecca Wallander
e8e02feda9 ibm5170.xml: Add new dump 2020-02-15 19:06:43 +01:00
fulivi
e697566de8 hp86b: new working machine 2020-02-14 15:33:02 +01:00
Scott Stone
460251addd n64.xml, ique.xml - XML format fixes (nw) 2020-02-13 16:24:22 -05:00
David Haywood
0fca074a99
Plug and Play work (#6304)
* Plug and play work (nw)

* (nw)

* new WORKING machines
---
Mission: Paintball Powered Up [Sean Riddle, David Haywood]

new NOT WORKING machines
----
Star Wars - The Clone Wars [Sean Riddle, David Haywood]
The Oregon Trail [anonymous]

* new NOT WORKING software list entries
mobigo_cart.xml [TeamEurope]
Team Umizoomi - Die grosse Umiauto Rettung (Germany) (80-252504)
Chuggington (Germany) (80-251804)
Toy Story 3 (Germany) (80-250104)
Fur immer Shrek (Germany) (80-250004)

* (nw)
2020-02-13 15:02:37 -05:00
R. Belmont
3f02e4e329
Merge pull request #6279 from FakeShemp/n64_2
n64.xml: Document a few more N64 game PCBs
2020-02-13 10:24:56 -05:00
Rebecca Wallander
e3aa9040d0
c64_cass.xml/c64_flop_orig.xml: Add all coverdisks/tapes from Input64 (#6299)
* Add all 1985 tapes from INPUT 64

* Add all 1986 tapes/disks from INPUT 64

* Add all 1987 tapes/disks from INPUT 64

* Add all 1988 disks from INPUT 64
2020-02-13 10:24:38 -05:00
Scott Stone
def2bf867c vgmplay.xml: Fix reported badly formatted/invalid characters from labels (nw) 2020-02-12 19:59:02 -05:00
Robbbert
6b312d2066 (nw) removed more invalid characters from software lists 2020-02-13 10:12:55 +11:00
David Haywood
8de1502e81
Plug and Play work (#6295)
* new WORKING machines
----
Guitar Super Star (Fender Stratocaster style) [Sean Riddle, David Haywood]

* better filename (nw)

* new NOT WORKING
----
Excite Sports Tennis x Fitness (Japan) [Sean Riddle, Peter Wilhelmsen, ShouTime]

* shuffle (nw)

* new NOT WORKING
----
Wikid Joystick [TeamEurope, David Haywood]

* new Software List entries (Mobigo.xml) [TeamEurope]
Rapunzel - Neu Verfohnt (Germany) (80-251704)
Cars 2 (Germany) (80-251904)
Die Pinguine aus Madagascar - Operation Krone (Germany) (80-250304)
Micky Maus - Wunderhaus (Germany) (80-250504)
Ben 10 - UltimateAlien - Mine der Gedanken  (Germany) (80-250604)
Dora - Tag des Zwillings (Germany) (80-250804)
Disney Princess (Germany) (80-251104)
Cars Toon - Hooks unglaubliche Geschichten (Germany) (80-251204)

* new Software List entries (telestory_cart.xml) [TeamEurope, David Haywood]
Power Rangers - Mystic Force
Dora the Explorer (Spanish)

* new NOT WORKING
---
TV Touch Games: Star Wars Original Trilogy [Sean Riddle, David Haywood]

* srcclean some of my stuff (nw)

* shuffle (nw)

* shuffle (nw)

* new NOT WORKING
---
Big Buck Hunter Safari (JAKKS Pacific TV Game) [Sean Riddle, David Haywood]

* (nw)

* (nw)

* (nw)
2020-02-12 09:57:59 -05:00
David Haywood
4a3326429e
Plug & Play work (#6284)
* new WORKING machine
---
MGT 20-in-1 TV-Spielekonsole (Germany) [TeamEurope, David Haywood]

* text to follow later (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* new WORKING machines
----
My Sports Challenge (6-in-1 version, QVC license) [Sean Riddle, David Haywood, Ryan Holtz]
Decathlon [Sean Riddle, ClawGrip]

new NOT WORKING
---
Karao Kids Songs 2 (Spain) [Sean Riddle, ClawGrip]
Club Jenna Presents: Jenna Jameson's Strip Poker [Sean Riddle, David Haywood, Ryan Holtz]
Mini Arcade Machine (Red5) [TeamEurope, David Haywood]
Lexibook Compact Cyber Arcade - Disney Princess [TeamEurope, David Haywood]

* added a placeholder for Sean's Casio ROM pack dumps (nw)

* promote the poker game (nw)

* (nw)

* (nw)

* Casio ROM pack details from Clawgrip

* new NOT WORKING
---
Duck Commander (JAKKS Pacific TV Game) [Sean Riddle, David Haywood]
Star Wars Clone Trooper (JAKKS Pacific TV Game) [Sean Riddle, David Haywood]
The Walking Dead: Zombie Hunter (JAKKS Pacific TV Game) [Sean Riddle, David Haywood]
The Walking Dead: Battleground (JAKKS Pacific TV Game) [Sean Riddle]
Toy Story - Toys on the Move (JAKKS Pacific TV Motion Game) [Sean Riddle, Clawgrip]

* new NOT WORKING
----
Teenage Mutant Ninja Turtles: Mutant and Monster Mayhem [Sean Riddle]

* new WORKING machines
----
Plug & Play Game Controller with 200 Games (Supreme 200) [TeamEurope]

healthy dose of obvious unlicensed NES hacks here.. including 1st party Nindendo and Namco games.

* new NOT WORKING
----
MobiGo 2 (Germany) [TeamEurope]
+ start of Sofwtare List [TeamEurope]

* (nw)
2020-02-10 19:27:23 -05:00
ICEknigh7
0a9f231992
spectrum_cass.xml: Added verified dump of Load'N'Run (Spain) (Especial) [Manu128k] (#6287)
* specpls3_flop.xml: New additions

Added more disk images, some of which were previously missing from the internet due to them being considered "Distribution Denied". Thanks go to Antonio M, Fede Jerez, Gorski, Jaime González Soriano, José Manuel, Marino Arribas, Metalbrain, robcfg, Simon Owen, Syx, Zup and TZX Vault.
Also fixed a few things here and there (extra line breaks, full company names).

* spectrum_cass: Added verified dump of Load'N'Run (Spain) (Especial) [Manu128k]

Verified dump from trusted source. Previous version had a block name altered and had been converted to TZX from a TAP file.
Also added warning about now untrusted source.

* spectrum_cass.xml: Added verified dump of Load'N'Run (Spain) (Especial) [Manu128k]

Verified dump from trusted source. Previous version had a block name altered and had been converted to TZX from a TAP file.
Also added warning about now untrusted source.
2020-02-09 22:53:59 -05:00
Rebecca Wallander
3c0cd2db43
c64_cass.xml: Add new dumps. (#6285)
* c64.xml: Add Dan Dare - Pilot of the Future

* c64_cass.xml: Add some more dumps
2020-02-09 20:00:04 -05:00
ClawGrip
09ed39b3e2
New NOT_WORKING software list additions
---------------------------------------
Letterpillar (v1.0, USA) [TeamEurope]
The Disney-Pixar Collection (USA) [TeamEurope]
2020-02-09 21:34:22 +01:00
Rebecca Wallander
30a3898246 Update n64.xml (#6277)
Fixed two errors in my previous commit.
2020-02-08 10:30:03 -05:00
Rebecca Wallander
ca4fdb4d70 n64.xml: Document a few more N64 game PCBs 2020-02-08 15:09:37 +01:00
Robbbert
c89d02e4cf Uzebox: files with headers don't always have the identification string. Changed to use extensions instead.
New working software list additions (from the uzebox site and forum)
----------------------------
Final Blood
Frog Feast
Laser Puzzle
Laser Puzzle II
Melli's RetroLand
Reels of Fortune
Uzebox Tactics
Uzi Wars
2020-02-08 22:06:42 +11:00
David Haywood
0a017cb5b0
Plug and Play work (#6261)
* new WORKING machine
---
Magic Ranger Battle (Japan) [Sean Riddle, Peter Wilhelmsen, David Haywood, ShouTime]

(at least I think it works, might end up demoted if I discover more issues, as it's a SuperXaviX but only appears to be using the basic IO features and bitmap mode on the XaviX splash screen)

* correct title (nw)

* new NOT WORKING
---
Gamepad (Bandai) [Sean Riddle, GameHistory.org]

* new NOT WORKING
---
Tour around Japan. I'm a Plarail Conductor (Japan) [Sean Riddle, Peter Wilhemsen, David Haywood, ShouTime]
SmarTV Adventures / Funtastic TV Adventures [Sean Riddle, David Haywood]

* new NOT WORKING
---
Super Roller (v7.0) [Hammy]

* inputs are the same (nw)

* document boot password (nw)

* another password (nw)

* new NOT WORKING
----
Fitness Konsole (NC1470) [TeamEurope]

* (nw)

* new NOT WORKING
---
Mega Duck Lerncomputer (Germany) [Sean Riddle]
2020-02-06 13:37:49 -05:00
Patrick Mackinlay
c1941e06d3 jazz: make chd names unique (nw) 2020-02-06 19:35:41 +07:00
Patrick Mackinlay
c169fca4aa jazz: add softlist (nw) 2020-02-06 19:22:39 +07:00
Scott Stone
e8e3d668c9 n64.xml: Fix xml validation (nw) 2020-02-05 19:07:58 -05:00
Rebecca Wallander
2915959bf4
n64.xml: Rework the N64 softlist (#6259)
* n64.xml - Document more carts and add some new dumps

* n64.xml - Document more carts and add some new dumps

* n6

* n64.xml - Add more cart docs and dumps

* n64.xml - Add more cart docs and dumps

* n64.xml - Add more cart docs and dumps

* n64.xml - Document more carts and add some new dumps

* n64.xml - Replace country shortnames with full names

* n64.xml - Document more carts and add some new dumps

* n64.xml - Document more carts and add some new dumps

* n64.xml - Document more carts

* n64.xml - Document more carts

* n64.xml - Document more carts

* n64.xml - More documentation

* n64.xml - Document more carts

* Add Nintendo iQue softlist

* n64.xml/ique.xml - Document more carts

* n64.xml - Document more carts

* n64.xml - Document more carts

* n64.xml - Document more carts

* n64.xml - Document more carts

* n64.xml - Document more carts

* n64.xml/ique.xml - Document more carts

* n64.xml - Document more carts

* n64.xml/ique.xml - Document more carts

* ique.xml - Replace with encrypted dumps

* ique.xml/n64.xml -- Document more carts

* n64.xml - Add more n64 documentation

* n64.xml - fix format

* ique.xml - fix name
2020-02-05 13:41:39 -05:00
r09
edb7044b59
fmtowns_cd.xml: additions, replacements and notes
- Replaced entries with dumps from the redump.org database, with proper track indexes and offset correction:

3x3 Eyes - Sanjiyan Henjou
Branmarker
Free Software Collection 4
Free Software Collection 5
Fushigi no Umi no Nadia - The Secret of Blue Water
Libido7
Life & Death
Loom
Microcosm (HMD-215)
Ms. Detective File #2 - Sugata-naki Irainin
Megaspectre
Nova - Miirareta Shitai
Super Real Mahjong PII & PIII
Super Real Mahjong PIV
Super Street Fighter II - The New Challengers
Youjuu Senki - A.D. 2048

- Added new working dumps from the redump.org database:

Cyber Sculpt V1.0 (HMC-140A)
Mahjong Bishoujoden Ripple
Microcosm (HMD-215A)

- Added new NOT working dumps from the redump.org database:

Doki Doki Vacation - Kirameku Kisetsu no Naka de
Secre Volume I - Naoko Iijima

- Demoted nadia to partially working and secre2 to not working, and added notes explaining why.

- Corrected notes about Fujitsu Habitat. Thanks to StuBlad for the clarification.
2020-02-04 21:18:49 +01:00
David Haywood
c689e42302
Plug and Play work (#6254)
* new WORKING machines
----
Sports Trivia Professional Edition (Senario, Plug and Play) [Sean Riddle, David Haywood]
My Sports Challenge Plus / Wireless Sports Plus [Sean Riddle, David Haywood]

new NOT WORKING
---
Megapad 31-in-1 [Sean Riddle, GameHistory.org]

the 31-in-1 is playable, except for one game, need to look into that.

* (nw)

* new NOT WORKING Software List entry
-----
buzztime_cart.xml : Series 1 - Sports Trivia [Sean Riddle, David Haywood]

* new WORKING software list entry
jakks_gamekey_nm.xml : Pac-Man & Bosconian (01 APR 2005 A SKU G) [Sean Riddle, Ryan Holtz, David Haywood]

(that's all the known gamekeys covered now)

* sunplus_gcm394 changes from Tahg
(I'll tidy these up shortly to fit MAME standard better)

* refactor (nw)

* refactor (nw)

* (nw)

* (nw)

* some decryption refactor (nw)
2020-02-04 12:57:04 -05:00
Robbbert
4c5f229a2b (nw) gameboy.xml : removed invalid characters 2020-02-04 21:55:49 +11:00
ClawGrip
e32eb4a36f
vbaby_cart.xml: Move V.Baby info to its own softlist (nw) (#6253)
* Remove V.Baby info (nw)

* vbaby_cart.xml: Add info about known carts (nw)

* Forgot to add some notes (nw)
2020-02-04 06:59:03 +01:00
Ivan Vangelista
abe27f719b vsmileb_cart.xml: removed offset, added bad dump flag for poohhawa (nw) 2020-02-04 06:52:32 +01:00
Ivan Vangelista
0ec8bdd0ca vsmileb_cart.xml: fixed MT07428 (nw) 2020-02-04 06:41:52 +01:00
Robbbert
ad6ff8a077 (nw) sega_beena_cart.xml: removed illegal character 2020-02-03 11:28:58 +11:00
David Haywood
36bea65915
new WORKING machines (#6252)
-----
Disney Game It! Classic Pals [Sean Riddle, David Haywood]
Champiyon Pinball (Japan) [Sean Riddle, Peter Wilhelmsen, ShouTime, David Haywood]

new WORKING clone
-----
Master Boy (1987, Z80 hardware, Ichi-Funtel) [Juan Romero, ClawGrip]

new NOT WORKING software list entry
-----
buzztime_cart.xml: Series 1 - Everything [Sean Riddle, David Haywood]

- start refactoring some nes_vt stuff (don't force non-nes controllers through the nes controller bus, and thus untangle nes_vt from nes.cpp, the controllers don't comform to the standard anyway)
2020-02-02 15:21:51 +11:00
AJR
6700266190 jaguar.xml: Some exceptions fixed (nw) 2020-02-01 17:20:02 -05:00
ICEknigh7
d8ecb7cf43 spectrum_cass.xml: Added Load'N'Run (Spain) cover tapes [SPA2, retroLEL, Jander, ICEknight]
Added all cover tapes from the Spanish edition of the Load'N'Run magazine, including a redump of issue 1x5, which had been modified.
Any other images out there are bad dumps or unofficial stuff disguised as such.
2020-01-31 01:53:25 +01:00
AJR
4e0540d25b sdk85: Updates and expansion
- Make second 8355 into ROM expansion slot that can load custom 8755 programs
- Add software list for expansion ROMs, including Peter Naszvadi's version of Mastermind
- Add optional TTY interface
- Improve accuracy of button labels and change key bindings
- Add vectored interrupt and soft reset buttons
2020-01-29 20:03:31 -05:00
quasiscroto
674d092afe
Add files via upload (#6220) 2020-01-29 10:17:23 -05:00