---------------------------------------
ibm5150: 3-D FloorPlan Designer V2.0, Ad Lib Instrument Maker V1.51, Ad Lib Juke Box V1.5, Ad Lib Juke Box V1.6, Ad Lib Juke Box V1.64, Ad Lib Juke Box Registration Bonus Disk V1.51, Ad Lib Juke Box Registration Bonus Disk V1.62, Ad Lib Visual Composer V1.51, SYSGRATION Mouse Driver 7.03 (5.25"), SYSGRATION Mouse Driver 8.00 (5.25"), SYSGRATION Mouse Driver 8.00 (3.5") [Justin Kerk]
New not working software list additions
---------------------------------------
ibm5150: Mouse Software Test/Demo [Justin Kerk]
(nw) moved some compatible mouse drivers to ibm5150.xml from ibm5170.xml, mark sicmouse as a bad dump, make 5.25" version the parent for indycrus to match the rest of the ibm5150 softlist
* Created softlist for Timex cassettes (timex_cass)
Timex computer emulation is currently using the Spectrum softlist for cassettes, but many of those entries are actually incompatible unless the "Spectrum Emulator" cartridge is being used.
So I've created their own compatible (depending on the model) softlist, with every actual Timex dump I could find in World of Spectrum and Spectrum Computing.
These should work with the Timex "equivalents" to the Spectrum 48K and their clones:
-TS2068
-UK2086
-TC2068 (not currently emulated, or is it exactly the same as the UK2086?)
-Komputer 2086 (not currently emulated)
And some of them should work with the Timex equivalents of the Spectrum 16K:
-TC2048
-TC2048 (NTSC) (not currently emulated)
-TS2048 (prototype) (not currently preserved)
I've noticed that many of the TZX dumps were fake ones made from TAP files (so the real pauses between blocks were lost), so I just added the TAPs for those while any real TZXs are created.
Also, there were a few bad dumps of which I could only fix one at the moment, but they seem to load in Fuse anyway so I've left them in the softlist, labeled as such.
Also included some initial notes on the cassette dumps at the beginning of it, based on the spectrum_cass softlist but more to the point.
* Hooked up timex_cass to the TS2064 and TC2048
Now the TS2064 and TC2048 systems use both the spectrum_cass and timex_cass softlists.
Also, small fixes.
* Fixed interface types
* new WORKING clones
-----
Guitar Super Star (red 'Gibson Flying V' style) [Sean Riddle, David Haywood, Peter Wilhelmsen, anonymous]
* typo fixes (nw)
* updating notes (nw)
* wrlshunt missing tilemap notes (nw)
* fix Operation Wolf palette format based on schematics (+ verified on PCB) [Bryan McPhail]
----
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.
* 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]
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.
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.
- 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.
- 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
* 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
* 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
- 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
---------------------------------------
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]
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
--------------------
Sensor Chess [hap, bataais]
New working software list additions
-----------------------------------
saitek_schess: Classical Style Super Strong [hap, bataais]
* 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]
---------------------------------------
La Maison Des Animaux (France) [DisizDream]
Baby Einstein - Un monde de découvertes (France) [DisizDream]
Un jour à la ferme (France) [DisizDream]
- 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
* 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)
---------------------------------------
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.)
* 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
-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.
* 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
---------------------------------------
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]
-----------------------------------
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]
* 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]
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)
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.
-----------------------------------
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]
(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.
* 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)
* 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)
* 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)
---------------------------------------
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]
---------------------------------------
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.
---------------------------------------
La fée Clochette (France) [DisizDream]
Walt Disney Cendrillon - Le rêve enchanté de Cendrillon (France) [DisizDream]
-----------------------------------
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)
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.
---------------------------------------
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
* 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)
-----------------------------------
conchess: Conchess L [anonymous]
New NOT_WORKING software list additions
---------------------------------------
conchess: Conchess L16 [anonymous]
* 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]
* 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)
-----
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)
* 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]
* 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)
- 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
* 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)
* 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)
* 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
* 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)
* 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)
* 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.
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
* 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]
* 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
- 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.
* 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)
-----
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)
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.
- 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
* megadriv.xml - mark sonic protos as comming from loose eproms
* megadriv.xml - Add another Sonic 2 prototype dump
* gamegear.xml - Add Sonic 2 proto
* megadriv.xml - Add Sonic 3 prototype
* load16_word_swap
* Missed one
* new WORKING machines
----
Interactive TV Games 49-in-1 (PAL) [TeamEurope, David Haywood]
new NOT WORKING machines
----
Reactor MD (PAL) [TeamEurope, David Haywood]
the SunPlus part of the Reactor boots and runs, the MD part I haven't attempted to emulate, the main menu seems to run in an added / unsupported video mode when I took a brief look. As such, it gets marked as not working, as the SunPlus part is only meant to boot once you select it from the MD based main menu.
* change name (nw)
* (nw)
* (nw)
* new WORKING machine
---
Teenage Mutant Ninja Turtles - Pocket Dream Console (France) [TeamEurope, David Haywood]
* (nw)
* (nw)
* (nw)
* added the Buzztime system ROM [Sean Riddle]
* New NOT_WORKING software list additions
---------------------------------------
Thomas & Friends: Cheer up Cranky! / The Big Race / Carnival Capers [Sean Riddle, ClawGrip]
Disney No Rumbly In Pooh's Tumbly [Sean Riddle, ClawGrip]
Sesame Street: Elmo's Colorful Adventure / Grover Stays Up Very Very Late / Me Loves Cookies [Sean Riddle, ClawGrip]
Barney: Barney Cares / Best Manners Show / Let's Work Together [Sean Riddle, ClawGrip]
Disney's Pinocchio / Disney/Pixar Toy Story 2 / The Jungle Book [Sean Riddle, ClawGrip]
Disney's Bambi / Lady and the Tramp / Peter Pan [Sean Riddle, ClawGrip]
Spongebob Squarepants Grand Price Winner! / Dora's Garden Adventure / Blue's Perfect Picnic Spot [Sean Riddle, ClawGrip]
Disney Pooh Windy Day [Sean Riddle, ClawGrip]
Disney's The Lion King [Sean Riddle, ClawGrip]
Noah's Ark [Sean Riddle, ClawGrip]
Disney Princess: Jasmine / Mulan / Pocahontas [Sean Riddle, ClawGrip]
Dora's Garden Adventure [Sean Riddle, ClawGrip]
Dora the Explorer: Dora's Garden Adventure / The Gingerbread Boy / Dora's Art Adventure [Sean Riddle, ClawGrip]
Disney/Pixar Finding Nemo [Sean Riddle, ClawGrip]
Scooby-Doo! Miniature Golf Mistery [Sean Riddle, ClawGrip]
Spongebob Squarepants Grand Price Winner! [Sean Riddle, ClawGrip]
Disney Princess: The Little Mermaid / Snow White / Beauty and the Beast [Sean Riddle, ClawGrip]
Blue's Perfect Picnic Spot [Sean Riddle, ClawGrip]
Disney's The Little Mermaid [Sean Riddle, ClawGrip]
Petter Rabbit / Jemima Puddle-Duck / Tom Kitten [Sean Riddle, ClawGrip]
Disney/Pixar Cars / The Incredibles / Monsters Inc. [Sean Riddle, ClawGrip]
* Small fix (nw)
* new WORKING machines
----
Vs Maxx Texas Hold'em TV Poker - 6 Player Edition (US) [Sean Riddle, David Haywood]
Deluxe TV Poker - Texas Hold'em, Blackjack & Video Poker (US) [Sean Riddle, David Haywood]
* (nw)
* (nw)
* new WORKING machines
---
TV Sports 10-in-1 / Decathlon Atlhetic Sport Games [TeamEurope, David Haywood]
new NOT WORKING machines
---
Lexibook Compact Cyber Arcade - Frozen [TeamEurope]
* (nw)
* new NOT WORKING
----
Sudoku (Elan type hardware) [Sean Riddle]
* new NOT WORKING
---
Lexibook Compact Cyber Arcade - 250-in-1 (JL2375) [TeamEurope, David Haywood]
* new NOT WORKING
----
Plug and Play Sudoku (VT based) [Sean Riddle, David Haywood]
* (nw)
* new clones
---
Excite Sports Wireless Interactive TV Game - 48-in-1 (set 2, PAL) [TeamEurope]
* (nw)
* New working software list additions
-----------------------------------
apple2_flop_orig: Wizardry: Proving Grounds of the Mad Overlord (Version 2.1), Wizardry II: The Knight of Diamonds (Version PV3S2V1/10-MAR-82), Wiziprint (Version 2.1), Amazon, Lords of Karma, Xyphus, Chess (Odesta) (Version 7.0) [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_clcracked: What's My Logic? (Version 1.0) (cleanly cracked) [4am, Firehawke]
apple2_flop_orig: Rambo: First Blood Part II, New World, Quest for the Scarlet Letter, Cuban Fantasy, Neuromancer, The Dark Heart of Uukrul, The Breckenridge Caper of 1798, Amnesia, Gold Rush! (Version 1.0M), Questprobe featuring The Hulk (Version 2.3/127) [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: Horizon V, Crown of Arthain, Diamond Mine, The Abyssal Zone [4am, Firehawke]
apple2_flop_clcracked: Diascriptive Reading I (cleanly cracked), Air Navigation Trainer (cleanly cracked) [4am, Firehawke]
- Added the missing floppy disk dump for Fujitsu Habitat V2.1L10 [StuBlad]
- Replaced entries with dumps from the redump.org database, with proper track indexes and offset correction:
After Burner (v1.01)
After Burner III
Last Survivor
- Added new working dumps:
Emit Vol. 3 - Watashi ni Sayonara o [redump.org]
Shooting Towns [rockleevk]
The New Zealand Story (HMA-213) [redump.org]
---------------------------------------
ibm5150: Apogee Software Bonus Disk (Jumpman Lives!, Commander Keen in Invasion of the Vorticons)
(nw) re-alphabetize files
* use dump of correct game for pockchalw.xml chukkesr (was previously using duplicate of a different set)
* new NOT WORKING
----
Generations (Retro-Bit) [Porchy]
* (nw)
* new NOT WORKING
---
Tomica Carnavi Drive (Japan) [Sean Riddle, Peter Wilhelmsen, ShouTime]
* fix bgpen (nw)
* new NOT WORKING
----
WiWi 18-in-1 Sports Game [TeamEurope, David Haywood]
TV Virtual Fighter / Free Fight Kung Fu (Conny / Big Ben) [TeamEurope, David Haywood]
* new NOT WORKING
----
Jara-Ja Land (Japan, home version) [Sean Riddle, Peter Wilhelmsen, ShouTime]
* (nw)
* new NOT WORKING machines
-----
Design Master Denshi Mangajuku [TeamEurope]
note, these use a H8/328 (24kbytes internal ROM, 1kbyte internal ROM) but at least when booting from cart it looks like they're using external mode, with internal ROM disabled, as the 'game' cart ROMs contain boot vectors (the 'design' carts don't, but those are data roms for the game carts)
likely needs a proper H8 type deriving tho.
* (nw)
* (nw)
* (nw)
* (nw)
* (nw)
* closer type (correctly has 1k internal RAM)
* banks are 0x8000 in size (nw)
* (notes)
* (nw)
* subclass (nw)
* (nw)
* (nw)
* ooops (nw)
* improve gcslottv mojuotv
* gpac800 guesses (nw)
* new WORKING machine
----
Zone 7-in-1 Sports (US) [Sean Riddle, David Haywood]
* (nw)
* new NOT WORKING
---
Little Touch LeapPad [Sean Riddle, Clawgrip]
* new WORKING machines
---
Excite Sports Wireless Interactive TV Game - 48-in-1 (US) [Sean Riddle, David Haywood]
* correct soflist hookup (nw)
* note about differences in another version (nw)
---------------------------------------
Kazoku Minna no Nouryoku Trainer [TeamEurope]
Oshare Majo Love and Berry-Cute ni Oshare [TeamEurope]
Pocket Monsters Best Wishes! Chinou Ikusei Pokémon Daiundoukai [TeamEurope]
Oshare ni Henshin HeartCatch PreCure! [TeamEurope]
Meet Bub-Bub to Eigo Tanken [TeamEurope]
* summary later (nw)
* push jak_s500 along a bit (nw)
* some XaviX bits (nw)
* more XaviX (nw)
* (nw)
* (nw)
* (nw)
* (nw)
* (nw)
* new NOT WORKING
----
Retro FC Plus 168 in 1 Handheld [PeterVanSilie]
* (nw)
* telestory improvements (nw)
* document some inputs on telestory (nw)
chelnov: Chelnov - Atomic Runner (Karnov)
fortzone_gb: Fortified Zone (Game Boy)
fray_msx2: Fray (MSX2)
illcity_msxr: Illusion City (MSX turbo R)
raiden: Raiden (Arcade)
spirou_gb: Spirou (Nintendo Game Boy)
sml2_gb: Super Mario Land 2 - 6 Golden Coins (Nintendo Game Boy)
* vt1682 work (nw)
* looking at stability (nw)
* new NOT WORKING machines
----
InterAct Complete Video Game - 111 Games & 42 Songs (G5410) [TeamEurope]
Let's Play! Game Machine 240 in 1 [TeamEurope]
new NOT WORKING Software List
----
iqunlim_cart.xml: Englisch für Anfänger [TeamEurope]
the vt1682 based InterAct Complete Video Game is basically playable, apart from the 'Shooting games' because I haven't mapped the guns, and some issues with player 2 / alt control schemes in some titles. want to address these (and maybe look for a better solution to some stability issues) before promoting it.
* (unrelated typo fix for clickstart software list) (nw)
* new WORKING machine
---
MiWi2 7-in-1 Sports [David Shah]
* don't printf (nw)
* New working software list additions
-----------------------------------
apple2_flop_orig: Koronis Rift, Tangled Tales, Nord and Bert Couldn't Make Head or Tail of It (Release 19 / 870722), Drug Alert!, In Search of the Most Amazing Thing [4am, Firehawke]
apple2_flop_clcracked: The Boy Jesus (cleanly cracked) [4am, Firehawke]
Also correct several titles via anoid PM...
* New working software list additions
-----------------------------------
apple2_flop_orig: Dinosaur Days Plus!, Now You See It, Now You Don't - Was it there? Was it missing?, Into The Eagle's Nest, Ecology Simulations II, Thrilogy [4am, Firehawke]
apple2_flop_clcracked: In Search of the Most Amazing Thing (First Revision) (cleanly cracked) [4am, Firehawke]
* Slight adjustment to the description on the Apple II softlists (nw)
* New working software list additions
-----------------------------------
apple2_flop_orig: Space Quest: The Sarien Encounter, Portal, Earth Orbit Stations, Adventure [4am, Firehawke]
* apple2_flop_clcracked: Replace Music Construction Set (cleanly cracked) to fix damaged sector.
* Remove A2 misc dump of Marble Madness. Second disk is dupe of first. No cracktro or other reason to keep this over the cleanly cracked copy. (nw)
* New working software list additions
-----------------------------------
apple2_flop_orig: SwordThrust, The Hunt for Red October, Galactic Attack, Journey (version 16), Southern Command, Wizardry IV: The Return of Werdna, Arthur: The Quest for Excalibur, The Bard's Tale [4am, Firehawke]
apple2_flop_clcracked: MicroChess (Version 2.0) (cleanly cracked). The Spy's Adventures in North America (Version 1987-10-31) (cleanly cracked) [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: Adventure Construction Set, The Ancient Art of War, Borg [4am, Firehawke]
apple2_flop_clcracked: Magic Mailer (Version 1.1) (cleanly cracked), Mind Over Minors (cleanly cracked), Temple of Apshai (cleanly cracked) [4am, Firehawke]
---------------------------------------
vectrex: 3D Scape Demo Collection, All Good Things, City Bomber, Continuum, Hexed!, Lord of the Robots, Moon Lander, Nebula Commander, Patriots, Performance VX, Protector and Y*A*S*I, Revector, Rockaroids Remix, Ronen's Games Cart, Royal 21, Sectis, Spike Hoppin', Spike's Water Balloons - Analog Version, Thrust, Vector 21, Vector Vaders, Vectrex Frogger, Verzerk (Berzerk hack), War of the Robots, War of the Robots - Bow to the Queen, Zantis [Justin Kerk]
* leapfrog_leappad_cart.xml - Add Was ist das? von Richard Scarry (Germany)
* leapfrog_leappad_cart.xml - Add commment about book
* Add game at correct position in list
* Uncomment ROM dump
- Set width and endianness for regions, including cartridges
- Make init code safer and more efficient
- De-duplicate some memory maps
- Separate state class for jaguarcd
I've tried to keep this driver from regressing any further than it already has while cleaning up the code and adjusting region usage to comply with the soon-to-be-committed "truth in endianness" requirement. It's possible that some regions should really be 16 bits instead of 32 or vice versa, and/or that DSP endianness may be incorrect.
* stuff from Sean, will credit later (nw)
* (nw)
* (nw)
* some more SunPlus stuff with NAND type roms (gpnandnand strings in them, need bootstrap)
* possible hardware names (nw)
* some kind of ARM based GeneralPlus (nw)
* proper names (nw)
* (nw0
* this is some kind of enhanced chipset, not 100% sure it's VT tho (nw)
* gameboy.xml - Update with info from No-Intro - A
* gameboy.xml - Update with info from No-Intro - B
* gameboy.xml - Update with info from No-Intro - C
* gameboy.xml - Update with info from No-Intro - D
* gameboy.xml - Update with info from No-Intro - E-F
* gameboy.xml - Update with info from No-Intro - G
* gameboy.xml - Update with info from No-Intro - H
* gameboy.xml - Update with info from No-Intro - I
* gameboy.xml - Update with info from No-Intro - J
* gameboy.xml - Update with info from No-Intro - K
* gameboy.xml - Update with info from No-Intro - L
* gameboy.xml - Update with info from No-Intro - M
* gameboy.xml - Update with info from No-Intro - N
* gameboy.xml - More documenetation of GB carts
* gameboy.xml - Document many more carts
* gameboy.xml - Update with info from No-Intro - P-Q
* gameboy.xml - Update with info from No-Intro - R
* gameboy.xml - Update with info from No-Intro - S
* More gameboy clean
* SGB info added to all
* SGB info added to all
* change endings, run formatter
* I think I fixed the broken indent
* But I also forgot to save
* revert commit 25e931611d31ab3de16db077e34dbdf00fea4282
* Remove tab/space mix
* superfluous space
* make compatibility a feature
* New working software list additions
-----------------------------------
Los Gnomos - David el Gnomo [RetroLEL]
* Also updated "La Mode - 1984 (Programa Computado)" trimming the leading and tailing silences (nw)
* Typo (nw)
* Fix identation (nw)
New not working software list additions
---------------------------------------
Shoku Iku Series 1 Soreike! Anpanman-Sukikirai Nai Ko Genki na Ko! [TeamEurope]
Soreike! Anpanman Hajimete Kaketa yo! Oboeta yo! Hiragana Katakana - Gojuuon Board Kinou-tsuki [TeamEurope]
Pocket Monsters Diamond & Pearl Pokemon o Sagase! Meiro de Daibouken! [TeamEurope]
Yes! PreCure 5 Asonde Oboeyou Hiragana! [TeamEurope]
Samurai Sentai Shinkenger Battle ga Ippai! Iza Mairu! [TeamEurope]
- Added alt_titles for most entries
- Added three new entries to the softlist, all dumped by me from the original disks and working:
DOR
DOR Part 3
Elle
* New working software list additions
-----------------------------------
apple2_flop_orig: Flight Simulator I (A2-FS1), Lords of Conquest [4am, Firehawke]
apple2_flop_clcracked: Leadsheeter (cleanly cracked) [4am, san, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: Empire III: Armageddon (Version 1.1), Super Zaxxon, Master of the Lamps, In Search of Space: Introduction to Model Rocketry, Hacker II: The Doomsday Papers [4am, Firehawke]
apple2_flop_clcracked: Empire III Armageddon (Version 1.1) [4am, Firehawke]
apple2_flop_clcracked: PolyWriter (Version 1.2), PolyWriter Utilities (Version 1.2), Midi/8 Plus (Version 1.2), Korg 800 4-Track MIDI Sequencer (Version 1.0) [4am, san, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: Law of the West, Lane Mastodon vs. The Blubbermen, Indiana Jones in Revenge of the Ancients [4am, Firehawke]
apple2_flop_clcracked: Certificates and More! (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked: The Railroad Works (CBS Version) (cleanly cracked) [Tom Greene, Firehawke]
apple2_flop_misc: Best of Muse [Tom Greene, Firehawke]
* Fix accidental dupe name. (nw)
* New working software list additions
-----------------------------------
apple2_flop_orig: Checker King, Gammon Gambler [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: Bloody Murder, The Best of MUSE, Beneath The Pyramids, Asteroid, Roadwar 2000 (Version 1.1) [4am, Firehawke]
apple2_flop_clcracked: MECC-A315 Freedom! (Version 1.0) (cleanly cracked), Labyrinth: The Computer Game (Lucasfilm Games) (cleanly cracked), Labyrinth of Crete (cleanly cracked), Fractions: Addition (cleanly cracked), The Tournament Manager (cleanly cracked), Questron (cleanly cracked),The Adventures of Kristen and Her Family (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked: The Cosmic Balance (cleanly cracked) [4am, san, Firehawke]
* Additional metadata and formatting fixes. (nw)
* New working software list additions
-----------------------------------
apple2_flop_orig: Earthquake: San Francisco 1906, Indiana Jones and the Temple of Doom, Little Computer People, Pandora's Box, Video Vegas, Physics of Model Rocketry, Punctuation: Building Better Language Skills, How the West Was One + Three x Four, Deadline (Release 26 / 821108), Gulf Strike, Might and Magic Book Two, Realm of Impossibility, Appilot Edu-Disk [4am, Firehawke]
apple2_flop_clcracked: Whole Numbers: Multiplication (cleanly cracked), Statistics (Version 3.3) (cleanly cracked), Fractions: Basic Skills (cleanly cracked) [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_misc: Anti-M (Version 1.6) [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: Word Zapper, Buck Rogers: Planet of Zoom, Pharaoh's Revenge, MicroChess (Version 2.0) [4am, Firehawke]
vboy.xml updates:
* Set width and endianness for all ROM regions
* Added width and endianness for SRAM, assuming all cartridges have 8k*32 SRAM for now
* Removed mirroring - this is an implementation detail
* Removed "slot" features - there's enough information to work this out anyway
bus/vboy updates:
* Made slot probe software part to determine cartridge type
* Made cartridges responsible for installing themselves
* Added support for arbitrary cartridge sizes, assuming simplistic decoding
* Added support for 8-bit and 16-bit SRAM on LSBs
* Added support for EXP space and INTCRO output
* Fixed SRAM not being loaded
bus/generic: added a helper for mapping non-power-of-two memory with simple decoding
cpu/v810: send I/O accesses to program space if I/O space is unconfigured
vboy.cpp: updated for changed slot and CPU code
bus/wswan: added notes
The Virtual Boy software list is still in pretty poor shape. It's
assuming all carts with SRAM have 8k*32, there are a bunch of feature
tags for ICs that don't actually give an IC type, making them useless,
3-D Tetris mentions a battery but doesn't have an SRAM data area,
Virtual Fishing refers to a HY6254ALLJ-10 which isn't a real part (I
assume it means HY6264ALLJ-10 which is an 8k*8 50µA standby SRAM).
* new SOFTWARE LIST entry
-----
gameking.xml : mc_4v19 - 4 in 1 - Warrior + Cleverhawk + Valiant + MetalDeform ('APR 23 05', 512KB cartridge)
the previous mc_4v19 has been made a clone mc_4v19a and description changed to "4 in 1 - Warrior + Cleverhawk + Valiant + MetalDeform ('JUN 16 05', 1MB cartridge)"
the new dump is playable, but from a different revision of the cartridge with only 512KB ROM instead of 1MB meaning the dump of this one is complete. Presumably the 1MB versions exist either as bugfixes, or as a crude copy protecton against people with 512KB flash carts.
* gameking.xml add cartridge pintout [Team Europe]
* (nw)
* new SOFTWARE LIST entries
----
gameking.xml : mc_4szlh - 4 in 1 - S.Z.L.H + Colo + F1-2004 + Popper [Team Europe]
gamekin3.xml : panzer - Panzer [Team Europe]
redumped gameking mc_4v08 [Team Europe]
confirmed parent set of gameking Dino Adventure Legend was just a bad dump of the good one and removed it [Team Europe]
confirmed that many of the gameking 4-in-1 dumps are half size, and marked them as such [Team Europe, David Haywood]
changed tag from supported="no" to supported="partial" on the game king dumps that aren't bad dumps, as they appear to be playable without sound.
* style more consistent with c sources (nw)
* useful reference (nw)
* New prototypes:
gamegear:
Sonic the Hedgehog Chaos (Euro, Prototype 19930517) [Hidden Palace]
sms:
Sonic the Hedgehog Chaos (Euro, "Ver 0.20", Prototype 19930630) [Hidden Palace]
Sonic the Hedgehog Chaos (Euro, Prototype 19930713) [Hidden Palace]
These prototypes are believed to have been solely burned for Sega Europe/UK, and thus are all labeled "Euro".
* Mark sms/sonicc630 as not working, as it somehow crashes after the title screen.
renamed sonicc in gamegear.xml from "Sonic Chaos" to "Sonic the Hedgehog Chaos" to maintain consistency (box art for Game Gear release packaging says "Sonic the Hedgehog Chaos" too) as well, while correcting a capitalization error for actionfg0.
* Hit Squad ➡️ The Hit Squad
This is a brand/label of Ocean. See any of their packaging to verify it's "The Hit Squad".
* Tentatively add more C64 tape dumps
* Add some more UK C64 tapes
It's a start...
* Hewson (Rack IT) ➡️ Rack It
It looks like the publisher should take the form "Label" rather than "Company (Label)", judging by "The Hit Squad" (Ocean), "Mastertronic Added Dimension" (Mastertronic), etc., so let's be consistent about that.
Also, it's "Rack It", not "Rack IT". See e.g. the scan-in at https://archive.org/25/items/uta_Steel_1988_Hewson_Rack_IT_7197/uta_Steel_1988_Hewson_Rack_IT_7197_screenshot.jpg which shows the label name for both the copyright and address.
* Use labels consistently
Gremlin Graphics (GBH) ➡️ GBH
Grandslam (Bug Byte) ➡️ Bug Byte
CDS Software (Blue Ribbon) ➡️ Blue Ribbon
* Add tape
---------------------------------------
picno: Anime Box, Fushigi no Kuni no Alice, Son Gokū no Bōken [Vyse the determined @ Gaming Sanctuary, SSJ, TeamEurope]
* fmtowns_cd.xml: additions, better dumps
- Replaced entries with dumps from the redump.org database, with proper track indexes and offset correction:
Indiana Jones and the Last Crusade
Towns System Software v2.1 L51
- Added new working dumps from the redump.org database:
CG Syndicate Vol. 1 - Lisa Northpoint
CubicSketch V1.1 L10
New Horizon CD Learning System II - English Course 1
Space Museum
TownsSOUND V1.1 L20
Z's Triphony DigitalCraft Towns
- Added new NOT working dumps:
Debian GNU/Linux 1.3.1 with Debian-JP Packages [akira_2020 / Tokugawa Corporate Forums]
Debian GNU/Linux 2.0r2 with Hamm-JP [akira_2020 / Tokugawa Corporate Forums]
TownsFullcolor V2.1 L10 [redump.org]
Video Koubou V1.4 L10 [redump.org]
* forgot to add a couple of things (nw)
* hp9825: optional ROM cartridges added (9825b only, ATM)
* hp9825: optional ROMs added to 9825t, added support for banked ROMs
@5c00, separated RAM & ROM spaces in 9825t
* hp9885: added missing post-amble when writing sectors on disk
* hp9825: added acknowledgments to comments (nw)
* hp9825: changes requested by V.Crabb (nw)
* New working software list additions
-----------------------------------
apple2_flop_orig: Gauntlet, Go (Hayden), Ghostbusters, Galactic Wars, Guderian [4am, Firehawke]
* Add details on compiling MAME documentation. (nw)
* new WORKING machines
-------
Disney Princesses (JAKKS Pacific TV Game, Game-Key Ready) [Sean Riddle, David Haywood, anonymous]
Capcom 3-in-1 (1942, Commando, Ghosts'n Goblins) (JAKKS Pacific TV Game, Game-Key Ready) (29 MAR 2005 B) [Sean Riddle, David Haywood, anonymous]
new NOT WORKING machines
-----
Care Bears TV Games (JAKKS Pacific TV Game, Game-Key Ready) [Sean Riddle, David Haywood, anonymous]
* new NOT WORKING software list entries
-------
ekara_japan_a.xml:
a3 : A-3 Pichi Pichi Pitch vol.3 (Japan) [David Haywood, Sean Riddle]
evio.xml:
em2: eM2 - evio Selection 02 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em3: eM3 - Anime Mix 1 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em4: eM4 - I Love Classic 1 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em7: eM7 - Pure Kiss 1 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em8: eM8 - Hard Soul 1 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em9: eM9 - evio Selection 03 [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em16: eM16 - Chisako Takashima Selection [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
em18: eM18 - unknown [David Haywood, Peter Wilhelmsen, ShouTime, Sean Riddle]
* additional cartridge info [AJR]
* New working software list additions
-----------------------------------
apple2_flop_orig: Whole Numbers: Multiplication (cleanly cracked), Statistics (Version 3.3) (cleanly cracked), Fractions: Basic Skills (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked: Winter Games, Apple Stellar Invaders, Ulysses and the Golden Fleece [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: Simultaneous Linear Equations [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_clcracked: Balancing Act (cleanly cracked), Fractions: Subtraction (cleanly cracked) [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: The Coveted Mirror, Alibi, Reversal, The Haunted Palace, Sherlock Holmes in Another Bow, Dogfight II, The Mask of the Sun (Version 2.1), Pulsar ][ [4am, Firehawke]
-----------------------------------
apple2_flop_clcracked: The Haunted Palace (cleanly cracked), The World's
Greatest Baseball Game (Enhanced Version) (cleanly cracked) [4am,
Firehawke]
apple2_flop_orig: Carriers at War, Europe Ablaze, Halls of Montezuma,
Panzer Battles, Reach For The Stars (Version 1.0), Reach For The Stars
(Version 2.0), Reach For The Stars (Version 3.0), Russia, Decisive
Battles of the Civil War: Volume One, Battlefront, Oil Rig, American
Government (Micro Learningware), Muppet Learning Keys: The Muppet
Discovery Disk, Leisure Suit Larry in The Land of The Lounge Lizards, I,
Damiano, Crime Stopper, Questprobe featuring Spider-Man, Beach Landing,
Vaults of Zurich, Decisive Battles of the American Civil War: Volume
Two, Decisive Battles of the American Civil War: Volume Three,
MacArthur's War, Tapper, Space Kadet [4am, Firehawke]
Software list items promoted to working
---------------------------------------
apple2_flop_orig: Drol [4am, Firehawke]
* fmtowns_cd.xml: additions, better dumps, updated missing list
- Replaced entries with dumps from the redump.org database, with proper track indexes and offset correction:
The 4th Unit 6 - Merry-Go-Round
Air Warrior V1.1
Dragon Shock
Final Blow
Ms. Detective File #1 - Iwami Ginzan Satsujin Jiken
Rance III - Leazas Kanraku
Sherlock Holmes - Consulting Detective
Turbo Out Run
The Visitor
- Added new working dumps from the redump.org database:
Shanghai
- Added new NOT working dumps from the redump.org database (most of these are missing floppy disks):
Air Warrior V1.2
Fujitsu Habitat V2.1L10
Hyper Media NHK Zoku Kiso Eigo: Dai-3-kan
Nobunaga no Yabou: Sengoku Gun'yuuden
Taito Chase H.Q. (Demo)
- Added a parent-clone relationship between the Windows 3.1 revisions
- Updated the missing list with some recently confirmed software
* fixed a couple of typos (nw)
* New NOT_WORKING software list additions
---------------------------------------
Baby's First Words (USA) [ClawGrip, TeamEurope]
Pooh Loves You! (USA) [ClawGrip, TeamEurope]
If I were... (USA) [ClawGrip, TeamEurope]
* Add separate software list for Leap Frog Little Touch LeapPad (nw)
* Fix game name (nw)
* Add MIDI floppy softlist
* IMG raw sector dump misses something in the data somewhere, so use IMD instead (which decodes fine)
* Missed file name
* Add midi softlist to a couple of IBM PCs
* spectrum list cleanups (nw)
* list cleanups (nw)
* move set (nw)
* more cleanups (nw)
* list work (nw)
* list work (nw)
* list work (nw)
* list cleanusp (nw)
* remove some pointless 'hacked for website' alts (nw)
* list work (nw)
* spectrum list cleanups (nw)
* list work (nw)
* list work (nw)
* list cleanups (nw)
-----------------------------------
Scooby-Doo - Misterio En El Parque (Spain, translucent blue cartridge) [TeamEurope, ClawGrip]
Campeonato de Futbol V.Smile (Spain) [TeamEurope, ClawGrip]
New NOT_WORKING software list additions
---------------------------------------
Dakota y su mascota (Spain) [TeamEurope, ClawGrip]
Walt Disney La Cenicienta - Los sueños mágicos de Cenicienta (Spain, Rev. 122) [TeamEurope, ClawGrip]
Kung Fu Panda - Aventura en el Valle de la Paz (Spain) [TeamEurope, ClawGrip]
-----------------------------------
Walt Disney La Cenicienta - Los sueños mágicos de Cenicienta (Spain) [TeamEurope, ClawGrip]
Bob y sus Amigos - Un Día De Trabajo (Spain) [TeamEurope, ClawGrip]
Disney/Pixar À Procura de Nemo - Nemo À Descoberta do Oceano (Portugal) [TeamEurope, ClawGrip]
The Batman - Rescate en Gotham City (Spain) [TeamEurope, ClawGrip]
Noddy - Detective Por um Dia (Portugal) [TeamEurope, ClawGrip]
DreamWorks Shrek - El Cuento de la Dragona (Spain) [TeamEurope, ClawGrip]
Lil' Bratz Estrellas De La Moda- Amigos, Moda y Diversión (Spain) [TeamEurope, ClawGrip]
Superman - El Hombre de Acero (Spain) [TeamEurope, ClawGrip]
Disney/Pixar Cars - Acelera el Motor en Radiador Springs (Spain) [TeamEurope, ClawGrip]
New NOT_WORKING software list additions
---------------------------------------
V.Smile Estudio De Arte (Spain) [TeamEurope, ClawGrip]
Spider-Man y Amigos - Misiones Secretas (Spain, Rev. 222) [TeamEurope, ClawGrip]
Cranium - Parque de Atracciones de Cranium (Spain) [TeamEurope, ClawGrip]
Disney's Little Einsteins (Spain) [TeamEurope, ClawGrip]
* ngpc.xml: fixed some Japanese titles
* ds1994.cpp: added FIXME comments, removed redundant tag from logging helper, corrected device name, removed copy/pasted application note (copyright infringement)
* midvunit.cpp: marked "recreated" PAL program as a bad dump
---------------------------------------
¡¡Scooby-Doo!! - Misterio en el parque (Spain) [TeamEurope, avlixa, ClawGrip]
Disney/Pixar Wall-E (Spain) [TeamEurope, avlixa, ClawGrip]
Disney La Casa de Mickey Mouse (Spain) [TeamEurope, avlixa, ClawGrip]
Disney/Pixar UP (Spain) [TeamEurope, avlixa, ClawGrip]
Disney Winnie the Pooh - En busca de la miel (Spain) [TeamEurope, avlixa, ClawGrip]
Disney/Pixar Cars - Acelera el Motor en Radiador Springs (Spain) [TeamEurope, avlixa, ClawGrip]
Disney/Pixar Toy Story 3 (Spain) [TeamEurope, avlixa, ClawGrip]
DreamWorks Monstruos contra Alienígenas (Spain) [TeamEurope, avlixa, ClawGrip]
---------------------------------------
V.Smile PC (Spain) [TeamEurope, ClawGrip]
Nick Jr. Dora the Explorer - Dora's Got a Puppy (US) (Smartbook) [TeamEurope, ClawGrip]
Disney/Pixar Toy Story 2 (USA) (Smartbook) [TeamEurope, ClawGrip]
-----------------------------------
Bob der Baumeister - Bobs spannender Arbeitstag (Germany, Rev. 104) [TeamEurope]
New NOT_WORKING software list additions
---------------------------------------
Cranium - Freizeit Park - Ein Jahrmarkt voller Spiel- und Lernspaß (Germany) [TeamEurope]
* New working software list additions
-----------------------------------
apple2_flop_orig: Dragon's Keep, International Hockey, [4am, Firehawke]
apple2_flop_clcracked: Charlie Brown's 1, 2, 3's (1990 Queue re-release) (cleanly cracked) [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: Racter, PHM Pegasus, Crossbow [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_clcracked: Buck Rogers - Planet of Zoom (cleanly cracked) [LoGo, Firehawke]
* Updated Buck Rogers - Planet of Zoom (nw)
* New working software list additions
-----------------------------------
apple2_flop_orig: Snoggle, Tamala's Last Redoubt, Succession [4am, Firehawke]
apple2_flop_clcracked: Millionaire (Version 2.1) (cleanly cracked), The Sales Edge (cleanly cracked), Computer Preparation for the SAT (Version 1.1A) (cleanly cracked), Creature Chorus (Version 4.0) (cleanly cracked), Chivalry (Revision 2) (cleanly cracked) [4am, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: Star Fleet 1: The War Begins [Brian Wiser, Firehawke]
apple2_flop_clcracked: Star Fleet 1: The War Begins (cleanly cracked) [qkumba, Firehawke]
apple2_flop_misc: Olin in Emerald [www.mocagh.org, Dan Chisarick, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_orig: Super Mario Bros. Print World [4am, Firehawke]
apple2_flop_orig: Olin in Emerald [4am, www.mocagh.org, Dan Chisarick, Firehawke]
* New working software list additions
-----------------------------------
apple2_flop_clcracked: Universe II (Version 1.0) (cleanly cracked) [4am, Firehawke]