From: Asuka A. <asu...@gm...> - 2014-07-27 14:23:27
|
Hello, I really like your emulator but I have some ideas to make it even more awesome : -- A key that allows the user to quickly toggle fastest speed and normal speed, which would be very useful for people who use your emulator to test Axe programs that need to be compiled on calc so they can compile in fastest speed and test in normal speed -- A way to send a file when launching the emulator in the CLI, like for example |tilem2 --send-file=/home/me/project/project.8xp| -- Fix macros, which would also give a workaround to the previous point. I assume they don't work because when I Record and open a file, everything works well until I Stop and Save the macro, which makes the emulator hang and display "Abandon (core dumped)" (French distro). The file I selected to save the macro then contains my first keypresses (before I tried to load a file) and then a "file=" with nothing after the "=". There are also some things that would make it more user friendly but that are not really urgent : -- Give the possibility to edit keybindings through a beautiful interface instead of digging the keybindings.ini file somewhere. -- Support for keys such as "Shift" and "Ctrl", but real support, as in "Shift = 2nd" and "A = Math", not "Shift+A = 2nd,Math". Thanks for the work you've already done, and thanks for maybe taking my feedback in consideration. |