| |
Compyx
Registered: Jan 2005 Posts: 631 |
Release id #212349 : VICE 3.6
Since there are some questions in the comments section of VICE 3.6, I figured it would be better use the forum for any questions.
So to start things off:
Quoting The Human Code MachineBut how can I save the monitor window position on GTK3 Vice Windows x64? After exiting it always opens the same small window.
Currently you can't, window resizing/repositioning support is different across OSes/WMs, so making this work properly for all configurations may never work. That said, I'm working on a "fix" to make it at least work on some systems. |
|
... 65 posts hidden. Click here to view all posts.... |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
prints "ram expansion unit content validated." in green here - how exactly do you run it? i basically just copied the cmdline from your makefile
x64sc -reu -reuimage reu-image.bin -reusize 256 reu-check.prg
edit: try adding -default to the beginning of that cmdline and see if that changes anything |
| |
Perplex
Registered: Feb 2009 Posts: 255 |
Interesting!
From the output of x64sc:
command line was: /home/lars/dev/misc/svn-mirror-r41604/vice/src/x64sc -reu -reuimage reu-image.bin -reusize 256 reu-check.prg
reconstructed commandline options (might be incomplete):
-default -monlog -sdlinitialw "1530" -sdlinitialh "1160" -reu -reusize "256" -reuimage "reu-image.bin" -remotemonitor |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
you need at least https://sourceforge.net/p/vice-emu/code/41609/ :) |
| |
Perplex
Registered: Feb 2009 Posts: 255 |
Works fine here too with r41609. Thanks! :) |
| |
Joe
Registered: Apr 2002 Posts: 229 |
I can swear that in one of the many versions of Vice, RunStop was on the positional "Caps Lock key".
Getting my head around using Esc key feels a bit awkward.
Part from that, still enjoy this one :D! |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
That was very long ago, and it should be obvious it causes nothing but problems. You can always remap it that way if you like broken keyboard :) |
| |
Stone
Registered: Oct 2006 Posts: 172 |
Works on real HW! Back in the day when my Restore key stopped functioning, I hardwired it to the Shift Lock key. Worked like a charm! |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
LOL. feel free to create a stones-broken-keyboard.vkm =) |
| |
Endurion
Registered: Mar 2007 Posts: 73 |
It seems the arguments for true drive have changed.
If passing the old version (-/+truedrive -/+virtualdev) VICE simply doesn't startup without any message, just returning 1.
Please, if you don't like the arguments, show some info message about that. |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
The -virtualdev option has indeed changed to -virtual[8-11], as has -truedrive, which is now -drive[8-11]truedrive.
VICE does print an error message:
Option '+virtualdev' is ambiguous.
Error parsing command-line options, bailing out. For help use '-help'
So I assume your using Windows, where Microsoft in their infinite wisdom decided to not connect stdout/stderr to the terminal. You can still catch the messages by redirecting stdout/stderr to a file or piping to a program like more. |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 - Next |