Commit Graph

3097 Commits

Author SHA1 Message Date
Vas Crabb
a5f06c7695 vboy.xml: none of these games expect 16-bit SRAM (nw) 2019-11-11 03:19:01 +11:00
Vas Crabb
1824a07d36 vboy.xml: wariolnd expects 8k*8 SRAM as well (nw)
bus/vboy: helps if you actually use the mirror value (nw)
2019-11-11 02:52:16 +11:00
Vas Crabb
c56a468fdd hash/vboy.xml: Virtual Fishing definitely looks like it expects an 8k*8 SRAM (nw) 2019-11-11 01:45:45 +11:00
Vas Crabb
774cc7ce43 bus/vboy: cartridge is 16 bits wide (not 32) but we'll keep pretending for program ROM (nw) 2019-11-11 01:35:40 +11:00
Firehawke
4deaa34f23 Fix publisher data for Pharaoh's Revenge (nw) (#5888) 2019-11-10 15:52:50 +11:00
Robbbert
df9beffd4b (nw)studio2.xml : removed note that is no longer valid.
Apple : fixed validation
2019-11-10 15:06:50 +11:00
AJR
a856f5d69b apple2_flop_orig.xml: Fix validation error (nw) 2019-11-09 16:44:18 -05:00
Firehawke
e0d88a91ed Update Apple softlists to 11/9/2019 (#5886)
* 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]
2019-11-09 16:41:37 -05:00
Vas Crabb
295174e4e8 Cleaned up Virtal Boy slot code.
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).
2019-11-10 00:06:54 +11:00
Robbbert
82e6de6f02 Visicom: fixed problem with cartridges, all swlist games now work. 2019-11-09 23:51:15 +11:00
Robbbert
f0f86c7f88 New NOT_WORKING software list additions
---------------------------------------
visicom.xml : Arithmetic Drill, Gambler I, Gambler II, Space Commander (from unknown)
2019-11-09 18:40:34 +11:00
David Haywood
0acbfda7d6 new SOFTWARE LIST entry [Team Europe] (GameKing) (#5872)
* 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)
2019-11-07 09:50:50 -05:00
Nigel Barnes
c582fc2026 New working software list additions
-----------------------------------
bbc_rom: Aries-B20 2.2, Aries-B20 2.4, Aries-B32 1.0, Acorn NFS 3.34B, Prestel Terminal 1.00, Raven-20 1.00, Raven-20 1.06, Acorn TFS 0.31, Watford Electronics 32K RAM 1.00, Watford Electronics 32K RAM 2.00, Watford Electronics 32K RAM 2.40, Workstation 100 [Nigel Barnes]

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: GoMMC Tools 0.72, GoMMC Tools 0.80, GoMMC Tools 1.03, Prestel Trial 4.71r, Super MMC, Turbo MMC 0.A1, UMI-2B 5.01 [Nigel Barnes]
2019-11-07 12:42:29 +00:00
David Haywood
7e653f28ad new SOFTWARE LIST entries (GameKing stuff) (#5868)
* 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)
2019-11-06 09:49:09 -05:00
Nigel Barnes
478c750a81 New working software list additions
-----------------------------------
bbcm_cart: Advanced Battery-Backed RAM v1.10, Advanced Battery-Backed RAM v1.04, Advanced Quarter Meg RAM, Click v1.00, Click v1.01, ISO-Pascal, LISP, Master Mega 256, MR8000 Master RAM Cartridge, TechnoCAD [Nigel Barnes]

Software list items promoted to working
---------------------------------------
bbcm_cart: Master Smart Cartridge [Nigel Barnes, Centre for Computing History]
2019-11-06 13:51:53 +00:00
Vas Crabb
ae04921d52 sms.xml, gamegear.xml: 'prototype' in descriptions is not part of the title and not a proper noun, hence it shouldn't be capitalised (nw) 2019-11-06 20:34:16 +11:00
kazblox
9744e12386 prototypes from third session of Sonic Month 2019 (#5851)
* 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.
2019-11-05 13:54:51 -05:00
Vas Crabb
4ac111da3c misc cleanup (nw) 2019-11-05 01:04:31 +11:00
ArcadeShadow
2435f3cfed New working software list additions
ibm5170: The Settlers, Syndicate
2019-11-03 11:43:44 -08:00
braintro
f7e1e54b4e (nw) add recent Neogeo title to hash file 2019-11-03 11:13:36 -06:00
Zoë Blade
45e0de9785 Start work on C64 tapes (#5803)
* 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
2019-10-28 10:29:23 -04:00
angelosa
16b63d2fe1 gp32 QA (nw) 2019-10-28 02:00:56 +01:00
Robbbert
b96ec80b04 (nw) super80 : corrected the description for a sw item 2019-10-28 00:48:57 +11:00
Ivan Vangelista
09ac3ebfc3 new working software list additions
------------------------------------------------------
Spider-Man & Freunde - Geheime Missionen (Germany) [TeamEurope]
2019-10-26 11:59:43 +02:00
Ivan Vangelista
478c769343 New NOT_WORKING software list additions
---------------------------------------
picno: Anime Box, Fushigi no Kuni no Alice, Son Gokū no Bōken [Vyse the determined @ Gaming Sanctuary, SSJ, TeamEurope]
2019-10-26 11:30:19 +02:00
Vas Crabb
32868b8e2a srcclean (nw) 2019-10-26 10:40:50 +11:00
r09
864e12ec70 fmtowns_cd.xml: additions, better dumps (#5797)
* 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)
2019-10-24 18:02:56 -04:00
Sandro Ronco
5d5e0345e0 dmv: added HD interface. [Sandro Ronco] 2019-10-24 20:13:30 +02:00
Zoë Blade
e0bac48f8f Spelling (#5796)
* Tidy up comments

* Fix typos

* Fix spelling

* Tidy

* Tidy
2019-10-24 12:25:49 -04:00
fulivi
430bd2d508 Hp9825: support for external ROM cartridges added (#5761)
* 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)
2019-10-23 10:23:12 -04:00
Firehawke
54b3968c74 New working software list additions (#5772)
* New working software list additions
-----------------------------------

apple2_flop_orig: Gauntlet, Go (Hayden), Ghostbusters, Galactic Wars, Guderian [4am, Firehawke]

* Add details on compiling MAME documentation. (nw)
2019-10-23 10:21:26 -04:00
ArcadeShadow
f461fa47d9 New working software list additions
Corridor 7: Alien Invasion
2019-10-20 21:37:49 +00:00
ArcadeShadow
18f9193828 Update ibm5150.xml
Out Run (Kixx release), Starflight
2019-10-20 21:37:15 +00:00
R. Belmont
d6f184529b
Merge pull request #5747 from ArcadeShadow/patch-12
New working software list additions
2019-10-17 11:01:34 -04:00
AJR
f73616f098 evio.xml: Explain what eM stands for; provide alt_title and serial fields as in tutor.xml (nw) 2019-10-16 09:46:36 -04:00
David Haywood
9d44e61944 Plug and Play additions (#5737)
* 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]
2019-10-16 09:25:44 -04:00
ArcadeShadow
9d3d87a2d3
New working software list additions
ibm5051: Action Service (Smash16 release) (3.5"), International Karate, Italy '90 Soccer, Joe Blade (Smash16 release)
2019-10-16 08:26:14 +01:00
ajrhacker
9b0303e407
Merge pull request #5734 from ArcadeShadow/patch-11
New working software list additions
2019-10-15 15:26:42 -04:00
Ivan Vangelista
c4b430bdb4 apple2_flop_orig.xml: fixed validation (nw) 2019-10-15 17:06:42 +02:00
Firehawke
ef399a5cf9 Apple II update to October 14th, 2019 (#5742)
* 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]
2019-10-15 08:34:33 -04:00
Ivan Vangelista
0cd3ea1d19 megadriv.xml: removed double entry. Thanks to UED-Wayder for spotting this (nw) 2019-10-14 07:41:29 +02:00
ArcadeShadow
e07ab84bcf
New working software list additions
ibm5170: Links - The Challenge of Golf (5.25"HD)
2019-10-13 20:53:58 +01:00
Scott Stone
1d3ecff45d vz_snap.xml: dtd validation fix (nw)
Many assorted XML files fixed for errant spaces, missing linefeed, improper format, and other oddness (nw)
2019-10-06 21:12:33 -04:00
MooglyGuy
8a280aba9c -snes: Differentiate between SuperFX 1 and SuperFX 2. Fixes game speed in Star Fox, Stunt Race FX, Vortex, and others. [Ryan Holtz] 2019-10-05 13:34:12 +02:00
R. Belmont
563a00e0e4
Merge pull request #5702 from Firehawke/master
Update Apple 2 softlists to October 2nd, 2019
2019-10-03 15:50:33 -04:00
Robbbert
206d3b88c2 (nw) more removal of offset=0 from swlists 2019-10-03 13:33:11 +10:00
firehawke
da6c2514d7 New working software list additions
-----------------------------------
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]
2019-10-02 18:30:51 -07:00
Robbbert
878e2b78ef removed not-needed offset=0 from some softlists 2019-10-03 00:47:24 +10:00
Vas Crabb
42f73e5608 spectrum_cass.xml: fix leading spaces in publishers (nw) 2019-10-02 02:56:30 +10:00
r09
5ad9faa783 fmtowns_cd.xml: additions, better dumps, updated missing list (#5687)
* 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)
2019-09-28 17:10:53 -04:00
Robbbert
f9c32a5ae6 vz200 : added a software list for snapshots. The software comes from years of collecting; original sources are unknown. 2019-09-26 21:36:32 +10:00
Vas Crabb
95ed7c5b5a Merge tag 'mame0214'
MAME 0.214
2019-09-25 20:26:50 +10:00
ClawGrip
828a8c6ce6 New NOT_WORKING software list additions (#5680)
* 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)
2019-09-24 15:42:43 -04:00
ClawGrip
1d40f713fd
leapfrog_mfleappad_cart: Remove redundant offset="0" (nw) 2019-09-24 19:21:28 +02:00
Rebecca Wallander
72b8b76b00 Add MIDI floppy softlist (#5668)
* 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
2019-09-24 11:58:35 -04:00
Vas Crabb
edec6b6d9e (nw) restore zero offsets in regions where more than one ROM file is loaded, and remove a few zero offsets from disk regions and regions loading a single ROM file 2019-09-24 02:45:41 +10:00
Vas Crabb
eca800a23f (nw) vsmile_cart.xml: no inputs == not supported 2019-09-23 13:14:02 +10:00
Robbbert
6179ed4a3f super80 : fine-tuned compatibility of swlist. 2019-09-23 04:03:54 +10:00
Vas Crabb
5036387ab4 srcclean (nw) 2019-09-22 13:34:40 +10:00
AJR
cd0d9ce50e nes.hsi: Note (nw) 2019-09-21 17:38:27 -04:00
Scott Stone
d7fc9b7a53 Format fixes for XML files (nw) 2019-09-21 11:56:31 -04:00
David Haywood
016f45399e Spectrum Software List cleanups (nw) (#5673)
no additions, just metadata changes / parentclone relationship changes etc.
2019-09-21 11:47:02 -04:00
AJR
882942c1c4 nes.hsi: Fix mirroring for Ultimate Stuntman 2019-09-20 22:35:59 -04:00
Angelo Salese
3e6b9f9756
Rewritten Acorn VIDC10 into own device file [Angelo Salese] #5671
* Improved raster effects on games that dynamically change palette on active frame;
* Added stereo sound support;
2019-09-20 15:38:24 +02:00
David Haywood
5f43238814 spectrum list work + cleanups (nw) (#5626)
* 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)
2019-09-20 07:51:31 -04:00
ClawGrip
90fc6efedc New working software list additions
-----------------------------------
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]
2019-09-19 13:51:19 +10:00
R. Belmont
d3ebbad71b
Merge pull request #5648 from clawgrip/patch-18
New working software list additions
2019-09-16 22:59:41 -04:00
Rebecca Wallander
87a793c97d ibm5170.xml - Vinguiden 1.0 2019-09-17 01:38:24 +00:00
Rebecca Wallander
36a58f7f4d ibm5150.xml - Add UMS II: Nations at War - Planet Editor 2019-09-16 20:09:21 +00:00
Rebecca Wallander
c85b75e968 ibm5150.xml - Add Star Pack 2019-09-16 20:07:22 +00:00
Rebecca Wallander
4feb99bfd5 ibm5170.xml - Add QuickLink II Fax 2019-09-16 20:03:06 +00:00
Rebecca Wallander
c327ef2d64 ibm5150.xml - Add Colossus Bridge 4 2019-09-16 19:59:54 +00:00
Rebecca Wallander
1463eb46e1 ibm5170.xml - Change good gilispa disks to IMD 2019-09-16 19:55:18 +00:00
Rebecca Wallander
29f7a03d4d ibm5170.xml - Redumped nicklaus - It now decodes fully 2019-09-16 19:55:18 +00:00
ClawGrip
3e7f8f1d8d
New working software list additions
-----------------------------------
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]
2019-09-16 20:46:56 +02:00
Vas Crabb
faea4753b5 (nw) misc cleanup:
* 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
2019-09-16 23:10:04 +10:00
ClawGrip
f689819048
leapster.xml: Add notes about undumped games (nw) 2019-09-15 02:49:39 +02:00
ajrhacker
05c2ca88ca
Merge pull request #5635 from clawgrip/patch-16
New NOT_WORKING software list additions
2019-09-14 16:27:47 -04:00
ClawGrip
5839b12e80
New NOT_WORKING software list additions
---------------------------------------
¡¡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]
2019-09-14 21:44:14 +02:00
ClawGrip
0596066b97
New NOT_WORKING software list additions
---------------------------------------
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]
2019-09-14 18:06:25 +02:00
R. Belmont
0c02c8aa07
Merge pull request #5612 from clawgrip/patch-13
New working software list additions
2019-09-11 14:16:51 -04:00
hap
27fec5deb6 ggm: add more keypad overlays (nw) 2019-09-11 17:17:40 +02:00
angelosa
0e4d54c508 archimds.cpp: preliminary serial joystick interface [Angelo Salese]
- also adds compatibility tests for AA (nw)
2019-09-10 13:18:28 +02:00
ClawGrip
92d69d4691
New working software list additions
-----------------------------------
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]
2019-09-09 23:38:51 +02:00
R. Belmont
eaae4640aa
Merge pull request #5600 from FakeShemp/iteagle
Add new Incredible Technologies Golden Tee Fore! upgrade CD-ROM image…
2019-09-09 16:05:16 -04:00
Firehawke
de09343517 Update Apple II softlists to mid-day September 8th, 2019 (#5606)
* 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]
2019-09-09 16:02:55 -04:00
Scott Stone
5e896c29e2 vgmplay.xml - Added 35 new entries and corrected a setname (tdragon -> tdragon2) [Tafoid]
x68k_flop.xml - Corrected shortname and description for "Cube Runner" to read "Cueb Runner" based on research, actual pictures, and title screen (nw)
2019-09-09 14:05:12 -04:00
hap
05984d14ec New working software list additions
-----------------------------------
ggm: Sandy Edition - Master Chess [anonymous]
ggm: Steinitz Edition-4 - Master Chess [anonymous]
2019-09-08 22:55:22 +02:00
Rebecca Wallander
2cf10ca2c5 Add new Incredible Technologies Golden Tee Fore! upgrade CD-ROM images softwarelist 2019-09-08 16:03:08 +02:00
Nigel Barnes
035380ca97 dragon32: Added JCB Speech Synthesis cartridge. 2019-09-07 17:39:53 +01:00
angelosa
38e069f1a0 archimds.cpp: preliminary RTFM joystick support [Angelo Salese] 2019-09-06 07:54:52 +02:00
angelosa
49d312af88 archimds.cpp: fixed cursor enable and variable size, used by caverns to display score and main player sprite [Angelo Salese] 2019-09-05 21:29:13 +02:00
hap
9c08e3cb6a New working machines
--------------------
Kasparov Turbostar 432 [hap, anonymous]

New working software list additions
-----------------------------------
saitek_kso: Kasparov Selected Openings [Berger, anonymous]
2019-09-05 00:40:51 +02:00
FakeShemp
c90ea2db21 ibm5170.xml - Change these from MFM to IMD since the only issue was weird sector structure which IMD can handle 2019-09-03 20:39:56 +02:00
R. Belmont
08cd02a876
Merge pull request #5585 from Firehawke/master
New working software list additions
2019-09-02 20:42:23 -04:00
Firehawke
c88167ebf8 New working software list additions
-----------------------------------

apple2_flop_orig: Tuesday Morning Quarterback, The Fidelity Chessmaster 2100, The Sands of Mars, Dogfight, Roach Motel, Infiltrator, Infiltrator Part II: The Next Day, The Rocky Horror Picture Show, Oo-Topos, Hyper Head On [4am, Firehawke]
apple2_flop_clcracked: Professor Davensteev's Galaxy Search: Red Level (cleanly cracked), Professor Davensteev's Galaxy Search: Blue Level (cleanly cracked), MicroExam Test Bank for Computer Mathematics: Structured BASIC with Math Applications (Version 1.01) (cleanly cracked), Julius Erving and Larry Bird Go One on One (cleanly cracked), Quiz Castle (cleanly cracked) [4am, Firehawke]
2019-09-02 16:19:28 -07:00
Vas Crabb
17e43dada2 Merge remote-tracking branch 'mainline/release0213' into mainline-master 2019-09-02 21:53:01 +10:00
Vas Crabb
4ebd9f8337 Remove Aliens: Neoplasma
This game is less than a year old, and the developers have released it
behind a, "How much would you like to donate?" barrier.  The tape
versions are playable in a browser as a demonstration, but to download
any tape or disk version, you must confirm the donation prompt.  The
TurboSound versions and disk versions are not even available as a demo
without passing the donation confirmation.

I'd rather people be encouraged to obtain this game from the official
sources.  Even if the conversion rate of demo plays to non-zero
donations is small, it's the principle of it.  The three-year rule
should be applied even-handedly.
2019-09-02 21:28:18 +10:00
Rebecca Wallander
1b17102733 Floppy software additions (Amiga, ST, IBM PC, Mac) (#5573)
* Add dump of Veil of Darkness

* Add dump of Ferrari Formula One

* Add dump of Bundesliga Manager Professional and more info on previous dumps

* Add  more info to previous dumps, replace some

* Add more info to previous dumps, replace some dumps and add new floppy dumps

* Add more info to previous dumps, replace some dumps

* change mitsmous6 to imd
2019-09-01 17:54:42 -04:00
Vas Crabb
350cd896d8 botched software list titles (nw) 2019-09-01 16:16:18 +10:00