From cf08a0d606714904bba6c83d565b3d78d89d2f9a Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 13 Sep 2020 02:06:39 +1000 Subject: [PATCH] squale: altered note; removed non-existing software list (#3041) --- src/mame/drivers/squale.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/squale.cpp b/src/mame/drivers/squale.cpp index e0dc721723c..923ce4a9ac4 100644 --- a/src/mame/drivers/squale.cpp +++ b/src/mame/drivers/squale.cpp @@ -65,8 +65,8 @@ S a b c Save memory to tape (a = start, b = end, c = exec) KEYBOARD - When started, the Lock is engaged, so numbers appear as symbols. Hitting Shift will unlock this and return the keyboard to normal. -- To use the natural keyboard, you must start with the emulated keyboard, - hit Shift, then use the tab menu to choose the natural keyboard. +- To use the natural keyboard, hit > (or some other shifted character), + then proceed as normal. - To paste, use the emulated keyboard and hit Shift, then do the paste. - The monitor command-line cannot handle the arrow keys or Del correctly. - It is thought that the BASIC cartridge has better keyboard handling. @@ -861,7 +861,7 @@ void squale_state::squale(machine_config &config) WD1770(config, m_fdc, 8_MHz_XTAL); FLOPPY_CONNECTOR(config, "wd1770:0", squale_floppies, "525qd", floppy_image_device::default_floppy_formats); FLOPPY_CONNECTOR(config, "wd1770:1", squale_floppies, "525qd", floppy_image_device::default_floppy_formats); - SOFTWARE_LIST(config, "flop525_list").set_original("squale"); + //SOFTWARE_LIST(config, "flop525_list").set_original("squale_flop"); // list does not exist /* Cartridge slot */ GENERIC_CARTSLOT(config, "cartslot", generic_linear_slot, "squale_cart").set_device_load(FUNC(squale_state::cart_load));