summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Joakim Larsson Edstrom <Joakim.Edstrom@edstromious.se>2019-11-28 09:02:37 +0100
committer Joakim Larsson Edstrom <Joakim.Edstrom@edstromious.se>2019-11-28 09:02:37 +0100
commit2ce172a0b287e8f95f717b18c71f5ce5795fd9b0 (patch)
treef071b7082c1658f00ad303d93ff0f5b3364e337a
parentf7642759d386b4256b29a2699986b34adb830c60 (diff)
eispc.cpp: verified that BGFX related issue #5776 is gone and removed workaround
-rw-r--r--src/mame/drivers/eispc.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/drivers/eispc.cpp b/src/mame/drivers/eispc.cpp
index a0eafdbcfcd..5614f4a0ca0 100644
--- a/src/mame/drivers/eispc.cpp
+++ b/src/mame/drivers/eispc.cpp
@@ -927,9 +927,7 @@ void epc_state::epc(machine_config &config)
// 128kB Memory Expansion Board 1090 and/or the 128kB Multifunction Board MB1080-001
// and/or the 384kB MB1080-002. The MB1080 DRAM might need to be dynamically added as
// base address and also a video memory hole is configurable.
- // Some RAM sizes are disabled because they trigger issue #5776, just until that is sorted out
- //RAM(config, m_ram).set_default_size("128K").set_extra_options("256K, 384K, 512K, 640K");
- RAM(config, m_ram).set_default_size("128K").set_extra_options("384K");
+ RAM(config, m_ram).set_default_size("128K").set_extra_options("256K, 384K, 512K, 640K");
// FDC
I8272A(config, m_fdc, XTAL(16'000'000) / 2, false); // TEW crystal marked X3 verified