diff --git a/3rdparty/genie/build/gmake.darwin/genie.make b/3rdparty/genie/build/gmake.darwin/genie.make
index 811b331c0e2b0..80630e0ec2677 100644
--- a/3rdparty/genie/build/gmake.darwin/genie.make
+++ b/3rdparty/genie/build/gmake.darwin/genie.make
@@ -52,11 +52,11 @@ ifeq ($(config),release)
DEFINES += -DNDEBUG -DLUA_COMPAT_MODULE -DLUA_USE_MACOSX
INCLUDES += -I"../../src/host/lua-5.3.0/src"
ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP -MP $(DEFINES) $(INCLUDES)
- ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -mmacosx-version-min=10.6
- ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -mmacosx-version-min=10.6
- ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -mmacosx-version-min=10.6
- ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -mmacosx-version-min=10.6
- ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -mmacosx-version-min=10.6
+ ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -mmacosx-version-min=10.6
+ ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -mmacosx-version-min=10.6
+ ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -mmacosx-version-min=10.6
+ ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -mmacosx-version-min=10.6
+ ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -mmacosx-version-min=10.6
ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
ALL_LDFLAGS += $(LDFLAGS) -L"." -mmacosx-version-min=10.6
LIBDEPS +=
@@ -139,11 +139,11 @@ ifeq ($(config),debug)
DEFINES += -D_DEBUG -DLUA_COMPAT_MODULE -DLUA_USE_MACOSX
INCLUDES += -I"../../src/host/lua-5.3.0/src"
ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP -MP $(DEFINES) $(INCLUDES)
- ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -mmacosx-version-min=10.6
- ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -mmacosx-version-min=10.6
- ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -mmacosx-version-min=10.6
- ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -mmacosx-version-min=10.6
- ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -mmacosx-version-min=10.6
+ ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -mmacosx-version-min=10.6
+ ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -mmacosx-version-min=10.6
+ ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -mmacosx-version-min=10.6
+ ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -mmacosx-version-min=10.6
+ ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -mmacosx-version-min=10.6
ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
ALL_LDFLAGS += $(LDFLAGS) -L"." -mmacosx-version-min=10.6
LIBDEPS +=
@@ -227,11 +227,11 @@ ifeq ($(config),releaseuniv32)
DEFINES += -DNDEBUG -DLUA_COMPAT_MODULE -DLUA_USE_MACOSX
INCLUDES += -I"../../src/host/lua-5.3.0/src"
ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP -MP $(DEFINES) $(INCLUDES)
- ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -arch i386 -arch ppc -m64 -mmacosx-version-min=10.6
- ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -arch i386 -arch ppc -m64 -mmacosx-version-min=10.6
- ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -arch i386 -arch ppc -m64 -mmacosx-version-min=10.6
- ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -arch i386 -arch ppc -m64 -mmacosx-version-min=10.6
- ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -arch i386 -arch ppc -m64 -mmacosx-version-min=10.6
+ ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -arch i386 -arch ppc $(MPARAM) -mmacosx-version-min=10.6
+ ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -arch i386 -arch ppc $(MPARAM) -mmacosx-version-min=10.6
+ ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -arch i386 -arch ppc $(MPARAM) -mmacosx-version-min=10.6
+ ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -arch i386 -arch ppc $(MPARAM) -mmacosx-version-min=10.6
+ ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -arch i386 -arch ppc $(MPARAM) -mmacosx-version-min=10.6
ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
ALL_LDFLAGS += $(LDFLAGS) -L"." -arch i386 -arch ppc -mmacosx-version-min=10.6
LIBDEPS +=
@@ -315,11 +315,11 @@ ifeq ($(config),debuguniv32)
DEFINES += -D_DEBUG -DLUA_COMPAT_MODULE -DLUA_USE_MACOSX
INCLUDES += -I"../../src/host/lua-5.3.0/src"
ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP -MP $(DEFINES) $(INCLUDES)
- ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -arch i386 -arch ppc -m64 -mmacosx-version-min=10.6
- ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -arch i386 -arch ppc -m64 -mmacosx-version-min=10.6
- ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -arch i386 -arch ppc -m64 -mmacosx-version-min=10.6
- ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -arch i386 -arch ppc -m64 -mmacosx-version-min=10.6
- ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -arch i386 -arch ppc -m64 -mmacosx-version-min=10.6
+ ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -arch i386 -arch ppc $(MPARAM) -mmacosx-version-min=10.6
+ ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -arch i386 -arch ppc $(MPARAM) -mmacosx-version-min=10.6
+ ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -arch i386 -arch ppc $(MPARAM) -mmacosx-version-min=10.6
+ ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -arch i386 -arch ppc $(MPARAM) -mmacosx-version-min=10.6
+ ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -arch i386 -arch ppc $(MPARAM) -mmacosx-version-min=10.6
ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
ALL_LDFLAGS += $(LDFLAGS) -L"." -arch i386 -arch ppc -mmacosx-version-min=10.6
LIBDEPS +=
diff --git a/3rdparty/genie/build/gmake.freebsd/genie.make b/3rdparty/genie/build/gmake.freebsd/genie.make
index 15c88d5c9bb34..ca03504cc93e2 100644
--- a/3rdparty/genie/build/gmake.freebsd/genie.make
+++ b/3rdparty/genie/build/gmake.freebsd/genie.make
@@ -52,11 +52,11 @@ ifeq ($(config),release)
DEFINES += -DNDEBUG -DLUA_COMPAT_MODULE -DLUA_USE_POSIX -DLUA_USE_DLOPEN
INCLUDES += -I"../../src/host/lua-5.3.0/src"
ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP -MP $(DEFINES) $(INCLUDES)
- ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough
- ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough
- ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough
- ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough
- ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough
+ ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -Wno-implicit-fallthrough
+ ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -Wno-implicit-fallthrough
+ ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -Wno-implicit-fallthrough
+ ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -Wno-implicit-fallthrough
+ ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -Wno-implicit-fallthrough
ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
ALL_LDFLAGS += $(LDFLAGS) -L"." -s -rdynamic
LIBDEPS +=
@@ -139,11 +139,11 @@ ifeq ($(config),debug)
DEFINES += -D_DEBUG -DLUA_COMPAT_MODULE -DLUA_USE_POSIX -DLUA_USE_DLOPEN
INCLUDES += -I"../../src/host/lua-5.3.0/src"
ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP -MP $(DEFINES) $(INCLUDES)
- ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -Wno-implicit-fallthrough
- ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -Wno-implicit-fallthrough
- ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -Wno-implicit-fallthrough
- ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -Wno-implicit-fallthrough
- ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -Wno-implicit-fallthrough
+ ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -Wno-implicit-fallthrough
+ ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -Wno-implicit-fallthrough
+ ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -Wno-implicit-fallthrough
+ ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -Wno-implicit-fallthrough
+ ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -Wno-implicit-fallthrough
ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
ALL_LDFLAGS += $(LDFLAGS) -L"." -rdynamic
LIBDEPS +=
diff --git a/3rdparty/genie/build/gmake.linux/genie.make b/3rdparty/genie/build/gmake.linux/genie.make
index 251cf897bee6d..e41a020ce9f4e 100644
--- a/3rdparty/genie/build/gmake.linux/genie.make
+++ b/3rdparty/genie/build/gmake.linux/genie.make
@@ -52,11 +52,11 @@ ifeq ($(config),release)
DEFINES += -DNDEBUG -DLUA_COMPAT_MODULE -DLUA_USE_POSIX -DLUA_USE_DLOPEN -D_FILE_OFFSET_BITS=64
INCLUDES += -I"../../src/host/lua-5.3.0/src"
ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP -MP $(DEFINES) $(INCLUDES)
- ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough
- ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough
- ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough
- ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough
- ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough
+ ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -Wno-implicit-fallthrough
+ ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -Wno-implicit-fallthrough
+ ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -Wno-implicit-fallthrough
+ ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -Wno-implicit-fallthrough
+ ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os $(MPARAM) -Wno-implicit-fallthrough
ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
ALL_LDFLAGS += $(LDFLAGS) -L"." -s -rdynamic
LIBDEPS +=
@@ -139,11 +139,11 @@ ifeq ($(config),debug)
DEFINES += -D_DEBUG -DLUA_COMPAT_MODULE -DLUA_USE_POSIX -DLUA_USE_DLOPEN -D_FILE_OFFSET_BITS=64
INCLUDES += -I"../../src/host/lua-5.3.0/src"
ALL_CPPFLAGS += $(CPPFLAGS) -MMD -MP -MP $(DEFINES) $(INCLUDES)
- ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -Wno-implicit-fallthrough
- ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -Wno-implicit-fallthrough
- ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -Wno-implicit-fallthrough
- ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -Wno-implicit-fallthrough
- ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g -m64 -Wno-implicit-fallthrough
+ ALL_ASMFLAGS += $(ASMFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -Wno-implicit-fallthrough
+ ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -Wno-implicit-fallthrough
+ ALL_CXXFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -Wno-implicit-fallthrough
+ ALL_OBJCFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -Wno-implicit-fallthrough
+ ALL_OBJCPPFLAGS += $(CXXFLAGS) $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -g $(MPARAM) -Wno-implicit-fallthrough
ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
ALL_LDFLAGS += $(LDFLAGS) -L"." -rdynamic
LIBDEPS +=
diff --git a/hash/a2600.xml b/hash/a2600.xml
index f1c66a274a442..4709643c958c4 100644
--- a/hash/a2600.xml
+++ b/hash/a2600.xml
@@ -6186,6 +6186,47 @@ MOS Atari-made game NTSC ROMs had a CO16xxx number and PAL ROMs had CO17xxx numb
+
+
+ Fix-It Felix Sr.
+ 2013
+ Cybearg
+
+
+
+
+
+
+
+
+
+
+ Fix-It Felix Sr. (PAL)
+ 2013
+ Cybearg
+
+
+
+
+
+
+
+
+
+
+
+ Fix-It Felix Sr. (PAL60)
+ 2013
+ Cybearg
+
+
+
+
+
+
+
+
+
Festival (PAL)
1983
diff --git a/hash/abc832_flop.xml b/hash/abc832_flop.xml
index cc39b1704a132..44f8181bb3901 100644
--- a/hash/abc832_flop.xml
+++ b/hash/abc832_flop.xml
@@ -406,4 +406,60 @@ license:CC0-1.0
+
+ Teletex 800
+ 1986
+ Luxor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/hash/amiga_cd.xml b/hash/amiga_cd.xml
new file mode 100644
index 0000000000000..231745ce83cac
--- /dev/null
+++ b/hash/amiga_cd.xml
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+ Kang Fu
+ 1996
+ GREat Effects Development (GREED)
+
+
+
+
+
+
+
+
+
+
+
+ Aminet Games
+ 2000
+ Schatztruhe
+
+
+
+
+
+
+
+
+
+ Ten on Ten Compilation (Europe)
+ 1995
+ Almathera
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/hash/amiga_hardware.xml b/hash/amiga_hardware.xml
index 79401555fdd35..7d08fb3c08b9c 100644
--- a/hash/amiga_hardware.xml
+++ b/hash/amiga_hardware.xml
@@ -143,4 +143,28 @@ license:CC0-1.0
+
+ Rainbow II Diashow Professional V1.92
+ 1992
+ Omega Datentechnik
+
+
+
+
+
+
+
+
+
+ RainbowPainter V0.99b
+ 1992
+ Omega Datentechnik
+
+
+
+
+
+
+
+
diff --git a/hash/apple2_flop_misc.xml b/hash/apple2_flop_misc.xml
index f7a0b9fcf0407..b030248391f72 100644
--- a/hash/apple2_flop_misc.xml
+++ b/hash/apple2_flop_misc.xml
@@ -49,6 +49,25 @@ Generated by SLIST 0.2.1
+
+ Apple II Diagnostic Disk (version 3.1)(800K 3.5")
+ 1991
+ Apple Computer
+
+
+
+
+
+
+
+
+
+
AppleWorks (Version 1.2, USA)
1983
diff --git a/hash/cassvisn_cart.xml b/hash/cassvisn_cart.xml
index 9fbb64e17bb68..fc95747bfd9ed 100644
--- a/hash/cassvisn_cart.xml
+++ b/hash/cassvisn_cart.xml
@@ -29,7 +29,7 @@ Note on PRG size (from CPU documentation)
Physically, 128 * 15 * 12 = 23,040 bits
Logically, 127 * 15 * 12 = 22,860 bits (as final word of each page is inaccessible by the CPU)
-the ROM files below store 12 bit in a 16-bit word with 4 bits unused, so 128 * 15 * (12+4)
+the ROM files below store 12 bit in a 16-bit word with 4 bits unused, so 128 * 15 * (12+4)
-->
@@ -43,7 +43,7 @@ the ROM files below store 12 bit in a 16-bit word with 4 bits unused, so 128 * 1
-
+
@@ -65,7 +65,7 @@ the ROM files below store 12 bit in a 16-bit word with 4 bits unused, so 128 * 1
-
+
Galaxian
@@ -76,7 +76,7 @@ the ROM files below store 12 bit in a 16-bit word with 4 bits unused, so 128 * 1
-
+
@@ -92,7 +92,7 @@ the ROM files below store 12 bit in a 16-bit word with 4 bits unused, so 128 * 1
-
+
@@ -211,5 +211,5 @@ the ROM files below store 12 bit in a 16-bit word with 4 bits unused, so 128 * 1
-
+
diff --git a/hash/cd32.xml b/hash/cd32.xml
index 4e27a0023e68b..035ba8699f0e4 100644
--- a/hash/cd32.xml
+++ b/hash/cd32.xml
@@ -75,7 +75,6 @@ license:CC0-1.0
James Pond 3: Operation Starfi5h [Kixx]
John Barnes European Football
Jungle Strike
- Kang Fu (AmigaCD)
Karaoke: Julsånger I
Kingpin: Arcade Sports Bowling
Labyrinth Of Time, The
diff --git a/hash/cdtv.xml b/hash/cdtv.xml
index 011f89b0a2a5a..c592be9bebdff 100644
--- a/hash/cdtv.xml
+++ b/hash/cdtv.xml
@@ -2665,129 +2665,4 @@ cd32: boot OK
-
-
-
-
-
- Ten on Ten Compilation (Europe)
- 1995
- Almathera
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/hash/cpc_cass.xml b/hash/cpc_cass.xml
index e3a81eed1d775..a5b562bb3d130 100644
--- a/hash/cpc_cass.xml
+++ b/hash/cpc_cass.xml
@@ -449,6 +449,8 @@ Please stick to using the floppy versions for the time being...
3D Boxing (UK)
1985
Amsoft
+
+
@@ -489,6 +491,8 @@ Please stick to using the floppy versions for the time being...
3D Fight (France)
1985
Loriciels
+
+
@@ -501,6 +505,8 @@ Please stick to using the floppy versions for the time being...
3D Grand Prix (UK)
1985
Amsoft
+
+
@@ -573,6 +579,8 @@ Please stick to using the floppy versions for the time being...
3D Stunt Rider (UK)
1985
Amsoft
+
+
@@ -598,6 +606,8 @@ Please stick to using the floppy versions for the time being...
3D-Invaders (UK)
1985
Amsoft
+
+
@@ -623,6 +633,8 @@ Please stick to using the floppy versions for the time being...
3D-Sub (France)
1985
Loriciels
+
+
@@ -647,6 +659,7 @@ Please stick to using the floppy versions for the time being...
4 Game Pack No. 1 (UK)
1991
Atlantis Software
+
@@ -664,6 +677,7 @@ Please stick to using the floppy versions for the time being...
4 Game Pack No. 2 (UK)
1992
Atlantis Software
+
@@ -681,6 +695,7 @@ Please stick to using the floppy versions for the time being...
4 Game Pack No. 3 (UK)
1992
Atlantis Software
+
@@ -799,7 +814,8 @@ Please stick to using the floppy versions for the time being...
500cc Grand Prix (UK)
1986
- Microids
+ Microïds
+
@@ -809,9 +825,11 @@ Please stick to using the floppy versions for the time being...
- Le 5eme Axe (France)
+ Le 5ème Axe (France)
1985
Loriciels
+
+
@@ -915,6 +933,7 @@ Please stick to using the floppy versions for the time being...
A 320 (France)
1988
Loriciels
+
@@ -1227,6 +1246,8 @@ Please stick to using the floppy versions for the time being...
Admiral Graf Spee (UK)
1984
Amsoft
+
+
@@ -1240,6 +1261,7 @@ Please stick to using the floppy versions for the time being...
Admiral Graf Spee (Spain)
1984
Amsoft
+
@@ -1250,9 +1272,9 @@ Please stick to using the floppy versions for the time being...
- Advanced Destroyer Simulator (Spain)
+ A.D.S. - Advanced Destroyer Simulator (Spain)
1990
- Loriciels
+ Futura / Proein Soft Line
@@ -1471,6 +1493,8 @@ Please stick to using the floppy versions for the time being...
L'Aigle d'Or (France)
1986
Loriciels
+
+
@@ -1485,9 +1509,9 @@ Please stick to using the floppy versions for the time being...
- Air Traffic Control (UK)
+ Heathrow International Air Traffic Control (UK)
1984
- Hewson
+ Hewson Consultants
@@ -1532,6 +1556,8 @@ Please stick to using the floppy versions for the time being...
Airwolf (UK)
1985
Amsoft
+
+
@@ -1544,6 +1570,8 @@ Please stick to using the floppy versions for the time being...
Airwolf (UK, alt)
1985
Amsoft
+
+
@@ -1636,9 +1664,11 @@ Please stick to using the floppy versions for the time being...
- Alex Higgins World Pool (UK)
+ Alex Higgins' World Pool (UK)
1985
Amsoft
+
+
@@ -1648,9 +1678,11 @@ Please stick to using the floppy versions for the time being...
- Alex Higgins World Snooker (UK)
+ Alex Higgins' World Snooker (UK)
1985
Amsoft
+
+
@@ -1687,6 +1719,8 @@ Please stick to using the floppy versions for the time being...
Alien (UK)
1985
Amsoft
+
+
@@ -1723,8 +1757,10 @@ Please stick to using the floppy versions for the time being...
Alien Break-In (UK)
1985
Amsoft
+
+
-
+
@@ -1855,6 +1891,8 @@ Please stick to using the floppy versions for the time being...
Alpine Games (UK)
1987
Atlantis Software
+
+
@@ -2098,6 +2136,8 @@ Please stick to using the floppy versions for the time being...
American Football (UK)
1984
Amsoft
+
+
@@ -2160,9 +2200,11 @@ Please stick to using the floppy versions for the time being...
- Amlettres (France)
+ Amlettres - Traitement de Textes (France)
1984
Amsoft France
+
+
@@ -2201,9 +2243,10 @@ Please stick to using the floppy versions for the time being...
- Amsbase (Spain)
+ Amsbase - Base de Datos (Spain)
1984
Amsoft
+
@@ -2242,6 +2285,8 @@ Please stick to using the floppy versions for the time being...
AmsGolf (UK)
1984
Amsoft
+
+
@@ -2345,6 +2390,7 @@ Please stick to using the floppy versions for the time being...
Amstest
1985
Amsoft
+
@@ -2537,9 +2583,11 @@ Please stick to using the floppy versions for the time being...
- Amstroid (France)
+ Amstroïd (France)
1985
Sprites
+
+
@@ -2587,7 +2635,7 @@ Please stick to using the floppy versions for the time being...
Anarchy (UK)
1988
- Hewson
+ Hewson Consultants
@@ -2693,9 +2741,11 @@ Please stick to using the floppy versions for the time being...
- Animal / Vegetable / Mineral (UK)
+ Animal, Vegetable, Mineral (UK)
1984
Amsoft
+
+
@@ -2705,7 +2755,7 @@ Please stick to using the floppy versions for the time being...
- Animal / Vegetal / Mineral (France)
+ Animal, Vegetal, Mineral (France)
1984
Amsoft
@@ -2717,9 +2767,10 @@ Please stick to using the floppy versions for the time being...
- Animal / Vegetable / Mineral (Spain)
+ Animal, Vegetable, Mineral (Spain)
1984
Amsoft
+
@@ -2872,6 +2923,8 @@ Please stick to using the floppy versions for the time being...
L'Apprenti Sorcier (France)
1985
Amsoft
+
+
@@ -3267,6 +3320,8 @@ Please stick to using the floppy versions for the time being...
Asalto (Spain)
1985
Amsoft
+
+
@@ -3368,6 +3423,8 @@ Please stick to using the floppy versions for the time being...
Astro Attack (UK)
1984
Amsoft
+
+
@@ -3427,7 +3484,7 @@ Please stick to using the floppy versions for the time being...
Athlete (France)
1986
- Microids
+ Microïds
@@ -3464,6 +3521,8 @@ Please stick to using the floppy versions for the time being...
Atom Smasher (Spain)
1984
Amsoft
+
+
@@ -3476,6 +3535,8 @@ Please stick to using the floppy versions for the time being...
Atom Smasher (UK)
1984
Amsoft
+
+
@@ -3488,6 +3549,7 @@ Please stick to using the floppy versions for the time being...
Atomic Driver (France)
1988
Loriciels
+
@@ -3606,6 +3668,9 @@ Please stick to using the floppy versions for the time being...
Automec (France)
1985
Loriciels
+
+
+
@@ -3795,6 +3860,7 @@ Please stick to using the floppy versions for the time being...
Bactron (UK)
1986
Loriciels
+
@@ -3807,6 +3873,8 @@ Please stick to using the floppy versions for the time being...
Bactron (France)
1986
Loriciels
+
+
@@ -4375,7 +4443,7 @@ Please stick to using the floppy versions for the time being...
Battle Valley (UK)
1988
- Hewson
+ Hewson Consultants
@@ -4703,6 +4771,8 @@ Please stick to using the floppy versions for the time being...
Billar - Snooker (UK)
1984
Amsoft
+
+
@@ -4715,6 +4785,8 @@ Please stick to using the floppy versions for the time being...
Billy La Banlieue (France)
1986
Loriciels
+
+
@@ -4726,7 +4798,8 @@ Please stick to using the floppy versions for the time being...
Billy La Banlieue (Spain)
1986
- Loriciels
+ Loriciels / Proein Soft Line
+
@@ -4848,6 +4921,7 @@ Please stick to using the floppy versions for the time being...
Birdie (UK)
1987
Ere Informatique
+
@@ -4983,6 +5057,8 @@ Please stick to using the floppy versions for the time being...
Blagger (UK, AMSoft)
1985
Amsoft
+
+
@@ -5330,6 +5406,8 @@ Please stick to using the floppy versions for the time being...
Boinggg! (UK)
1988
Atlantis Software
+
+
@@ -5676,6 +5754,8 @@ Please stick to using the floppy versions for the time being...
Braxx Bluff (UK)
1985
Amsoft
+
+
@@ -5773,6 +5853,8 @@ Please stick to using the floppy versions for the time being...
Bridge-It (UK)
1984
Amsoft
+
+
@@ -6718,6 +6800,8 @@ Please stick to using the floppy versions for the time being...
Catastrophes - Ile Infernale (UK)
1985
Amsoft
+
+
@@ -6802,6 +6886,7 @@ Please stick to using the floppy versions for the time being...
Cavemania (UK)
1991
Atlantis Software
+
@@ -6838,6 +6923,9 @@ Please stick to using the floppy versions for the time being...
Centre Court (Spain)
1984
Amsoft
+
+
+
@@ -7335,7 +7423,7 @@ Please stick to using the floppy versions for the time being...
Chicago 90 (France)
1989
- Microids
+ Microïds
@@ -7360,6 +7448,8 @@ Please stick to using the floppy versions for the time being...
Des Chiffres et des Lettres (France)
1987
Loriciels
+
+
@@ -7372,6 +7462,8 @@ Please stick to using the floppy versions for the time being...
Les Chiffres Magiques (France)
1984
Amsoft
+
+
@@ -7441,7 +7533,7 @@ Please stick to using the floppy versions for the time being...
The Chip Factory Featuring 'Technician Ted' (UK)
1984
- Hewson
+ Hewson Consultants
@@ -7729,7 +7821,7 @@ Please stick to using the floppy versions for the time being...
City Slicker (UK)
1986
- Hewson
+ Hewson Consultants
@@ -7742,6 +7834,8 @@ Please stick to using the floppy versions for the time being...
Classic Adventure (UK)
1984
Amsoft
+
+
@@ -7868,6 +7962,8 @@ Please stick to using the floppy versions for the time being...
Classic Racing (UK)
1985
Amsoft
+
+
@@ -8059,6 +8155,9 @@ Please stick to using the floppy versions for the time being...
Codename Mat (UK)
1985
Amsoft
+
+
+
@@ -8980,9 +9079,9 @@ Please stick to using the floppy versions for the time being...
- Cours de Solfege, Niveau 1 (France)
+ Cours de Solfège, Niveau 1 (France)
1984
- TMPI
+ Techni-Musique & Parole Informatique (TMPI)
@@ -8992,9 +9091,11 @@ Please stick to using the floppy versions for the time being...
- La Course a la Boussole (France)
+ La Course à la Boussole (France)
1984
Amsoft
+
+
@@ -9089,6 +9190,7 @@ Please stick to using the floppy versions for the time being...
Crack-Up (UK)
1989
Atlantis Software
+
@@ -9173,6 +9275,8 @@ Please stick to using the floppy versions for the time being...
Crazy Golf (UK)
1984
Amsoft
+
+
@@ -9196,7 +9300,7 @@ Please stick to using the floppy versions for the time being...
Crazy Shot (Spain)
1989
- Loriciels
+ Loriciels / Proein Soft Line
@@ -9291,6 +9395,8 @@ Please stick to using the floppy versions for the time being...
Crossfire (UK)
1990
Atlantis Software
+
+
@@ -9385,6 +9491,8 @@ Please stick to using the floppy versions for the time being...
Cubit (UK)
1985
Amsoft
+
+
@@ -9556,7 +9664,9 @@ Please stick to using the floppy versions for the time being...
Cybernoid (UK)
1988
- Hewson
+ Hewson Consultants
+
+
@@ -9568,7 +9678,9 @@ Please stick to using the floppy versions for the time being...
Cybernoid II (UK)
1988
- Hewson
+ Hewson Consultants
+
+
@@ -9617,6 +9729,8 @@ Please stick to using the floppy versions for the time being...
Cyrus II Chess (UK)
1985
Amsoft
+
+
@@ -10485,7 +10599,7 @@ Please stick to using the floppy versions for the time being...
Deliverance (UK)
1990
- Hewson
+ Hewson Consultants
@@ -10498,7 +10612,7 @@ Please stick to using the floppy versions for the time being...
Deliverance (Spain)
1990
- Hewson
+ Hewson Consultants
@@ -10691,6 +10805,9 @@ Please stick to using the floppy versions for the time being...
Detective (UK)
1984
Amsoft
+
+
+
@@ -10763,6 +10880,8 @@ Please stick to using the floppy versions for the time being...
DFM 464 (UK)
1984
Amsoft
+
+
@@ -10789,9 +10908,11 @@ Please stick to using the floppy versions for the time being...
- Le Diamant de l'Ile Maudite (France)
+ Le Diamant de l'Île Maudite (France)
1985
Loriciels
+
+
@@ -10833,6 +10954,8 @@ Please stick to using the floppy versions for the time being...
Dianne - Mission Rubidiums (France)
1985
Loriciels
+
+
@@ -11360,6 +11483,8 @@ Please stick to using the floppy versions for the time being...
Doors of Doom (UK)
1985
Amsoft
+
+
@@ -11691,6 +11816,8 @@ Please stick to using the floppy versions for the time being...
Dragon's Gold (UK)
1985
Amsoft
+
+
@@ -11731,7 +11858,8 @@ Please stick to using the floppy versions for the time being...
The Dragontorc of Avalon (UK)
1985
- Hewson
+ Hewson Consultants
+
@@ -11917,9 +12045,11 @@ Please stick to using the floppy versions for the time being...
- Dungeons Amethysts Alchemists (UK)
+ Dungeons, Amethysts, Alchemists (UK)
1987
Atlantis Software
+
+
@@ -12156,6 +12286,9 @@ Please stick to using the floppy versions for the time being...
Easi-Amsword (UK)
1984
Amsoft
+
+
+
@@ -12168,6 +12301,9 @@ Please stick to using the floppy versions for the time being...
Easi-Amsword (Spain)
1984
Amsoft
+
+
+
@@ -12177,9 +12313,11 @@ Please stick to using the floppy versions for the time being...
- Easy Topword (Germany)
+ Easy-Topword - Textverarbeitung (Germany)
1984
- Schneider Computer Software
+ Schneider Computer Division
+
+
@@ -12273,7 +12411,7 @@ Please stick to using the floppy versions for the time being...
Eddie Edwards Super Ski (UK)
1988
- Loriciels
+ Loriciels / Microïds
@@ -12295,9 +12433,12 @@ Please stick to using the floppy versions for the time being...
- Edit-Music (France)
+ Music Edit (France)
1985
Sprites
+
+
+
@@ -12426,6 +12567,8 @@ Please stick to using the floppy versions for the time being...
Electro Freddy (UK)
1984
Amsoft
+
+
@@ -12485,7 +12628,7 @@ Please stick to using the floppy versions for the time being...
Eliminator (UK)
1988
- Hewson
+ Hewson Consultants
@@ -12599,6 +12742,8 @@ Please stick to using the floppy versions for the time being...
Empire (France, Loriciels)
1985
Loriciels
+
+
@@ -12898,6 +13043,8 @@ Please stick to using the floppy versions for the time being...
Escape From Khoshima (UK)
1986
Atlantis Software
+
+
@@ -13144,7 +13291,8 @@ Please stick to using the floppy versions for the time being...
Evening Star (UK)
1987
- Hewson
+ Hewson Consultants
+
@@ -13186,7 +13334,7 @@ Please stick to using the floppy versions for the time being...
Everyone's A Wally - Meet The Gang (UK, Mikro-Gen)
1985
- Mikro-gen
+ Mikro-Gen
@@ -13234,7 +13382,8 @@ Please stick to using the floppy versions for the time being...
Exolon (UK)
1987
- Hewson
+ Hewson Consultants
+
@@ -13246,7 +13395,7 @@ Please stick to using the floppy versions for the time being...
Exolon (Spain)
1987
- Hewson
+ Hewson Consultants / Erbe Software
@@ -13565,7 +13714,8 @@ Please stick to using the floppy versions for the time being...
Fantasia Diamond (UK)
1985
- Hewson
+ Hewson Consultants
+
@@ -13623,6 +13773,8 @@ Please stick to using the floppy versions for the time being...
The Fantastic Voyage (UK)
1985
Amsoft
+
+
@@ -13632,7 +13784,7 @@ Please stick to using the floppy versions for the time being...
- Fantome City (France)
+ Fantôme City (France)
1986
Coktel Vision
@@ -13973,7 +14125,8 @@ Please stick to using the floppy versions for the time being...
Firelord (UK)
1986
- Hewson
+ Hewson Consultants
+
@@ -14114,6 +14267,8 @@ Please stick to using the floppy versions for the time being...
Flash (France)
1987
Loriciels
+
+
@@ -14608,6 +14763,8 @@ Please stick to using the floppy versions for the time being...
Frank 'N' Stein (UK)
1985
Amsoft
+
+
@@ -14849,6 +15006,8 @@ Please stick to using the floppy versions for the time being...
Fruit Machine (UK)
1984
Amsoft
+
+
@@ -14897,6 +15056,8 @@ Please stick to using the floppy versions for the time being...
Fu-Kung In Las Vegas (UK)
1985
Amsoft
+
+
@@ -15076,6 +15237,7 @@ Please stick to using the floppy versions for the time being...
Fusion II (France)
1988
Loriciels
+
@@ -15182,6 +15344,8 @@ Please stick to using the floppy versions for the time being...
The Galactic Plague (UK)
1984
Amsoft
+
+
@@ -15235,6 +15399,9 @@ Please stick to using the floppy versions for the time being...
The Game of Dragons (UK)
1985
Amsoft
+
+
+
@@ -15466,6 +15633,9 @@ Please stick to using the floppy versions for the time being...
Gatecrasher (UK)
1986
Amsoft
+
+
+
@@ -15686,6 +15856,9 @@ Please stick to using the floppy versions for the time being...
Gems of Stradus (UK, Amsoft, BASIC 1.0)
1985
Amsoft
+
+
+
@@ -15875,9 +16048,11 @@ Please stick to using the floppy versions for the time being...
- Gestion de Fichier CPC 464 (France)
+ Gestion de Fichier (France)
1984
Sprites
+
+
@@ -16080,6 +16255,8 @@ Please stick to using the floppy versions for the time being...
Glen Hoddle Soccer (UK)
1985
Amsoft
+
+
@@ -16293,7 +16470,8 @@ Please stick to using the floppy versions for the time being...
Grand Prix 500cc (France)
1986
- Microids
+ Microïds
+
@@ -16305,7 +16483,7 @@ Please stick to using the floppy versions for the time being...
Grand Prix 500cc (Spain)
1986
- Microids
+ Microïds / Proein Soft Line
@@ -16330,6 +16508,8 @@ Please stick to using the floppy versions for the time being...
Grand Prix Driver (UK)
1984
Amsoft
+
+
@@ -16484,6 +16664,8 @@ Please stick to using the floppy versions for the time being...
Graphisto (France, BASIC 1.0)
1985
Sprites
+
+
@@ -16777,7 +16959,7 @@ Please stick to using the floppy versions for the time being...
Guardians (UK)
1991
- Loriciels
+ Loriciel
@@ -16894,6 +17076,8 @@ Please stick to using the floppy versions for the time being...
Gunfighter (UK)
1990
Atlantis Software
+
+
@@ -17129,6 +17313,8 @@ Please stick to using the floppy versions for the time being...
Happy Letters (UK)
1984
Amsoft
+
+
@@ -17141,6 +17327,8 @@ Please stick to using the floppy versions for the time being...
Happy Numbers (UK)
1984
Amsoft
+
+
@@ -17153,6 +17341,8 @@ Please stick to using the floppy versions for the time being...
Happy Writing (UK)
1984
Amsoft
+
+
@@ -17200,7 +17390,7 @@ Please stick to using the floppy versions for the time being...
Harricana - Raid International Motoneige (France)
1990
- Loriciels
+ Loriciel
@@ -17213,6 +17403,8 @@ Please stick to using the floppy versions for the time being...
Harrier Attack (UK)
1984
Amsoft
+
+
@@ -17273,6 +17465,8 @@ Please stick to using the floppy versions for the time being...
Haunted Hedges (UK)
1984
Amsoft
+
+
@@ -17501,6 +17695,8 @@ Please stick to using the floppy versions for the time being...
Heliot (France)
1984
Sprites
+
+
@@ -17813,7 +18009,7 @@ Please stick to using the floppy versions for the time being...
Hit Sports
1991
- Loriciels
+ Loriciel
@@ -18060,11 +18256,13 @@ Please stick to using the floppy versions for the time being...
Loriciels
+
+
@@ -18075,13 +18273,16 @@ Please stick to using the floppy versions for the time being...
Les Hits 2 de Loriciels (France)
1987
Loriciels
+
+
+
@@ -18128,6 +18329,8 @@ Please stick to using the floppy versions for the time being...
Hobgoblin (UK)
1991
Atlantis Software
+
+
@@ -18446,6 +18649,8 @@ Please stick to using the floppy versions for the time being...
Hunchback (UK, v1)
1985
Amsoft
+
+
@@ -18458,6 +18663,8 @@ Please stick to using the floppy versions for the time being...
Hunchback (UK, v2)
1985
Amsoft
+
+
@@ -18562,6 +18769,8 @@ Please stick to using the floppy versions for the time being...
Hunter Killer (UK)
1984
Amsoft
+
+
@@ -18855,7 +19064,8 @@ Please stick to using the floppy versions for the time being...
Impossaball (UK)
1987
- Hewson
+ Hewson Consultants
+
@@ -19044,6 +19254,8 @@ Please stick to using the floppy versions for the time being...
Infernal Runner (France)
1985
Loriciels
+
+
@@ -19448,6 +19660,8 @@ Please stick to using the floppy versions for the time being...
Isoleur (France)
1985
Sprites
+
+
@@ -19731,6 +19945,8 @@ Please stick to using the floppy versions for the time being...
Jammin (UK)
1985
Amsoft
+
+
@@ -19807,6 +20023,8 @@ Please stick to using the floppy versions for the time being...
Jet-Boot Jack (UK)
1984
Amsoft
+
+
@@ -20181,6 +20399,7 @@ Please stick to using the floppy versions for the time being...
K.Y.A. (France)
1987
Loriciels
+
@@ -21027,6 +21246,8 @@ Please stick to using the floppy versions for the time being...
Laserwarp (UK)
1985
Amsoft
+
+
@@ -21164,6 +21385,8 @@ Please stick to using the floppy versions for the time being...
League Challenge (UK)
1987
Atlantis Software
+
+
@@ -22040,6 +22263,8 @@ Please stick to using the floppy versions for the time being...
Macrocosmica (UK)
1986
Amsoft
+
+
@@ -22381,6 +22606,8 @@ Please stick to using the floppy versions for the time being...
Manic Miner (UK, Amsoft, BASIC 1.0)
1984
Amsoft
+
+
@@ -22466,6 +22693,8 @@ Please stick to using the floppy versions for the time being...
Map Rally (UK)
1984
Amsoft
+
+
@@ -22513,7 +22742,7 @@ Please stick to using the floppy versions for the time being...
Marauder (UK)
1988
- Hewson
+ Hewson Consultants
@@ -22574,6 +22803,8 @@ Please stick to using the floppy versions for the time being...
Marius Tresor Foot (France)
1985
Loriciels
+
+
@@ -22658,6 +22889,8 @@ Please stick to using the floppy versions for the time being...
MasterChess (UK, Amsoft)
1984
Amsoft
+
+
@@ -22951,7 +23184,7 @@ Please stick to using the floppy versions for the time being...
Maze Mania (Spain)
1989
- Hewson
+ Hewson Consultants / Erbe Software
@@ -23248,7 +23481,7 @@ Please stick to using the floppy versions for the time being...
- Menace sur l'Arctique (France)
+ Les Aventures du Ka 6 - Menace sur l'Arctique (France)
1987
Chip
@@ -23460,7 +23693,7 @@ Please stick to using the floppy versions for the time being...
- Meurtre a Grande Vitesse (France)
+ Meurtre à Grande Vitesse (France)
1985
Cobra Soft
@@ -24065,6 +24298,7 @@ Please stick to using the floppy versions for the time being...
Mobile Man (France)
1990
Loriciels
+
@@ -24322,7 +24556,7 @@ Please stick to using the floppy versions for the time being...
Moon Blaster (UK)
1990
- Loriciels
+ Loriciel
@@ -24340,6 +24574,7 @@ Please stick to using the floppy versions for the time being...
Moontorc (UK)
1991
Atlantis Software
+
@@ -24608,6 +24843,8 @@ Please stick to using the floppy versions for the time being...
Mr. Wong's Loopy Laundry (UK, v2)
1984
Amsoft
+
+
@@ -24620,6 +24857,8 @@ Please stick to using the floppy versions for the time being...
Mr. Wong's Loopy Laundry (UK)
1984
Amsoft
+
+
@@ -24855,6 +25094,8 @@ Please stick to using the floppy versions for the time being...
Mutant Monty (UK)
1984
Amsoft
+
+
@@ -24922,9 +25163,12 @@ Please stick to using the floppy versions for the time being...
- Le Mystere de Kikekankoi (France)
+ Le Mystère de Kikekankoi (France)
1985
Loriciels
+
+
+
@@ -25139,7 +25383,7 @@ Please stick to using the floppy versions for the time being...
Nebulus (UK)
1988
- Hewson
+ Hewson Consultants
@@ -25211,7 +25455,8 @@ Please stick to using the floppy versions for the time being...
Netherworld (UK)
1988
- Hewson
+ Hewson Consultants
+
@@ -25812,6 +26057,8 @@ Please stick to using the floppy versions for the time being...
Nuclear Defence (UK)
1986
Amsoft
+
+
@@ -25847,7 +26094,8 @@ Please stick to using the floppy versions for the time being...
Number Painter (UK)
1984
- ASK
+ Applied Systems Knowledge (ASK)
+
@@ -25961,7 +26209,7 @@ Please stick to using the floppy versions for the time being...
Ocean Conqueror (UK)
1988
- Hewson
+ Hewson Consultants
@@ -26039,6 +26287,8 @@ Please stick to using the floppy versions for the time being...
Oh Mummy (UK)
1984
Amsoft
+
+
@@ -26051,6 +26301,8 @@ Please stick to using the floppy versions for the time being...
Oh Mummy (Spain)
1984
Amsoft
+
+
@@ -26121,9 +26373,10 @@ Please stick to using the floppy versions for the time being...
- Olympiad (UK)
+ Olympiad '86 (UK)
1986
Atlantis Software
+
@@ -26649,7 +26902,7 @@ Please stick to using the floppy versions for the time being...
Panza Kick Boxing (France)
1990
- Loriciels
+ Futura
@@ -26666,7 +26919,7 @@ Please stick to using the floppy versions for the time being...
Panza Kick Boxing (Spain)
1990
- Loriciels
+ Futura / Proein Soft Line
@@ -26920,9 +27173,11 @@ Please stick to using the floppy versions for the time being...
- Pearl Harbour (France, BASIC 1.0)
+ Pearl Harbor (France, BASIC 1.0)
1985
Sprites
+
+
@@ -27057,6 +27312,7 @@ Please stick to using the floppy versions for the time being...
Periscope Up (UK)
1989
Atlantis Software
+
@@ -27213,11 +27469,13 @@ Please stick to using the floppy versions for the time being...
Loriciels
+
+
@@ -27326,7 +27584,7 @@ Please stick to using the floppy versions for the time being...
Pinball Magic (France)
1990
- Loriciels
+ Loriciel
@@ -27463,6 +27721,8 @@ Please stick to using the floppy versions for the time being...
Pitman Typing Tutor (UK)
1984
Amsoft
+
+
@@ -27475,6 +27735,8 @@ Please stick to using the floppy versions for the time being...
La Plaga Galactica (Spain)
1984
Amsoft
+
+
@@ -27559,9 +27821,11 @@ Please stick to using the floppy versions for the time being...
- Planete Base (France)
+ Planète Base (France)
1985
Loriciels
+
+
@@ -27835,6 +28099,8 @@ Please stick to using the floppy versions for the time being...
Pouvoir (France)
1986
Loriciels
+
+
@@ -28138,6 +28404,8 @@ Please stick to using the floppy versions for the time being...
The Prize (UK)
1985
Amsoft
+
+
@@ -28150,6 +28418,7 @@ Please stick to using the floppy versions for the time being...
Pro Golf (UK)
1987
Atlantis Software
+
@@ -28598,6 +28867,8 @@ Please stick to using the floppy versions for the time being...
Punchy (UK)
1985
Amsoft
+
+