Replies: 1 comment 2 replies
-
The To paste into the emulated system, you need to ensure UI controls are enabled (Scroll Lock toggles by default), and then press the UI Paste Text key (Shift+Scroll Lock by default). You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi -
I'm using the PC-1403 emulator right now to debug some programs, and first of all, let me congratulate with Peter Trauner, for the excellent job done, to get these old machines emulated on MESS/MAME. He's the author of the work on the Sharp PC and SC61860 CPU (as per comments in source code):
pocketc.cpp
I know a VERY long time has passed, but maybe I'm lucky enough to still get some help here, also because I think it's about general issues with MESS, or MAME, and just partially specific to this machine.
I have two questions:
I tried using the debugger command to load a binary file in memory
loadr tmp.bin,E0E8,0,:maincpu
but this doesn't look like loading into the expected locations.
If I browse the debugger memory window to e0e8, selecting "Sharp SC61860 ':maincpu' program space" from the dropdown, I can't find any data uploaded:
but, when I select "Region ':maincpu'" from the dropdown, I indeed find the data I expect at E0E8:
I'm sure I'm not specifcying correctly the memory location to upload the file to, but I can't find any way to chose "program space" as the destination.
Can someone help?
Probably it's more about my ignorance on the MAME system itself, but I'd like to automate the input of relatively long programs on the emulated device.
I read in MESS pages (http://mess.redump.net/mess/howto#pasting_code_to_emulated_computers) that some Copy-Paste is possible, from the host to the emulated device, with the usual Ctrl-c on the host (a Win11 PC) and "S-ScrLock" (Shift-Screen Lock, isn't it?), but I get nothing, apparently. Does it apply to the porting to MAME too? Or, Is there an alternative method?
I was also thinking about using a LUA script (I understand MAME supports that), to get my text from the host PC being received by the emulated keyboard. But... how? Some examples?
Thanks, for any help!
Fabio (Rome - Italy)
Beta Was this translation helpful? Give feedback.
All reactions