From b0fe3d8f0f3eb9a4b60322db9030713dca13a496 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 26 Oct 2021 20:00:01 +0200 Subject: [PATCH] Removed the Epson Action Tower 3000. --- src/machine/machine_table.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index 0f2479961..a5c9732cf 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -398,8 +398,6 @@ const machine_t machines[] = { { "[SiS 471] DTK PKM-0038S E-2", "dtk486", MACHINE_TYPE_486_S3, CPU_PKG_SOCKET3, 0, 0, 0, 0, 0, 0, 0, MACHINE_VLB | MACHINE_IDE, 1024, 65536, 1024, 127, machine_at_dtk486_init, NULL }, /* Unknown Epox VLB Socket 3 board, has AMIKey F keyboard BIOS. */ { "[SiS 471] Epox 486SX/DX Green", "ami471", MACHINE_TYPE_486_S3, CPU_PKG_SOCKET3, 0, 0, 0, 0, 0, 0, 0, MACHINE_VLB | MACHINE_IDE, 1024, 65536, 1024, 127, machine_at_ami471_init, NULL }, - /* Has an Intel 82C42PE with Phoenix MultiKey KBC firmware. */ - { "[UMC 491/493] Epson Action Tower 3000", "actiontower3000", MACHINE_TYPE_486_S3, CPU_PKG_SOCKET3, 0, 0, 0, 0, 0, 0, 0, MACHINE_PCI | MACHINE_IDE_DUAL, 1024, 262144, 1024, 255, machine_at_actiontower3000_init, NULL }, /* 486 machines which utilize the PCI bus */ /* This has an AMIKey-2, which is an updated version of type 'H'. */