From b313fc2cc1fbfe23d7c057a8d4b3473635e4e824 Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 17 Sep 2022 10:44:04 -0400 Subject: [PATCH] wy50.cpp: Note --- src/mame/wyse/wy50.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mame/wyse/wy50.cpp b/src/mame/wyse/wy50.cpp index 3c30de95610..db5b5a6c13e 100644 --- a/src/mame/wyse/wy50.cpp +++ b/src/mame/wyse/wy50.cpp @@ -22,6 +22,10 @@ types include MSM2128-15RS and HM6116P-3). A third 4016-like RAM (usually SY2158A-2) is used for the row buffer, with A8-A10 tied to GND. + To initialize EAROM settings on the WY-50, hold down the G key while + booting. The equivalent procedure on the WY-75 uses 5 on the numeric + keypad instead. + *******************************************************************************/ #include "emu.h"