From 84009bfd913efb54016c945bad04d388fb657be7 Mon Sep 17 00:00:00 2001 From: cracyc Date: Wed, 8 Jun 2016 12:00:31 -0500 Subject: [PATCH] rainbow: enable floppy test rom patch by default (nw) --- src/mame/drivers/rainbow.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/rainbow.cpp b/src/mame/drivers/rainbow.cpp index f8185498092..ae8033b4ecf 100644 --- a/src/mame/drivers/rainbow.cpp +++ b/src/mame/drivers/rainbow.cpp @@ -215,7 +215,9 @@ W17 pulls J1 serial port pin 1 to GND when set (chassis to logical GND). // --------------------------------------------------------------------------- // WORKAROUNDS: // - tested only in conjunction with 100-B ROM - -//#define WORKAROUND_RAINBOW_B +// Part of the self test feeds an mfm bitstream directly into the data separator +// this isn't currently possible to emulate and may never be so enable this rom patch by default +#define WORKAROUND_RAINBOW_B // --------------------------------------------------------------------------- // Define standard and maximum RAM sizes (A, then B model):