jedimatt42 #601 Posted January 18 (edited) Update 1.16 - Note, I changed the names of the RPKs. FCMD.RPK is good with current MAME, and Js99er as @mizapf informed. Some folks are still on MAME 224 for reasons, so the ROM only RPK is called FCMD-MAME-224.RPK now. I changed the backspace handling. It wasn't very TI like, since we don't really have a backspace key. Now, by default, when in insert mode, left arrow is left arrow. If you set environment variable BACKSPACE=TRUE, then left arrow becomes backspace. In overwrite mode, left arrow is always left arrow. Insert and overwrite mode are toggled by pressing F2. Solid cursor is insert mode, underscore cursor is overwrite mode. Made command line entry consistent in this regard with the ED command. ALSO Hopefully I fixed the Yamaha VDP detection. It at least still works in MAME and is consistent with the 9938 documentation. Edited January 18 by jedimatt42 3 Quote Share this post Link to post Share on other sites
jedimatt42 #602 Posted Saturday at 04:47 AM Update 1.17 - small change to ED editor, when in insert mode, pressing enter should move whatever is after your cursor down to a new line, shifting all lines below down a line. However the last line was being lost. 1.17 fixes that. 2 Quote Share this post Link to post Share on other sites
jedimatt42 #603 Posted Saturday at 05:42 PM 12 hours ago, jedimatt42 said: Update 1.17 - small change to ED editor, when in insert mode, pressing enter should move whatever is after your cursor down to a new line, shifting all lines below down a line. However the last line was being lost. 1.17 fixes that. I re-uploaded the zip... somehow I didn't get 1.17 into the 1.17 zip... Quote Share this post Link to post Share on other sites