27 Commits

Author SHA1 Message Date
Abdessamad Derraz
daa396618d refactor: deduplicate hash comparison loop in check_file_validation 2026-03-29 17:15:24 +02:00
Abdessamad Derraz
2c2b761e60 refactor: extract helpers from print_platform_result in verify.py 2026-03-29 17:11:33 +02:00
Abdessamad Derraz
be68ed19a3 refactor: extract dispatch functions from generate_pack main() 2026-03-29 17:10:01 +02:00
Abdessamad Derraz
b4c5d77e4b refactor: deduplicate yaml import pattern via require_yaml() 2026-03-29 17:07:27 +02:00
Abdessamad Derraz
3c7fc26354 refactor: extract validation and truth modules from common.py 2026-03-29 16:41:24 +02:00
Abdessamad Derraz
95e16c9e7a Add Adam/Advision/APF systems and update metadata
Add support for Coleco Adam, Entex Adventure Vision and APF M-1000 BIOS/ROM sets in MAME and MESS metadata (multiple Adam device MCU ROMs and optional FDC/SPI variants, Advision and APF BIOS entries). Update generated metadata across the repo: README coverage numbers and per-platform coverage rows, database generated timestamp and totals (total_files 7245), and various install manifests (notably batocera.json) with new timestamps, adjusted file counts/sizes, SHA1s, repo_path fixes and an added adam_fdc_320kb.zip entry. Also update notes to reflect the new system ROM sets in the emulators entries.
2026-03-29 16:07:15 +02:00
Abdessamad Derraz
f621f3db84 feat: truth includes systems with 0 files from resolved cores 2026-03-29 14:28:52 +02:00
Abdessamad Derraz
cd2a3bdfa2 chore: add acorn, gce, texas-instruments to manufacturer prefixes 2026-03-29 14:25:40 +02:00
Abdessamad Derraz
d274d8a65c fix: guard MD5 lookup against cross-name contamination
resolve_local_file step 2 (pure MD5 lookup) now verifies that the
found file's name matches the requested name or is a .variants/
derivative. Prevents serving wrong files when an unrelated file
shares the same MD5 in the index (e.g. spi.zip returned for
a7ports.zip because RetroDECK expected an MD5 we don't have).
2026-03-29 14:15:06 +02:00
Abdessamad Derraz
13b20c2742 fix: normalize system IDs in diff matching 2026-03-29 14:07:14 +02:00
Abdessamad Derraz
ae71a41b32 feat: verify_pack checks data dirs and rebuilt ZIPs
verify_pack now verifies files against data directory caches and
validates rebuilt MAME ZIPs by comparing inner ROM CRC32s against
source. Reduces false untracked count from 6242 to 0 for RetroArch.
2026-03-29 14:04:46 +02:00
Abdessamad Derraz
dee37c2530 fix: truth generation uses platform config not registry 2026-03-29 13:41:49 +02:00
Abdessamad Derraz
3bf6e5c961 feat: add truth and diff integration test 2026-03-29 13:27:32 +02:00
Abdessamad Derraz
a800ded477 chore: remove 4 remaining bios/data duplicates 2026-03-29 13:25:33 +02:00
Abdessamad Derraz
ac2502d767 feat: add --with-truth and --with-export to pipeline 2026-03-29 13:22:20 +02:00
Abdessamad Derraz
bb257f52ce feat: add export_native.py CLI 2026-03-29 13:21:08 +02:00
Abdessamad Derraz
e86d8d68af feat: add exporter plugin architecture 2026-03-29 13:19:38 +02:00
Abdessamad Derraz
2ce8db1754 feat: add native_id to scraper output 2026-03-29 13:15:57 +02:00
Abdessamad Derraz
5247512bea feat: add diff_truth.py CLI 2026-03-29 13:12:29 +02:00
Abdessamad Derraz
2aab7420d7 feat: add diff_platform_truth function and tests 2026-03-29 13:09:08 +02:00
Abdessamad Derraz
97eb4835be feat: add load_from field for non-system_dir files
Replaces mode: standalone hack with load_from: save_dir on Panda3DS
files. The load_from field documents which libretro directory callback
provides the base path (system_dir default, save_dir, content_dir).
Pack generator and cross-reference skip files not targeting system_dir.
2026-03-29 13:07:30 +02:00
Abdessamad Derraz
2dd2b724c1 feat: add generate_truth.py CLI 2026-03-29 13:05:51 +02:00
Abdessamad Derraz
525f51d5fb feat: add truth mode filtering and dedup tests 2026-03-29 13:01:37 +02:00
Abdessamad Derraz
d38f2b7180 fix: exclude save_dir paths from pack multi-dest 2026-03-29 12:02:30 +02:00
Abdessamad Derraz
abca70cb5b feat: add generate_platform_truth to common.py 2026-03-29 11:22:35 +02:00
Abdessamad Derraz
5ac48ef703 fix: recursive basename search in data dir fallback 2026-03-29 11:18:03 +02:00
Abdessamad Derraz
44145d41cd chore: remove 399 bios/ files now sourced from buildbot
Files verified by MD5 to be identical to their buildbot-fetched
copies in data/. resolve_local_file data directory fallback ensures
they remain resolvable for verify and pack generation.
2026-03-29 11:13:08 +02:00
440 changed files with 3953 additions and 54750 deletions

View File

@@ -2,7 +2,7 @@
Complete BIOS and firmware packs for Batocera, BizHawk, EmuDeck, Lakka, Recalbox, RetroArch, RetroBat, RetroDECK, RetroPie, and RomM.
**7,631** verified files across **352** systems, ready to extract into your emulator's BIOS directory.
**7,245** verified files across **355** systems, ready to extract into your emulator's BIOS directory.
## Quick Install
@@ -45,13 +45,13 @@ Each file is checked against the emulator's source code to match what the code a
- **10 platforms** supported with platform-specific verification
- **328 emulators** profiled from source (RetroArch cores + standalone)
- **352 systems** covered (NES, SNES, PlayStation, Saturn, Dreamcast, ...)
- **7,631 files** verified with MD5, SHA1, CRC32 checksums
- **9295 MB** total collection size
- **355 systems** covered (NES, SNES, PlayStation, Saturn, Dreamcast, ...)
- **7,245 files** verified with MD5, SHA1, CRC32 checksums
- **9266 MB** total collection size
## Supported systems
NES, SNES, Nintendo 64, GameCube, Wii, Game Boy, Game Boy Advance, Nintendo DS, Nintendo 3DS, Switch, PlayStation, PlayStation 2, PlayStation 3, PSP, PS Vita, Mega Drive, Saturn, Dreamcast, Game Gear, Master System, Neo Geo, Atari 2600, Atari 7800, Atari Lynx, Atari ST, MSX, PC Engine, TurboGrafx-16, ColecoVision, Intellivision, Commodore 64, Amiga, ZX Spectrum, Arcade (MAME), and 318+ more.
NES, SNES, Nintendo 64, GameCube, Wii, Game Boy, Game Boy Advance, Nintendo DS, Nintendo 3DS, Switch, PlayStation, PlayStation 2, PlayStation 3, PSP, PS Vita, Mega Drive, Saturn, Dreamcast, Game Gear, Master System, Neo Geo, Atari 2600, Atari 7800, Atari Lynx, Atari ST, MSX, PC Engine, TurboGrafx-16, ColecoVision, Intellivision, Commodore 64, Amiga, ZX Spectrum, Arcade (MAME), and 321+ more.
Full list with per-file details: **[https://abdess.github.io/retrobios/](https://abdess.github.io/retrobios/)**
@@ -59,16 +59,16 @@ Full list with per-file details: **[https://abdess.github.io/retrobios/](https:/
| Platform | Coverage | Verified | Untested | Missing |
|----------|----------|----------|----------|---------|
| Batocera | 359/359 (100.0%) | 359 | 0 | 0 |
| Batocera | 359/359 (100.0%) | 354 | 5 | 0 |
| BizHawk | 118/118 (100.0%) | 118 | 0 | 0 |
| EmuDeck | 161/161 (100.0%) | 161 | 0 | 0 |
| Lakka | 448/448 (100.0%) | 448 | 0 | 0 |
| Recalbox | 346/346 (100.0%) | 346 | 0 | 0 |
| RetroArch | 448/448 (100.0%) | 448 | 0 | 0 |
| RetroBat | 331/331 (100.0%) | 331 | 0 | 0 |
| RetroDECK | 2007/2007 (100.0%) | 2007 | 0 | 0 |
| RetroPie | 448/448 (100.0%) | 448 | 0 | 0 |
| RomM | 374/374 (100.0%) | 374 | 0 | 0 |
| Lakka | 443/448 (98.9%) | 443 | 0 | 5 |
| Recalbox | 276/346 (79.8%) | 273 | 3 | 70 |
| RetroArch | 443/448 (98.9%) | 443 | 0 | 5 |
| RetroBat | 330/331 (99.7%) | 326 | 4 | 1 |
| RetroDECK | 1958/2007 (97.6%) | 1876 | 82 | 49 |
| RetroPie | 443/448 (98.9%) | 443 | 0 | 5 |
| RomM | 372/374 (99.5%) | 372 | 0 | 2 |
## Build your own pack
@@ -130,4 +130,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
This repository provides BIOS files for personal backup and archival purposes.
*Auto-generated on 2026-03-29T07:51:39Z*
*Auto-generated on 2026-03-29T14:04:16Z*

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -1,25 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=1 0
[FDC]
Count=0
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=ColecoVision
[Slots]
0 0 0 1 20 "Machines/COL - Bit Corporation Dina/czz50-1.rom" ""
0 0 3 1 93 "" ""
0 0 4 1 20 "Machines/COL - Bit Corporation Dina/czz50-2.rom" ""

View File

@@ -1,25 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=1 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=ColecoVision
[Slots]
0 0 0 1 20 "Machines/COL - ColecoVision with Opcode Memory Extension/coleco.rom" ""
0 0 1 2 23 "" ""
0 0 3 1 93 "" ""

View File

@@ -1,24 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=1 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=ColecoVision
[Slots]
0 0 0 1 20 "Machines/COL - ColecoVision/coleco.rom" ""
0 0 3 1 93 "" ""

View File

@@ -1,24 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=1 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=ColecoVision
[Slots]
0 0 0 1 20 "Machines/COL - Spectravideo SVI-603 Coleco/SVI603.ROM" ""
0 0 3 1 93 "" ""

View File

@@ -1,28 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 2
[FDC]
Count=1
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX-ForteII
[Slots]
0 0 0 8 138 "Machines/Forte II Games - Pesadelo/pesadelo.rom" ""
2 0 0 8 23 "" ""

View File

@@ -1,25 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS9929A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=2 0
slot B=3 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Al Alamiah AX-170/AX170BIOS.rom" ""
1 0 0 8 19 "Machines/MSX - Al Alamiah AX-170/AX170ARAB.ROM" ""
3 2 0 8 23 "" ""

View File

@@ -1,31 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=2 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 66 "Machines/Shared Roms/MSXAR.rom" ""
1 0 0 8 19 "Machines/Shared Roms/ARAB1.ROM" ""
3 2 0 8 23 "" ""
3 3 2 4 64 "Machines/Shared Roms/NATIONALDISK.rom" ""

View File

@@ -1,30 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=1 0
slot B=3 2
[FDC]
Count=1
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 66 "Machines/Shared Roms/MSXBR.rom" ""
2 0 0 8 23 "" ""
3 0 2 2 63 "Machines/Shared Roms/MICROSOLDISK.rom" ""

View File

@@ -1,199 +0,0 @@
$Id: cbios.txt 555 2009-01-04 16:00:07Z mthuurne $
C-BIOS 0.23
===========
This software is a substitute BIOS which is can be used for running MSX
emulators. It currently supports only execution of cartridge image ("ROMs").
Before you use it, you should read and accept the license (see below).
On the C-BIOS web site, you can download newer versions, download the source
code, and report bugs.
http://cbios.sourceforge.net/
License
-------
Copyright (c) 2002-2005 BouKiCHi. All rights reserved.
Copyright (c) 2003 Reikan. All rights reserved.
Copyright (c) 2004-2006,2008 Maarten ter Huurne. All rights reserved.
Copyright (c) 2004-2006,2008 Albert Beevendorp. All rights reserved.
Copyright (c) 2004-2005 Patrick van Arkel. All rights reserved.
Copyright (c) 2004 Manuel Bilderbeek. All rights reserved.
Copyright (c) 2004-2006 Joost Yervante Damad. All rights reserved.
Copyright (c) 2004-2006 Jussi Pitkänen. All rights reserved.
Copyright (c) 2004-2007 Eric Boon. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
History
-------
ver 0.01 Initial
ver 0.02 2002-08-15(JST)
* Added original font and drawing screen.
* Added dump-mode.
* Changed recognition method of cartridges
to recognize cartridges taking priority.
ver 0.03 2002-08-19(JST)
* Based on a suggestion from Ms.Okei,
wrote 20h of BIOS(compare HL and DE).
In the result, shooting game of a certain company became runnable
more correctly.
Thank Ms.Okei!!
ver 0.04 2002-08-20(JST)
* Added initialize of FCC2h-FCC4h.
* Added function of GTSTCK and GTTRIG temporarily.
* Divided msxb.bin to halfs.
doing combining/copying with setb.bat now.
ver 0.05 2002-08-27(JST)
* Added INITGRP(only screen2), CHGMOD(graphic mode change routine),
a routine calls H.STKE.
* Rewrite memory recognition routine.
* Some bug fixes.
* Added sound test function.
ver 0.06 2002-09-01(JST)
* Fixed around of color.
ver 0.07 2002-09-09(JST)
* Added some sorts of keyboard routines.
* Added joystich function to GTSTCK and GTTRIG.
ver 0.08 2002-09-12(JST)
* Restructured memory initialize routine.
* Added error display routine.
* Fixed routine of finding kinds of cartridges.
* Fixed using method of EXPTBL.
* Added initialize of from RG8SAV to RG23SA.
* Now return within disabled interrupt from ENASLT routine.
ver 0.09 2002-09-19(JST)
* Made the rest half of font.
* Improved key input routine.
* Added CHPUT. With it, rewrote display routine.
* Fixed init_grp.
* Changed filenames to CBIOS.ROM, CBIOS_SUB.ROM.
ver 0.10 2002-09-20(JST)
* Fixed indent.
* and so on...
ver 0.10a 2002-09-22(JST)
* Fixed license.
* Added support of ROMs in page3.
ver 0.11 2002-09-22(JST)
* Small fix in init_sc5.
ver 0.12beta
2002-09-25(JST)
* Added test routine for disk access. need DISK.ROM.
* Added init_sc7.
* Improved ENASLT. now finding cartridge uses ENASLT.
* Improved RAM detection.
ver 0.12 2002-09-27(JST)
* Changed finding cartridge again.
* Changed screen mode of cartridge running time.
* Fixed keyboard routine.
* Fixed stick routine against to interrupt.
ver 0.13 2002-10-02(JST)
* Based on info from Mr.Maarten (a member of openMSX developers),
fixed around of SCREEN 5.
For detail, switching line numbers,
temporary treatment for a bug of reading from VDP status register,
and so on.
ver 0.14 2002-10-10(JST)
* Rewrote comments in source within Japanese.
ver 0.15 2003-02-26(JST)
* Rewrote some of comments back to English again.
* Fixed non-assemblable condition becauseof lack of font file.
* Changed filename, some of label name, strings and so on.
ver 0.16 2003-04-16(JST)
* Separated sound test from source. (Disabled)
ver 0.16a 2003-06-01(JST)
* CHGMOD: When screen0/1, now load font to VRAM.
* CHPUT: Now support also screen1 not only screen0.
ver 0.16b 2003-08-10(JST)
* Added entry: INITXT, INIT32.
These were exist only as internal routine of CHGMOD.
* INITXT, INIT32: Fixed screen clear failure.
* CHPUT: Fixed scroll failure.
ver 0.17 2003-08-10(JST)
* Changed LICENSE.
New LICENSE will be suitable in various situations.
e.g. use as a firmware for hand-made hardware.
ver 0.18 2004-12-18(CET)
* First release since moving to SourceForge.
* Much improved support for MSX2 games.
* Graphical boot logo.
* Included machine config files for several MSX emulators.
* Various bug fixes.
ver 0.19 2004-12-24(CET)
* Added support for SCREEN4 and SCREEN8.
* Added support for clock chip.
* Added support for palette. This fixes a lot of wrong colours.
* Stubbed many calls: non-implemented calls print their name on the
openMSX debugdevice (if present).
* Various bug fixes.
ver 0.20 2005-02-09(CET)
* Added an MSX2+ configuration, which includes V9958 and MSX MUSIC.
* Separate main ROMs for MSX1/MSX2/MSX2+.
* Implemented several MSX2 specific routines, including BLT*.
* Display is disabled when switching to a different screen mode.
* Improved CHPUT a lot; implemented control and escape codes.
* Rewrote key buffering; fixes bug of keys being repeated.
* New boot logo, even cooler than the previous one.
* New font, placed at a fixed address so all games can find it.
* Started work on a disk ROM, but it is not functional yet, so it
is not enabled in the configurations.
* Stubbed all non-implemented calls.
* Various bug fixes.
ver 0.21 2005-06-07(CET)
* Fixed RuMSX configuration files, thanks to Rudolf Lechleitner.
* Rewrote ROM search code; now all ROMs are recognized.
Also a clear error message is printed for BASIC ROMs.
* New boot logo for MSX2 and MSX2+.
* Changed boot sequence:
Show logo, switch to SCREEN 1 and search for ROMs.
* Improved video code; fixes several games.
* Various bug fixes.
ver 0.22 2008-12-27(CET)
* Use separate logo ROM to save space in the main ROM.
* Set lower bits of PSG reg 15 before reading joystick trigger status.
* Improved RAM search.
* Many new routines implemented and existing implementations made
more complete, especially character I/O and bitmap graphics.
* Added lots of documentation to system variables.
* Added support for GNU assembler.
* Various bug fixes.
ver 0.23 2009-01-04(CET)
* Updated blueMSX configuration files, thanks to Benoît Delvaux.
* Fixed version reported by MSX1 logo ROM.
* Fixed several video routines so they work on MSX1 VDPs (TMS99xx).
* A couple of other bug fixes.
Special Thanks
--------------
People uploading MSX information to the internet.
People developing any kind of emulators.
All users.
Font edit tool:
Gameboy Tile Designer version 2.2
Copyright H. Mulder 1999

View File

@@ -1,29 +0,0 @@
[Video]
version=TMS99x8A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - C-BIOS/cbios_main_msx1.rom" ""
0 0 4 2 20 "Machines/MSX - C-BIOS/cbios_logo_msx1.rom" ""
3 0 0 8 23 "" ""

View File

@@ -1,29 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Canon V-10/v10bios.rom" ""
2 0 6 2 23 "" ""

View File

@@ -1,29 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Canon V-20/v20bios.rom" ""
2 0 0 8 23 "" ""

View File

@@ -1,30 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Daewoo DPC-100/100bios.rom" ""
0 0 4 2 39 "Machines/MSX - Daewoo DPC-100/100han.rom" ""
2 0 6 2 23 "" ""

View File

@@ -1,30 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Daewoo DPC-180/180bios.rom" ""
0 0 4 2 39 "Machines/MSX - Daewoo DPC-180/180han.rom" ""
2 0 6 2 23 "" ""

View File

@@ -1,30 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Daewoo DPC-200/200bios.rom" ""
0 0 4 2 39 "Machines/MSX - Daewoo DPC-200/200han.rom" ""
2 0 0 8 23 "" ""

View File

@@ -1,29 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS9929A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=2 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Daewoo DPC-200E/dpc200ebios.rom" ""
1 0 0 8 23 "" ""

View File

@@ -1,30 +0,0 @@
[Video]
version=TMS99x8A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=1 0
slot B=2 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 66 "Machines/Shared Roms/MSXR2.rom" ""
2 0 2 4 64 "Machines/Shared Roms/NATIONALDISK.rom" ""
3 0 0 8 23 "" ""

View File

@@ -1,24 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX-S3527
[Video]
version=TMS9929A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Frael Bruc 100-1/bruc100-1bios.rom" ""
3 0 0 8 22 "" ""

View File

@@ -1,30 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=1 0
slot B=2 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 66 "Machines/Shared Roms/MSXFR.rom" ""
2 0 2 4 65 "Machines/Shared Roms/PHILIPSDISK.rom" ""
3 0 0 8 23 "" ""

View File

@@ -1,30 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=1 0
slot B=2 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 66 "Machines/Shared Roms/MSXG.rom" ""
2 0 2 4 65 "Machines/Shared Roms/PHILIPSDISK.rom" ""
3 0 0 8 23 "" ""

View File

@@ -1,30 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Goldstar FC-200/fc200bios.rom" ""
2 0 0 8 23 "" ""

View File

@@ -1,29 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Gradiente Expert 1.0/EXPBIOS10.rom" ""
2 0 0 8 23 "" ""

View File

@@ -1,29 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Gradiente Expert 1.1/EXPBIOS11.rom" ""
2 0 0 8 23 "" ""

View File

@@ -1,29 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Gradiente Expert 1.3/EXPBIOS13.rom" ""
2 0 0 8 22 "" ""

View File

@@ -1,30 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=1 0
slot B=2 0
[FDC]
Count=1
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Gradiente Expert DDPlus/eddpbios.rom" ""
3 0 0 8 23 "" ""
3 3 2 4 64 "Machines/MSX - Gradiente Expert DDPlus/eddpdisk.rom" ""

View File

@@ -1,30 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=1 0
slot B=2 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Gradiente Expert Plus/exppbios.rom" ""
3 0 0 8 23 "" ""
3 3 4 2 39 "Machines/MSX - Gradiente Expert Plus/exppdemo.rom" ""

View File

@@ -1,30 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - JVC HC-7GB/hc7gbbios.rom" ""
2 0 0 8 23 "" ""

View File

@@ -1,30 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=2 0
slot B=3 2
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 66 "Machines/Shared Roms/MSXJ.rom" ""
1 0 0 8 23 "" ""
3 0 2 4 57 "Machines/Shared Roms/PANASONICDISK.rom" ""

View File

@@ -1,31 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=1 0
slot B=3 2
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 66 "Machines/Shared Roms/MSXKR.rom" ""
0 0 4 2 39 "Machines/Shared Roms/MSXHAN.rom" ""
2 0 0 8 23 "" ""
3 0 2 4 64 "Machines/Shared Roms/NATIONALDISK.rom" ""

View File

@@ -1,30 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=2 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Mitsubishi ML-F80/mlf80bios.rom" ""
1 0 0 8 23 "" ""

View File

@@ -1,30 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=1 0
slot B=2 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Mitsubishi ML-FX1/mlfx1bios.rom" ""
3 2 0 8 23 "" ""

View File

@@ -1,24 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - National CF-1200/1200bios.rom" ""
0 0 6 2 23 "" ""

View File

@@ -1,24 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - National CF-2000/2000bios.rom" ""
0 0 6 2 23 "" ""

View File

@@ -1,24 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - National CF-2700/2700bios.rom" ""
0 0 4 4 23 "" ""

View File

@@ -1,24 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=2 0
slot B=3 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - National CF-3000/3000bios.rom" ""
1 0 0 8 23 "" ""

View File

@@ -1,25 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - National CF-3300/3300bios.rom" ""
3 0 0 8 23 "" ""
3 1 2 4 64 "Machines/MSX - National CF-3300/3300disk.rom" ""

View File

@@ -1,24 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - National FS-1300/1300bios.rom" ""
3 0 0 8 23 "" ""

View File

@@ -1,27 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS99x8A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=1
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 0 24 "Machines/MSX - National FS-4000/4000kfn.rom" ""
0 0 0 4 20 "Machines/MSX - National FS-4000/4000bios.rom" ""
3 0 0 4 20 "Machines/MSX - National FS-4000/4000word.rom" ""
3 1 2 4 42 "Machines/MSX - National FS-4000/4000kdr.rom" ""
3 2 0 8 23 "" ""

View File

@@ -1,29 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[Video]
version=TMS9929A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=2 0
slot B=3 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Olympia PHC-2/phc2bios.rom" ""
1 0 0 8 23 "" ""

View File

@@ -1,29 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Olympia PHC-28/phc28bios.rom" ""
0 0 4 4 23 "" ""

View File

@@ -1,24 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS9929A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=2 0
slot B=2 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Panasonic CF-2700G/2700gbios.rom" ""
1 0 0 8 23 "" ""

View File

@@ -1,28 +0,0 @@
[Video]
version=TMS9929A
vram size=16kB
[CMOS]
Enable CMOS=0
Battery Backed=0
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=0 0
slot B=0 0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Slots]
0 0 0 4 20 "Machines/MSX - Philips NMS-801/801bios.rom" ""
3 0 0 8 23 "" ""

View File

@@ -1,23 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS9929A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 4 20 "Machines/MSX - Philips VG-8000/8000biosp.rom" ""
0 0 6 2 23 "" ""

View File

@@ -1,23 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS9929A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 4 20 "Machines/MSX - Philips VG-8010/8010biosp.rom" ""
0 0 4 4 23 "" ""

View File

@@ -1,23 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS9929A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 4 20 "Machines/MSX - Philips VG-8010F/8010fbiosp.rom" ""
0 0 4 4 23 "" ""

View File

@@ -1,24 +0,0 @@
[CMOS]
Enable CMOS=0
Battery Backed=0
[FDC]
Count=2
[CPU]
Z80 Frequency=3579545Hz
[Board]
type=MSX
[Video]
version=TMS9929A
vram size=16kB
[Subslotted Slots]
slot 0=0
slot 1=0
slot 2=0
slot 3=0
[External Slots]
slot A=1 0
slot B=2 0
[Slots]
0 0 0 0 84 "" ""
0 0 0 4 20 "Machines/MSX - Philips VG-8020-00/8020-00bios.rom" ""
3 0 0 8 23 "" ""

Some files were not shown because too many files have changed in this diff Show More