squale: altered note; removed non-existing software list (#3041)

This commit is contained in:
Robbbert 2020-09-13 02:06:39 +10:00
parent af647f75e7
commit cf08a0d606

View File

@ -65,8 +65,8 @@ S a b c Save memory to tape (a = start, b = end, c = exec)
KEYBOARD KEYBOARD
- When started, the Lock is engaged, so numbers appear as symbols. Hitting - When started, the Lock is engaged, so numbers appear as symbols. Hitting
Shift will unlock this and return the keyboard to normal. Shift will unlock this and return the keyboard to normal.
- To use the natural keyboard, you must start with the emulated keyboard, - To use the natural keyboard, hit > (or some other shifted character),
hit Shift, then use the tab menu to choose the natural keyboard. then proceed as normal.
- To paste, use the emulated keyboard and hit Shift, then do the paste. - 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. - The monitor command-line cannot handle the arrow keys or Del correctly.
- It is thought that the BASIC cartridge has better keyboard handling. - 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); 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:0", squale_floppies, "525qd", floppy_image_device::default_floppy_formats);
FLOPPY_CONNECTOR(config, "wd1770:1", 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 */ /* Cartridge slot */
GENERIC_CARTSLOT(config, "cartslot", generic_linear_slot, "squale_cart").set_device_load(FUNC(squale_state::cart_load)); GENERIC_CARTSLOT(config, "cartslot", generic_linear_slot, "squale_cart").set_device_load(FUNC(squale_state::cart_load));