Commit Graph

5032 Commits

Author SHA1 Message Date
Vas Crabb
c550481ffa gbcolor.xml: Put the PCB designations on the right items. 2022-09-15 07:04:19 +10:00
Vas Crabb
a40ecafcea bus/gameboy/mbc.cpp: Added support for HK0701 and HK0819 bootlegs.
New working software list additions
----------------------
gbcolor.xml: Guàishòu Go! Go! Ⅱ (China) [taizou, Vas Crabb]
gbcolor.xml: Kǒudài Guàishòu - Dòngzuò Piān (China) [taizou, Vas Crabb]
2022-09-15 06:51:59 +10:00
Vas Crabb
e06e0a9f1b Fixes and cleanup:
* gbcolor.xml, bus/gameboy: Renamed slot option for Rocket Games
  cartridges from "rom_atvrac" to "rom_rocket".
* emu/config.cpp: Made error messages more detailed when opening a
  configuration file fails, and bumped error messages to warning level.
* tools/imgtool: Fixed build.
2022-09-15 04:05:09 +10:00
A-Noid33
d64df9d2e6
New working software list additions (apple2gs_flop_orig.xml) (#10330)
* New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------
Space Ace (Brutal Deluxe) [Antoine Vignau, A-Noid]
Space Ace II: Borf's Revenge [Antoine Vignau, A-Noid]
LemminGS [Antoine Vignau, A-Noid]
2022-09-13 20:39:33 -04:00
hap
c827d7542a Software list items promoted to working
---------------------------------------
msx1_cart: Easi-Speech [hap]
2022-09-13 19:09:50 +02:00
David Haywood
933f60e452
Added skeleton driver for Nikko Entertainment/Grey Innovation digiBLAST (#10295)
bus/centronics/digiblst.cpp: Changed device short name to make it more explicit.

new NOT WORKING machine
-------------
Nikko Entertainment B.V. / Grey Innovation digiBLAST [TeamEurope]

new NOT WORKING software list items
---------------
digiblast_cart.xml:
Sonic X 1 (Italy / Spain) [Most-Student-5165]
Sponge Bob Square Pants 1 (Italy / Spain) [Most-Student-5165]
Totally Spies! 1 (Italy) [Most-Student-5165]
Yu-Gi-Oh! (Italy / Spain) [Most-Student-5165]
Winx Club 1 (Italy / Spain) [Most-Student-5165]
Winx Club + 5 Atari Games (Italy / Spain) [Most-Student-5165]
2022-09-14 03:07:24 +10:00
ArcadeShadow
5dea3c6c27
ngp.xml; ngpc.xml: Metadata cleaning: (#10323)
* Replaced the country name abbreviations with full names.
* Use lowercase for descriptive text in descriptions.
2022-09-14 02:58:30 +10:00
0kmg
16e7792e0f
megadriv.xml: Added an unreleased prototype. (#10324)
New working software list additions
-----------------------------------
megadriv.xml: Super Spin (prototype) [GamingLegend64, Forest of Illusion]
2022-09-14 02:53:43 +10:00
ArcadeShadow
1a1621b6a5
cdi.xml: Metadata cleaning (#10325)
* Removed the "[DVC enhanced]" in descriptions, since the info compatibility tag already tells that.
* Replaced an abbreviated country name.
2022-09-14 02:52:55 +10:00
0kmg
b91b4a2cba
nes.xml: Added another prototype cartridge. (#10331)
New working software list additions
-----------------------------------
nes.xml: Indora no Hikari [Zoda-Y13, Forest of Illusion]
2022-09-14 02:48:09 +10:00
Vas Crabb
3c49020bab bus/gameboy: Added basic HuC-3 real-time clock simulation, and cleanup.
* Added MBC30 as a distinct slot option for documentation purposes.
* Added heuristics to detect MBC30 for GBX and plain ROM dump files.
* mbc.cpp: Disabled noisy logging.
2022-09-14 02:41:30 +10:00
Vas Crabb
5db7ffb86a Reimplemented Game Boy and Mega Duck cartridge slots:
Allow cartridges to install themselves rather than putting accesses
through trampolines.  Use memory banks even when they aren't installed
directly, as it exposes script bindings and declares intent.

Added support for MBC6 Flash, and MBC7 two-axis accelerometer and 128*16
or 256*16 serial EEPROM.  Added basic support for Game Boy Camera image
capture (various M64282FP processing features are not implemented).
Improved MBC3 real-time clock emulation.

Added basic support for Hudson Soft HuC-1 cartridges (infrared I/O not
supported) and HuC-3 cartridges (real-time clock and infrared I/O not
supported).

Added full support for Vast Fame VF001 cartridges.

Separated Mega Duck flat and banked ROM cartridge types, and allowed
software list items to specify whether a cartridge has fixed and
selectable 16K banks or a single selectable 32K bank.

Added support for RAM sizes smaller than 8K that will be mirrored in the
0xA000-0xBFFF area.  Implemented correct ROM mapping for sizes that are
not powers of two.  Corrected size of MBC2 internal static RAM.

Added support for various hypothetical cartridge wirings, such as MBC5
with outer ROM banking for up to 128M, M161 and Wisdom Tree cartridges
with flat RAM, and MBC1 or MBC5 with fewer than the maximum number of
inner ROM bank lines used.

Fixed logo spoofing logic for many pirate cartridges, including Rocket
Games, Sachen MMC1 and MMC2, Sintax, Li Cheng, and Niutoude.  Identified
fine bank mask register for GBCK003 board.

Added basic support for GBX format ROM images.  Added heuristic for
detecting raw dumps of M161 cartridge images.  Removed unreliable
unlicensed cartridge detection heuristics - these need to be
reimplemented in a better way.

Software list items promoted to working
---------------------------------------
gameboy.xml:
Game Boy Camera (Europe, USA)
Game Boy Camera Gold (USA)
Pocket Camera (Japan, Rev 1)
gbcolor.xml:
Command Master (Japan)
Kirby Tilt 'n' Tumble (USA)
Korokoro Kirby (Japan)
Street Hero (Taiwan)
Thunder Blast Man (Europe)
4 in 1 + 8 in 1 (World, 4B-001)
4 in 1 + 8 in 1 (World, 4B-002)
4 in 1 + 8 in 1 + 16 in 1 (World, 4B-005)
4 in 1 + 8 in 1 (World, 4B-007)
31 in 1 Mighty Mix (Taiwan)
31-in-1 Mighty Mix (Australia)
Nǚwáng Gédòu 2000 (Taiwan)
Chāojí Gédòu 2001 Alpha (Taiwan)
Gédòu Jiàn Shén - Soul Falchion (Taiwan)
2022-09-13 06:27:33 +10:00
Vas Crabb
a3bc8bfd16 -gameboy.xml, gbcolor.xml: Demoted HuC-3 games to partially working.
-imagedev/picture.cpp: Added extensions for supported BMP and JPEG
 formats.
2022-09-12 07:15:32 +10:00
Vas Crabb
807c0a050f -midway/seattle.cpp: Added San Francisco Rush Boot Code Version L1.12 as a BIOS option. [neSneSgB]
-gameboy.xml, gbcolor.xml: Mark HuC-1 cartridges as using non-volatile
 RAM, and demoted to partially supported for lack of IR transceiver
 emulation.

-Various cleanups:
* midway/seattle.cpp: Turned San Francisco Rush Boot Code Version L1.06A
  into a BIOS option rather than a clone - the game version is the same.
* misc/highvideo.cpp: Use a more obvious pixel loop with fewer tests,
  and cleaned up spacing.
* tvgames/micom_mahjong.cpp: Use active low logic for active low key
  matrix rather than inverting stuff everywhere.
* pacific/thief.cpp: Cleaned up indentation gone wild.
2022-09-07 06:40:24 +10:00
0kmg
c3bdd39e0d
nes.xml: Added a sample cartridge dump. (#10311)
New working software list additions
-----------------------------------
nes.xml: Wily & Light no RockBoard - That's Paradise (Japan, sample) [Zoda-Y13, Forest of Illusion]
2022-09-07 05:28:58 +10:00
Vas Crabb
b56cd5707f -machine/intelfsh.cpp: Added Macronix 29F008TC (1M*8, 4K*8 pages).
-bgfx: Removed obsolete sample layout files, updated documentation.

New NOT_WORKING software list items (gbcolor.xml)
-------------------------------------------------
Chāojí Gédòu 2001 Alpha (Taiwan) [taizou]
Gédòu Jiàn Shén - Soul Falchion (Taiwan) [taizou]
2022-09-06 07:05:25 +10:00
Barry Rodewald
6e252db04f amstrad: reorganised softlist entries for Roland in Time, Roland in Space, and Roland in the Caves 2022-09-05 22:06:22 +12:00
Vas Crabb
2b52ff5e6f Language updates, software demotions, and minor code cleanup.
Updated Chinese UI translations. [YuiFAN]

Updated Ukrainian UI translation. [Stanley Kid]

gbcolor.xml: Demoted beastfgt to partially supported (HUD blank on GBC),
and demoted emochndx to unsupported due to all kinds of broken
behaviour.  Also added chongwu title from title screen as another
alt_title - it's different to the cartridge label.
2022-09-04 07:26:01 +10:00
David Haywood
a7a480e07f
new NOT WORKING software list entries (#10300)
----------------
c2color_cart.xml: Dì 3 dàn: Zhī Yīngxióng Dǎo Zhī Lièyàn Mó [Peter Wilhelmsen]

c2color_cart.xml: Corrected metadata based on packaging.
2022-09-04 06:10:48 +10:00
Vas Crabb
18b00e0378 myvision.xml: Added Japanese titles for software items and listed undumped cartridges. [kmg] 2022-08-29 04:25:32 +10:00
Vas Crabb
2905b8c24a srcclean in preparation for release 2022-08-28 07:37:43 +10:00
Steven Coomber
992b6368f9
c64_cass.xml: Added 10 items (9 working, 1 not working) (#10255)
New working software list additions
---------------------------------------
Xevious (U.S. Gold) [The Ultimate Tape Archive Team]
Yabba Dabba Doo! (Quicksilva) [The Ultimate Tape Archive Team]
Yie Ar Kung-Fu (Imagine) [The Ultimate Tape Archive Team]
Zaga Mission (Anirog) [The Ultimate Tape Archive Team]
Zamzara (Prism Leisure) [The Ultimate Tape Archive Team]
Zaxxon (U.S. Gold) [The Ultimate Tape Archive Team]
Zodiac (Anirog) [The Ultimate Tape Archive Team]
Zoids: The Battle Begins (Martech) [The Ultimate Tape Archive Team]
Zzap! Sizzlers II (Gremlin Graphics) [The Ultimate Tape Archive Team]

New NOT_WORKING software list additions
---------------------------------------
Yie Ar Kung Fu II (Imagine) [The Ultimate Tape Archive Team]
2022-08-28 07:11:13 +10:00
ArcadeShadow
3ee7d8cf1a
adam_flop.xml: Use lowercase for descriptive text and unabbreviated country names in descriptions. (#10285) 2022-08-28 07:01:23 +10:00
0kmg
b55cacb0a5
gbcolor.xml: Added 18 prototypes (15 working, 3 not working). (#10279)
New working software list additions (gbcolor.xml)
-----------------------------------
Antz (Europe, prototype) [VGHF, Hidden Palace]
Beach'n Ball (Europe, prototype, 20001121) [VGHF, Hidden Palace]
Bob et Bobette - Les Dompteurs du Temps ~ Suske en Wiske - De Tijdtemmers (Europe, late prototype) [VGHF, Hidden Palace]
Die Maus (Europe, prototype) [VGHF, Hidden Palace]
Die Maus - Verrückte Olympiade (Germany, prototype) [VGHF, Hidden Palace]
Driver (Europe, prototype) [VGHF, Hidden Palace]
Klustar (Europe, prototype, 19981001) [VGHF, Hidden Palace]
Klustar (Japan, prototype, 19981001) [VGHF, Hidden Palace]
Looney Tunes Collector - Martian Alert! (Europe, prototype) [VGHF, Hidden Palace]
Lucky Luke - Desperado Train (Europe, prototype) [VGHF, Hidden Palace]
Moomin no Daibouken (Japan, prototype) [VGHF, Hidden Palace]
Snoopy Tennis (Europe, prototype) [VGHF, Hidden Palace]
Tootuff (prototype) [VGHF, Hidden Palace]
UEFA 2000 (prototype) [VGHF, Hidden Palace]
WDL - Thundertanx (prototype) [VGHF, Hidden Palace]

New NOT_WORKING software list additions (gbcolor.xml)
---------------------------------------
The Adventures of Tintin - Prisoners of the Sun (Europe, prototype) [VGHF, Hidden Palace]
Bob et Bobette - Les Dompteurs du Temps ~ Suske en Wiske - De Tijdtemmers (Europe, early prototype) [VGHF, Hidden Palace]
Worms Armageddon (prototype) [VGHF, Hidden Palace]
2022-08-28 06:55:01 +10:00
ArcadeShadow
f01420ee79
adam_cart.xml: Use lowercase for descriptive text in descriptions. (#10283) 2022-08-28 06:52:50 +10:00
ArcadeShadow
fb26b1a894
adam_cass.xml: Use lowercase for descriptive text in descriptions. (#10284)
Lowercase on some descriptive words like "Alt", "Prototype", "Demo"
2022-08-28 06:45:29 +10:00
David Haywood
f0b4be4142
monon_color.cpp : rejig music CPU protection handling and update notes + new Monon Software List additions / c2color.cpp : dump C2 internal ROM + Software Lists (#10246)
* monon_color.cpp : music MCU commands axxx really are reading a 0x1000 range from the internal ROM for a direct comparison, not sniffing the SPI bus.  Add some debugging code to run that if wanted for now, even if it's incomplete (defaults to suspending the CPU)

new WORKING software list entries
-------------
monon_color.xml:
ielts: Yǎsī tǎ dà màoxiǎn / 雅思塔大冒险 / IELTS Adventure [Peter Wilhelmsen]
ultbrain: Nǎolì liánlián kàn / 脑力连连看 / Ultimate Brain Power [Peter Wilhelmsen]
labmath: Àoshù shíyàn shì / 奥数实验室 / Laboratory Mathematica Olympiad [Peter Wilhelmsen]

* c2color changes
 - added dumps of both internal SPI ROMs to the driver [Peter Wilhelmsen]

new NOT WORKING software list additions
-----------
c2color_cart.xml:
agree: Dì 1 dàn: Dài Lóngwáng Fēngyìn [Peter Wilhelmsen]
kingwing: Dì 2 dàn: Zhī Yìwáng De Shì Liàn [Peter Wilhelmsen]

- replaced overdumped darkones set in Software List with correct dump [Peter Wilhelmsen]
2022-08-27 18:32:30 +02:00
0kmg
8cdf0e4a0a
vboy.xml: Use official artwork spelling for "Insmouse". (#10278) 2022-08-27 22:38:43 +10:00
Firehawke
2a9286c704
New Apple II disks for August 2022 (#10280)
* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

Microzine 1 [4am, Firehawke]
Microzine 2 [4am, Firehawke]
Microzine 3 [4am, Firehawke]
Microzine 4 [4am, Firehawke]
Microzine 5 [4am, Firehawke]
Microzine 6 [4am, Firehawke]
Microzine 7 [4am, Firehawke]
Microzine 8 [4am, Firehawke]
Microzine 9 [4am, Firehawke]
Microzine 10 [4am, Firehawke]
Microzine 11 [4am, Firehawke]
Microzine 12 [4am, Firehawke]
Microzine 13 [4am, Firehawke]
Microzine 14 [4am, Firehawke]
Microzine 15 [4am, Firehawke]
Microzine 16 [4am, Firehawke]
Microzine 17 [4am, Firehawke]
Microzine 18 [4am, Firehawke]
Microzine 19 [4am, Firehawke]
Microzine 20 [4am, Firehawke]
Microzine 21 [4am, Firehawke]
Microzine 22 [4am, Firehawke]
Microzine 23 [4am, Firehawke]
Microzine 24 [4am, Firehawke]
Microzine 25 [4am, Firehawke]
Microzine 26 [4am, Firehawke]
Microzine 27 [4am, Firehawke]
Microzine 28 [4am, Firehawke]
Microzine 29 [4am, Firehawke]
Microzine 30 [4am, Firehawke]

New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------

Fraction-oids (1988 Version) (cleanly cracked) [4am, Firehawke]
Stickybear Numbers (Revision 3) (cleanly cracked) [4am, san inc, Firehawke]

* Small formatting correction: whitespace in apple2gs_flop_orig.xml
2022-08-27 04:30:59 -07:00
r09
e4efa7eec9
fmtowns_flop_orig.xml: 4 new dumps, 2 replacements (#10249)
* Redumped Irium from the original disks, and removed the current entry in fmtowns_flop_misc.xml which was created from loose files [cyo.the.vile]
* Redumped disk A of Youjuu Club Custom from an unmodified disk with no saves [cyo.the.vile]

New working software list additions (fmtowns_flop_orig.xml)
-----------------------------------
:LOOP - Izanai no Kaikiten [cyo.the.vile]
Disk Megastore Volume 1 [cyo.the.vile]
Power DoLLS S-Premium Disk [cyo.the.vile]
You-Jong Part I [cyo.the.vile]
2022-08-26 19:35:06 +10:00
Vas Crabb
1c2266ce55 -nintendo/vboy.cpp: Allow it to run unmapped reads with no cartridge.
-hash/gbcolor.xml: Added notes on what happens if you bypass the boot
 check for Rocket Games cartridges.

-bus/vboy/slot.cpp: Don't instantiate a cartridge device when no media
 is loaded.
2022-08-26 19:26:32 +10:00
Steven Coomber
9558786f3b
c64_cass.xml: Added 16 items (15 working, 1 not working) (#10250)
New working software list additions (c64_cass.xml)
---------------------------------------
Willow Pattern (Firebird) [The Ultimate Tape Archive Team]
Winter Camp (Thalamus) [The Ultimate Tape Archive Team]
Winter Games (U.S. Gold) [The Ultimate Tape Archive Team]
Winter Olympiad 88 (Tynesoft) [The Ultimate Tape Archive Team]
Wiz (Melbourne House) [The Ultimate Tape Archive Team]
Wizardry (The Edge) [The Ultimate Tape Archive Team]
Wizball (Ocean) [The Ultimate Tape Archive Team]
Wonder Boy (Activision) [The Ultimate Tape Archive Team]
World Championship Soccer (Elite Systems) [The Ultimate Tape Archive Team]
World Class Leader Board: The Ultimate Golf Challenge (U.S. Gold) [The Ultimate Tape Archive Team]
World Cup Carnival (U.S. Gold) [The Ultimate Tape Archive Team]
World Games (U.S. Gold) [The Ultimate Tape Archive Team]
World Series Baseball (Imagine) [The Ultimate Tape Archive Team]
The Worm in Paradise (Level 9 Computing) [The Ultimate Tape Archive Team]
X-15 Alpha Mission (Activision) [The Ultimate Tape Archive Team]

New NOT_WORKING software list additions (c64_cass.xml)
---------------------------------------
Wimbledon '64 (Merlin Software) [The Ultimate Tape Archive Team]
2022-08-26 03:05:37 +10:00
Vas Crabb
cfa539f1ed -megaduck.xml: Added explicit info about cartridge banking.
* There are three kinds of cartridge: 32K flat, 16K fixed plus 16K
  switchable, and 32K switchable.  Cart implementation will come later.

-Various cleanups:

* gbcolor.xml: Proper Pinyin description for sqsd.
* sound/pokey.cpp: Minor cleanup, and got rid of an unnecessary member
  in channel structures (only used in inline member functions).
* nintendo/gb.cpp: Spell Mega Duck with a space consistently.
* sega/turbo_a.cpp: Use an optional device finder to get discrete sound
  device.  The function that would add this seems to have been lost.
2022-08-26 02:20:44 +10:00
ArcadeShadow
94afa5a44a
intellect02.xml: Don’t use title case in software list description. (#10239) 2022-08-25 23:00:57 +10:00
ArcadeShadow
2e984ca29e
ibm5170.xml: 7 new software additions + 1 Redump (#10247)
New working software list additions (ibm5170.xml)
-----------------------------------
PC Magazine (All Star - December 1992) [arranarchipelago, archive.org]
PC Plus (Issue 69 - June 1992) [arranarchipelago, archive.org]
PC Today (Vol. 06 № 08 - December 1992) [arranarchipelago, archive.org]
Personal Computer World (1994-04 - April 1994) [SmartCoda, archive.org]
Space Quest IV: Roger Wilco and the Time Rippers (Germany) [The Good Old Days]
Tetris Trio [The Good Old Days]
The Lost Files of Sherlock Holmes [The Good Old Days]

Redump (ibm5170.xml)
-----------------------------------
Disney's Aladdin [Abandon Socios]
2022-08-25 22:37:11 +10:00
ArcadeShadow
9b6c18be5b
lynx.xml: Use lowercase for desciptive text in descriptions. (#10248) 2022-08-25 22:34:22 +10:00
0kmg
c8c50449c0
snes.xml: Added two recent prototype dumps. (#10256)
New working software list additions (snes.xml)
-----------------------------------
Kid Klown in Crazy Chase (Euro, prototype)</description> [Zoda-Y13, Forest of Illusion]

New NOT_WORKING software list additions (snes,xml)
---------------------------------------
WeaponLord (USA, prototype) [DrBizz]
2022-08-25 22:19:04 +10:00
987123879113
6c5cb6a90b
konami/kpython2.cpp: Added new skeleton driver. (#10252)
New machines marked NOT_WORKING
-------------------------------
Dance Dance Revolution SuperNOVA (FDH:A:A:A:2006071300) [Taro, windyfairy, Shiz]
Dance Dance Revolution SuperNOVA (FDH:J:A:A:2006090600) [Taro, windyfairy, Shiz]
Dance Dance Revolution SuperNOVA (FDH:U:A:A:2006072400) [Taro, windyfairy, Shiz]
Dance Dance Revolution SuperNOVA 2 (GDJ:A:A:A:2007071100) [Taro, windyfairy, Shiz]
Dance Dance Revolution SuperNOVA 2 (GDJ:A:A:A:2007100800) [Taro, windyfairy, Shiz]
Dance Dance Revolution SuperNOVA 2 (GDJ:J:A:A:2007071100) [Taro, windyfairy, Shiz]
Dance Dance Revolution SuperNOVA 2 (GDJ:J:A:A:2007100800) [Taro, windyfairy, Shiz]
Dance Dance Revolution SuperNOVA 2 (GDJ:U:A:A:2007100800) [Taro, windyfairy, Shiz]
Dancing Stage SuperNOVA (FDH:E:A:A:2006032200) [Shiz, windyfairy]
Dancing Stage SuperNOVA (FDH:E:A:A:2006072500) [Shiz, windyfairy]
DrumMania V (E02:A:A:A:2005050200) [Taro, windyfairy, Shiz]
DrumMania V (E02:J:A:A:2005050200) [Taro, windyfairy, Shiz]
DrumMania V2 (F02:A:A:A:2005101600) [Taro, windyfairy, Shiz]
DrumMania V2 (F02:A:A:A:2005112800) [Taro, windyfairy, Shiz]
DrumMania V2 (F02:A:A:A:2006011201) [Taro, windyfairy, Shiz]
DrumMania V2 (F02:J:A:A:2005101600) [Taro, windyfairy, Shiz]
DrumMania V2 (F02:J:A:A:2005112800) [Taro, windyfairy, Shiz]
DrumMania V2 (F02:J:A:A:2006011201) [Taro, windyfairy, Shiz]
DrumMania V3 (F32:A:A:A:2006072600) [Taro, windyfairy, Shiz]
DrumMania V3 (F32:A:A:A:2006101800) [Taro, windyfairy, Shiz]
DrumMania V3 (F32:J:A:A:2006072600) [Taro, windyfairy, Shiz]
DrumMania V3 (F32:J:A:A:2006101800) [Taro, windyfairy, Shiz]
Guitar Freaks V (E03:A:A:A:2005050200) [Taro, windyfairy, Shiz]
Guitar Freaks V (E03:J:A:A:2005050200) [Taro, windyfairy, Shiz]
Guitar Freaks V2 (F03:A:A:A:2005101600) [Taro, windyfairy, Shiz]
Guitar Freaks V2 (F03:A:A:A:2005112800) [Taro, windyfairy, Shiz]
Guitar Freaks V2 (F03:A:A:A:2006011201) [Taro, windyfairy, Shiz]
Guitar Freaks V2 (F03:J:A:A:2005101600) [Taro, windyfairy, Shiz]
Guitar Freaks V2 (F03:J:A:A:2005112800) [Taro, windyfairy, Shiz]
Guitar Freaks V2 (F03:J:A:A:2006011201) [Taro, windyfairy, Shiz]
Guitar Freaks V3 (F33:A:A:A:2006072600) [Taro, windyfairy, Shiz]
Guitar Freaks V3 (F33:A:A:A:2006101800) [Taro, windyfairy, Shiz]
Guitar Freaks V3 (F33:J:A:A:2006072600) [Taro, windyfairy, Shiz]
Guitar Freaks V3 (F33:J:A:A:2006101800) [Taro, windyfairy, Shiz]
Thrill Drive 3 (D44:J:A:A:20050316) [Taro, windyfairy, Shiz]
Toy's March (E00:J:A:A:2005011602) [Taro, windyfairy, Shiz]
Toy's March 2 (F00:J:A:A:2005110400) [Taro, windyfairy, Shiz]

New software list additions (kpython2.xml)
-------------------------------
Dance Dance Revolution SuperNOVA 2 Install Disk (JAA/AAA) [Taro]
Dance Dance Revolution SuperNOVA 2 Install Disk (UAA) [Ninevolt]
Dance Dance Revolution SuperNOVA Install Disk (UAA) [HybridStorm]
Dancing Stage SuperNOVA Install Disk (EAA) [Shiz]
DrumMania V2 (JAA/AAA) [Taro]
DrumMania V2 Version 1.01 (JAA/AAA) [Taro]
DrumMania V3 (JAA/AAA) [SakamotoNeko]
GuitarFreaks V2 (JAA/AAA) [Taro]
GuitarFreaks V2 Version 1.01 (JAA/AAA) [Taro]
GuitarFreaks V3 (JAA/AAA) [SakamotoNeko]
2022-08-24 22:16:15 +10:00
Qiangong2
84347988e8
Corrected the English translations of Monon Color games (#10263)
* Correct English translations

Also capitalize in a few areas

* Update software short name to align with corrected translation

* monon_color.xml: Use conventional rendering of "Dragon Ball: Budokai"

Co-authored-by: Vas Crabb <cuavas@users.noreply.github.com>
2022-08-24 22:06:21 +10:00
Justin Kerk
6187a16108 New working software list additions
-----------------------------------
pc98: Mind Buster!! [Justin Kerk]
2022-08-22 15:58:28 -07:00
Scott Stone
bc8f9d815a vgmplay.xml: Added 20 new entries [VGMRips.net, Tafoid] 2022-08-21 18:37:55 -04:00
Sandro Ronco
d42d13b81e Hyperscan: various updates
* Fixed hang in X-Men.
* Fixed some graphical issues.
* Implemented the TVE framebuffer (used in some homebrew demos).
2022-08-21 14:19:43 +02:00
David Haywood
7d346689de
Greatly improve Monon Color emulation (#10158)
* added emulation of required/used AXC51 / AX208 extended operations
* added preliminary emulation of required/used AXC51 / AX208 features
* added support for many Monon specific features, such as the video controller
* most games are playable, those not requiring a card/badge scanner to function at all are promoted
* no music, as it's contained in a game specific MCU under a glob on each cart
2022-08-21 01:33:41 +02:00
0kmg
81a5a3eb4b
nes.xml: Added two dumps. (#10245)
New working software list additions
-----------------------------------
NARC (USA, CES sample, prototype) [Hard4Games, Dustin Echoes, Forest of Illusion]
Controller Test Program (Japan) [Forest of Illusion]
2022-08-20 18:32:11 -04:00
0kmg
704dc357d5
nintendo/playch10.cpp: Minor bug fix and MMC1 cleanup. (#10244)
nintendo/nes.cpp: Mark famitvc1 as not working.
nes.xml: Mark shinsend as not supported.
2022-08-20 18:19:03 -04:00
ArcadeShadow
050ccb2e1a
intv.xml: Metadata cleaning (#10240)
Lowercase on descriptive text on words like "Prototype", "Alt", "Unreleased", "Unfinished", "Fixed", "Download Version", "Hacked"
2022-08-18 19:02:54 -04:00
ArcadeShadow
89b687b30b
a7800.xml: Cleaned up metadata: (#10237)
* Use lowercase for descriptive text in descriptions.
* Use uppercase for trademarks/proper nouns, like POKEY and ProSystem Emulator.
2022-08-18 17:29:09 +10:00
ArcadeShadow
82b5ee0cfc
channelf.xml: Use lowercase for descriptive text in descriptions and unabbreviated country names. (#10236) 2022-08-17 19:23:16 +10:00
Vas Crabb
e8989e30e7 sinclair/specpls3.cpp: Improved floppy drive configuration.
* Default to a single 3" SSDD drive, allow 3.5" SSDD drives.
* specpls3_flop.xml: Corrected interface type for term2a floppy.
2022-08-17 19:10:11 +10:00
A-Noid33
bb1cc641ee
apple2gs_flop_orig.xml: Added new software entry (#10164)
New working software list additions
--------------------------------------
Space Ace (Brutal Deluxe) [Antoine Vignau, A-Noid]
2022-08-16 07:42:14 -04:00