Activity for Greg King

  • Greg King Greg King modified a comment on ticket #1631

    Renaming to "Allow keyset joysticks". But, it controls the "Numpad", too -- not only the two keysets. That text change might confuse users.

  • Greg King Greg King posted a comment on ticket #1631

    Renaming to "Allow keyset joysticks". But, it controls the "numpad", too -- not only the two keysets. That text change might confuse users.

  • Greg King Greg King posted a comment on ticket #942

    It's the disassembly, not the prompt, that's different. The prompt always shows the PC register, which anticipates the next instruction. Your first example disassembles the current instruction, while your second example disassembles the next instruction,

  • Greg King Greg King posted a comment on ticket #305

    just for the records: kernal initializes the CIA2 ports like this - interestingly, the portb output value is NOT initialized - so the kernel itself relies on the power-up value in the CIA! KERNAL doesn't set the output value because it's irrelevant -- all pins are set to input.

  • Greg King Greg King posted a comment on ticket #1565

    Three settings are needed: 1. The control port must be "Joystick". 2. The Joystick must be either "Numpad", "Keyset A", or "Keyset B". 3. "Enable keyboard joysticks" must be enabled.

  • Greg King Greg King posted a comment on ticket #1519

    Virtual shift is needed for typing the apostrophe, on US keyboards.

  • Greg King Greg King modified a comment on ticket #1519

    Nope! It's a workaround, not a fix. That workaround would be needed in EVERY keymap in VICE. The bug is that the virtual shift key is "pressed" even when it isn't needed (and not wanted). That bug is known. It's mentioned in https://sourceforge.net/p/vice-emu/bugs/1187/#4059 That comment has a very useful C64 keyboard test program attached to it. It shows the bug vividly. Run it. If you have a US host keyboard, then press the apostrophe key. The virtual (right) shift key will be pressed. Release....

  • Greg King Greg King posted a comment on ticket #1519

    Nope! It's a workaround, not a fix. That workaround would be needed in EVERY keymap in VICE. The bug is that the virtual shift key is "pressed" even when it isn't needed, and not wanted. That bug is known. It's mentioned in https://sourceforge.net/p/vice-emu/bugs/1187/#4059 That comment has a very useful C64 keyboard test program attached to it. It shows the bug vividly. Run it. If you have a US host keyboard, then press the apostrophe key. The virtual (right) shift key will be pressed. Release....

  • Greg King Greg King posted a comment on ticket #1499

    The upstream bug is fixed! Pango 1.48.8 doesn't show those verticle lines.

  • Greg King Greg King posted a comment on ticket #1514

    Aha, no I didn't. Usually, I try the emulators directly in the src/ folder; and, if they, for some reason, stop working, I don't run "sudo make install", so that I continue to have a working c64-emulator on my system. That won't work. "data/", not "src/" is the anchor. Therefore, you must copy the newly-built binaries from "src/" into "data/". Then, run them from "data/".

  • Greg King Greg King modified a comment on ticket #1505

    Also, please give us some more information, what OS is it running on?? "x86_64-w64-mingw32" means 64-bit Windows (I assume version 10).

  • Greg King Greg King posted a comment on ticket #1505

    Also, please give us some more information, what OS is it running on?? "x86_64-w64-mingw32" means 64-bit Windows.

  • Greg King Greg King posted a comment on ticket #1502

    (Don't try to compile "render-common.c" anymore, it's now #included within "render-common.h".) That causes a recursive #include of "render-common.h". Here is a better fix: 1. Move the inline function definitions into the header, itself. 2. Delete "render-common.c". 3. Declare those functions as static inline. 4. Remove the unneeded #include "video.h".

  • Greg King Greg King created ticket #295

    Copy external FFMPEG libraries into Windows bindist packages

  • Greg King Greg King posted a comment on ticket #1481

    Of course QLink doesn't like ip232. It's a tcpser protocol. ip232 can't be used with anything else.

  • Greg King Greg King posted a comment on ticket #1472

    The symbolic keymaps are designed to make it easier to type the symbols that are on host keyboards. If you want to type PetSCII graphics characters, then you must switch to a positional keymap, and remember where those graphics sit on Commodore's keyboards.

  • Greg King Greg King posted a comment on ticket #291

    Also, you should add libjoystickdrvto the list of .PHONY: goals.

  • Greg King Greg King modified a comment on ticket #1010

    Search this web page for "dhcpc". You'll see that both the non-working and the working logs reach that far. Then, the non-working log exits. The working log continues with HardSID messages. The HardSID code attempts to access the I/O ports directly -- a big no-no! Modern Windows versions simply block those attempts. But maybe, a third-party antimalware program is monitoring the systems of users who have "the problem". Maybe, it thinks that those emulators are "bad actors" -- and kills them. (The...

  • Greg King Greg King posted a comment on ticket #1010

    Search this web page for "dhcpc". You'll see that both the non-working and the working logs reach that far. Then, the non-working log exits. The working log continues with HardSID messages. The HardSID code attempts to access the I/O ports directly -- a big no-no! Modern Windows versions simply block those attempts. But, maybe a third-party antimalware program is monitoring the systems of users who have "the problem". Maybe, it thinks that those emulators are "bad actors" -- and kills them. (The...

  • Greg King Greg King modified a comment on ticket #287

    -Use your favourite editor to change your home dir entry in /etc/passwd: +Use your favourite editor to change your home dir. entry in /etc/passwd: Why the dot? 'dir' is a perfectly acceptable abbreviation of 'directory'; and if you want 'directory' written out, it still fits in 80 columns. It's a syntax tradition that I like. It says, "this definitely is an abbreviation". For example, direct is a word, while direct. is an abbreviation of a longer word. Another 'issue' is the removal of the instructions...

  • Greg King Greg King posted a comment on ticket #287

    -Use your favourite editor to change your home dir entry in /etc/passwd: +Use your favourite editor to change your home dir. entry in /etc/passwd: Why the dot? 'dir' is a perfectly acceptable abbreviation of 'directory'; and if you want 'directory' written out, it still fits in 80 columns. It's a syntax tradition that I like. It says, "this definitely is an abbreviation". For example, direct is a word, while direct. is an abbreviation of a longer word. Another 'issue' is the removal of the instructions...

  • Greg King Greg King created ticket #287

    Update MSys2 "Howto" document.

  • Greg King Greg King posted a comment on ticket #1461

    So ... we have bash (it seems to set OSTYPE), texi2dvi, and uname. At least one of them changed (and broke) recently (I don't know exactly when it happened).

  • Greg King Greg King posted a comment on ticket #1461

    It's not "configure"; it's "texi2dvi". Look at lines 79 to 92 in "/bin/texi2dvi". The "uname" command wants to see "MSYS"; it doesn't recognize "msys"!

  • Greg King Greg King posted a comment on ticket #1461

    I have some updates for that "Howto" file. One of them is that we don't need to build the static stuff anymore; MSys2 has FFMPEG now. I'll submit a patch.

  • Greg King Greg King posted a comment on ticket #1461

    The bug is in MSys2's BASH, not VICE. It sets an environment variable to a wrong spelling: $ declare -p OSTYPE declare -- OSTYPE="msys" OSTYPE should hold an upper-case "MSYS". That misspelling makes texi2dvi think that it's running on pure Windows (not a POSIX overlay). Therefore, it looks for semicolons in the PATH string, instead of colons. It can't find where to look for programs. You can work around that bug by putting this line in "~/.bash_profile": export OSTYPE="MSYS"

  • Greg King Greg King posted a comment on ticket #1444

    It's a typo. Compyx spelled it "vnversion.h". :-)

  • Greg King Greg King posted a comment on ticket #284

    I disagree with revision 39853. Two rules are used to build the header. The first rule should name the header in the same way that the second rule names it. There is no path in svnversion.h: svnversion.h.indirect That is the way that it should be; it's a local file (in the current directory). Therefore, there should be no path at the end of the first rule's recipe.

  • Greg King Greg King posted a comment on ticket #284

    You're right! I apologize; my patch was incomplete. I forgot about a fix that I did a long time ago: Index: src/Makefile.am =================================================================== --- vice/src/Makefile.am (revision 39852) +++ vice/src/Makefile.am (working copy) @@ -610,7 +610,7 @@ BUILT_SOURCES = $(EMBEDDED_H_FILES) $(SVN_VERSION_ .PHONY: svnversion.h.indirect svnversion.h.indirect: - @$(SHELL) $(srcdir)/buildtools/gensvnversion.sh $(SVNVERSION) $(top_srcdir) $(srcdir)/svnversion.h +...

  • Greg King Greg King posted a comment on ticket #284

    This is what I get: Wed Mar 10, 04:26 AM; (error 0) /usr/local/src/svn-vice-build $ make petcat make[1]: Entering directory '/usr/local/src/svn-vice-build/src/tools/petcat' cd ../../../../svn-vice && automake-1.16 --foreign src/tools/petcat/Makefile cd ../../.. && /bin/sh ./config.status src/tools/petcat/Makefile depfiles config.status: creating src/tools/petcat/Makefile config.status: executing depfiles commands (cd ../..; make svnversion.h) make[2]: Entering directory '/usr/local/src/svn-vice-build/src'...

  • Greg King Greg King posted a comment on ticket #284

    By the way, those tool Makefiles didn't work in-tree, either. (Note that make clean doesn't remove an old "svnversion.h". Therefore, your tests probably never had a truely "virgin" build environment.)

  • Greg King Greg King posted a comment on ticket #284

    In the other makefiles, the cd commands use simple relative paths. They don't use make variables. cd ../..; is consistent with those other makefiles.

  • Greg King Greg King created ticket #284

    Made cartconv and petcat tools buildable by themselves.

  • Greg King Greg King posted a comment on ticket #395

    The until command is better for the two jobs that you described.

  • Greg King Greg King posted a comment on ticket #1364

    should be fixed in r39253 That new code sets AutostartDelayDefaultSeconds twice. autostart_init() sets it, then autostart_reinit() sets it again.

  • Greg King Greg King posted a comment on ticket #1358

    They don't appear to be listed options in configure. They aren't documented because we aren't supposed to use them. We aren't supposed to know even that they exist! As I told you before, only a second script file ever uses those two options.

  • Greg King Greg King posted a comment on ticket #1358

    Don't type those last two options. (Only the "./config.status --recheck" script uses them.)

  • Greg King Greg King posted a comment on ticket #1350

    I think that a right parenthesis shouldn't have been moved. The inner parentheses should surround only the option name. (--enable-pdf-docs),

  • Greg King Greg King created ticket #1351

    A duplicated macro expansion in "configure.ac" is deprecated anyway.

  • Greg King Greg King created ticket #1350

    Bug in error messages for missing PDF tools

  • Greg King Greg King posted a comment on ticket #70

    Windows's COM ports support those signals. Code for DTR is at https://sourceforge.net/p/vice-emu/code/HEAD/tree/trunk/vice/src/arch/shared/rs232-win32-dev.c#l456 . Code for DCD is at https://sourceforge.net/p/vice-emu/code/HEAD/tree/trunk/vice/src/arch/shared/rs232-win32-dev.c#l493 .

  • Greg King Greg King posted a comment on ticket #70

    Al, have you tried the programs at http://com0com.sourceforge.net/ instead of a cable?

  • Greg King Greg King posted a comment on ticket #1009

    Yes. It's fixed. I build both the HTML docs and the static FFMPEG library, in both SDL2 and GTK3. I don't see those messages anymore.

  • Greg King Greg King posted a comment on ticket #244

    The second use of va_copy() and va_end() is pointless (the line in between them doesn't use args).

  • Greg King Greg King posted a comment on ticket #1317

    DJGPP and RSXNT, yes; Visual C, no. It wasn't until GCC 2.91 that MinGW's headers looked enough like Visual C's headers that "soundwmm.c" could be built by both Microsoft's and GNU's compilers. I think that there used to be MSVC version tests there, too. But, official support for Visual C was removed from VICE. I agree, that preprocessor line has been obsolete for a long, long time. (-std=c99 is used for C source files.)

  • Greg King Greg King posted a comment on ticket #1170

    There seems to be some bleed-over between the two mappings. If I remove the 1 (key is combined with shift) flag from the unshifted mapping, then the shifted mapping works -- even without the 16 (deshift key) flag!

  • Greg King Greg King modified a comment on ticket #1312

    I have no idea what caused it, but the last byte in the "sudoku3" file is $02. It should be $00. The last three bytes in a BASIC program must be zeroes. That tells both the BASIC ROM and CBM prg Studio where the end is. The file can have other stuff (such as machine code) after that spot, but BASIC can know where its source stops. After the BASIC ROM loads a file, it walks through the code (fixing line links) until it gets to the end. But, BASIC couldn't see the end of your source. Therefore, it...

  • Greg King Greg King modified a comment on ticket #1312

    I have no idea what caused it, but the last byte in the "sudoku3" file is $02. It should be $00. The last three bytes in a BASIC program must be zeroes. That tells both the BASIC ROM and CBM prg Studio where the end is. The file can have other stuff (such as machine code) after that spot, but BASIC can know where its source stops. After the BASIC ROM loads a file, it walks through the code (fixing line links) until it gets to the end. But, BASIC couldn't see the end of your source. Therefore, it...

  • Greg King Greg King modified a comment on ticket #1312

    I have no idea what caused it, but the last byte in the "sudoku3" file is $02. It should be $00. The last three bytes in a BASIC program must be zeroes. That tells both the BASIC ROM and CBM prg Studio where the end is. The file can have other stuff (such as machine code) after that spot, but BASIC can know where its source stops. After the BASIC ROM loads a file, it walks through the code (fixing line links) until it gets to the end. But, BASIC couldn't see the end of your source. Therefore, it...

  • Greg King Greg King posted a comment on ticket #1312

    I have no idea what caused it, but the last byte in the "sudoku3" file is $02. It should be $00. The last three bytes in a BASIC program must be zeroes. That tells both the BASIC ROM and CBM prg Studio where the end is. The file can have other stuff (such as machine code) after that spot, but BASIC can know where its source stops. After the BASIC ROM loads a file, it walks through the code (fixing line links) until it gets to the end. But, BASIC didn't see the end of your source. Therefore, it kept...

  • Greg King Greg King modified a comment on ticket #1294

    You put the #ifdef HAVE_MIDI test before the #include "vice.h" line. Therefore, the test cannot be true.

  • Greg King Greg King posted a comment on ticket #1294

    You put the #ifdef HAVE_MIDI test before the #include <vice.h> line. Therefore, the test cannot be true.

  • Greg King Greg King posted a comment on ticket #241

    GTK3VICE cannot be built on Windows because "gtk3/data/win32/Makefile.am" doesn't create "icon.res".

  • Greg King Greg King modified a comment on ticket #1294

    Compyx, you had forgotten to convert "vice.gresource.xml.proto" into a generic "vice.gresource.xml".

  • Greg King Greg King posted a comment on ticket #1294

    compyx, you forgot to convert "vice.gresource.xml.proto" into a generic "vice.gresource.xml".

  • Greg King Greg King posted a comment on ticket #373

    Can't you plug into the "-autoload" code?

  • Greg King Greg King posted a comment on ticket #1136

    When I switch between SDL2 and GTK3, I must use an extra command to clean VICE: make clean find src/lib/libffmpeg -name '*.[oa]' -delete

  • Greg King Greg King posted a comment on ticket #367

    I have seen that you also added a "ogg-vorbis" option but, after this change, libFLAC cannot be used anymore, because you changed FLAC_PRESENT to "no" at global level. Am I doing some mistakes or this is wrong? It's a bug.

  • Greg King Greg King created ticket #235

    Update MSYS2 Building Instructions

  • Greg King Greg King posted a comment on ticket #1236

    svn up, run ./autogen.sh, ./configure, make clean and finally make. Only svn up make is needed -- the Makefile will do the other things.

  • Greg King Greg King posted a comment on ticket #228

    Can the 2 vdrives in a unit have different emulation types (the simplest combination: True Drive Emulation and Filesystem)? "vice.pdf" says that the two drive controllers always are virtual. Therefore, many names are misleading. Two of them are actually "True Unit Emulation" and "Virtual Units". The sensible answer to that question is "no".

  • Greg King Greg King posted a comment on ticket #1228

    Here is a command line that builds SDL2 x64sc on my MSYS2 system: g++ -std=c++11 -g -O3 -Wall -Wformat -Wformat-signedness -Wshadow -Wpointer-arith -Wstrict-prototypes -Wuninitialized -Wunreachable-code -Wno-unused-parameter -Werror=implicit-function-declaration -Wfatal-errors -Wall -Wno-unused-parameter -Wno-sign-compare -mwindows -I/mingw64/include/SDL2 -Dmain=SDL_main -Ofast -march=native -o x64sc.exe alarm.o attach.o autostart.o autostart-prg.o cbmdos.o cbmimage.o charset.o clipboard.o clkguard.o...

  • Greg King Greg King posted a comment on ticket #1228

    I can build SDL2 with MSYS2. Did you configure VICE with --enable-sdlui or --enable-sdlui2?

  • Greg King Greg King posted a comment on ticket #1227

    First of all, substituting $(top_builddir) with $(top_srcdir) seems wrong; that'll probably break out-of-tree building. The .RC file won't be built anymore. Instead, a permanent generic version of it will be substituted for the prototype file in the (repo's) source tree. (A -I command-line option, for include paths, will be used to find the common icon file.) But at least, set svn to use Unix by default; I'm seeing some ^M's that should not be there. Carlo, you must run your new "icon.rc" file (and...

  • Greg King Greg King posted a comment on ticket #1199

    This patch clears the keyboard (on Windows, at least) when VICE loses the keyboard focus.

  • Greg King Greg King posted a comment on ticket #963

    Fixed by revision 37368.

  • Greg King Greg King posted a comment on ticket #1186

    This ticket should be marked as "pending-fixed". The US positional keymaps, for both GTK and SDL, work properly now.

  • Greg King Greg King posted a comment on ticket #1111

    This ticket can be marked as "closed-fixed". The fix is universal; it works in all "bindist" scripts (and Makefiles, too).

  • Greg King Greg King posted a comment on ticket #1215

    There's a memory leak in the Windows code (string a isn't freed). This patch fixes that leak, and removes an unneeded lib_strdup(a) (string a is allocated; so, just return it).

  • Greg King Greg King modified a comment on ticket #1215

    In the meantime, fixing "src/arch/shared/archdep_quote_parameter.c" might be a simpler solution. Currently, the function creates three strings: a, b, and c. To make the fix: all platforms need string a; nobody needs string b; only Microsoft's OSes need string c.

  • Greg King Greg King posted a comment on ticket #1215

    In the meantime, fixing "src/arch/shared/archdep_quote_parameter.c" is a simpler solution. Currently, the function creates three strings: a, b, and c. To make the fix: all platforms need string a; nobody needs string b; only Microsoft's OSes need string c.

  • Greg King Greg King posted a comment on ticket #1215

    This ticket seems like bug ticket 920.

  • Greg King Greg King modified a comment on ticket #1212

    Look on the "Emulator" pane in the Settings dialog.

  • Greg King Greg King posted a comment on ticket #1212

    Look on the "Emulator" pane.

  • Greg King Greg King created ticket #223

    Fix xplus4's US Keymaps

  • Greg King Greg King posted a comment on ticket #1208

    Shift-7 is an apostrophe on the US +4 keyboard (it looks like a short slash).

  • Greg King Greg King posted a comment on ticket #1206

    But so, the interfaces that invert the handshake lines do not work with Commodore BASIC in X-line mode? As Commodore BASIC does not expect this, right? No, it's the adapters that do invert the handshake lines that work with Kernal's standard RS-232 driver. The Glink-lt adapter is right; the C64-wiki is wrong. (Magnify the Glink schematic a few times, then look at the names of the lines that go in/out of the Max232 chips. You'll see a bar over those names. Those chips use inverted lines; the adapter...

  • Greg King Greg King modified a comment on ticket #1199

    greg, i think your example is different. the space bar stops acting when going back to VICE. even if you just hover the mouse over VICE. That happens only if you do something that sends an event. For example, tapping a key, or hovering over a status-bar region that changes the mouse cursor's shape. The only difference between our examples is that fewer events are able to cancel state-modifier keypresses. also, the issue i described did NOT happen on versions before mentioned commit, just check stable...

  • Greg King Greg King posted a comment on ticket #1199

    greg, i think your example is different. the space bar stops acting when going back to VICE. even if you just hover the mouse over VICE. That happens only if you do something that sends an event. For example, tapping a key, or hovering over a status-bar region that changes the mouse cursor's shape. The only difference between our examples is that fewer events are able to cancel state-modifier keypresses. I typed: GDK/GTK sees those announcements, and remembers what it thinks is the current condition...

  • Greg King Greg King posted a comment on ticket #1199

    It's not a bug; it's the normal way that GTK/GDK works. It's based on the way that X11 (X Window System) works. When an input condition changes, an "event" (announcement) is given to the currently active window. Typical events are "Left Shift pressed", "Left Shift released", "Space pressed", and "Space released". GDK/GTK sees those announcements, and remembers what it thinks is the current condition of some inputs. VICE does the same thing with mapped keys. (They don't ask the keyboard, "what is...

  • Greg King Greg King created ticket #221

    GTK: Close settings after "Hide VDC" only when needed.

  • Greg King Greg King created ticket #220

    Stop the ACIA core from trying to talk to unopened devices.

  • Greg King Greg King posted a comment on ticket #217

    It would be better to change the c128 definition of z80_regs into a comment, and add a note that says that the struct variable is exported by ../c64/cart/cpmcart.c.

  • Greg King Greg King posted a comment on ticket #1193

    You mean something like BPS: 20 ? But, does it actually work? It sets the speed of the ACIA emulation; but, it's ignored by devices outside of VICE.

  • Greg King Greg King posted a comment on ticket #218

    I think that you should remove the SDL2 prefix stuff -- it's pointless! VICE never will need a prefix! sdl2.pc and sdl2-config always point directly to the headers directory.

  • Greg King Greg King posted a comment on ticket #1193

    This patch should let you see the message in Unix builds: Index: src/arch/shared/rs232-unix-dev.c =================================================================== --- src/arch/shared/rs232-unix-dev.c (revision 37525) +++ src/arch/shared/rs232-unix-dev.c (working copy) @@ -411,6 +411,10 @@ int rs232dev_set_status(int fd, enum rs232handshak /* get the status lines of the RS232 device */ enum rs232handshake_in rs232dev_get_status(int fd) { + if (fd < 0 || fd >= RS232_NUM_DEVICES) { + log_error(rs232dev_log,...

  • Greg King Greg King posted a comment on ticket #1192

    GTK VICE on Windows used to pop up a console (terminal) window even when it wasn't needed. That action has been suppressed. As a result, console output normally is redirected to "nowhere". In order to see the usage list, you must "catch" that output before it's dropped. Use this command: x64 -h|more

  • Greg King Greg King posted a comment on ticket #1190

    The lock is "Caps", not "Shift"; we don't get punctuation marks when we tap number keys. I noticed that too. So, that is the wrong behaviour? On a real C64, SHIFT-LOCK does really shift every key, unlike CAPS LOCK on a PC? SHIFT LOCK is a "push on, push off" switch (not key!) that's wired across the left Shift key. (When the switch is in its "on" state, the machine thinks that the left Shift is being held down.)

  • Greg King Greg King posted a comment on ticket #1190

    In the GTK3 version, that works fine on the same system, though. Actually, Shift-Lock doesn't work in the GTK UI, either. But, we usually don't see it because of the different ways that the two UIs encode keypresses. SDL encodes the position of the key; "G" is the same as "g" (ignoring the modifier flags). GDK encodes the character symbol; "G" is different from "g". Therefore, after we press Caps Lock, SDL still sends lower-case "g"; but, GDK sends upper-case "G" (because the OS obeys the Caps Lock...

  • Greg King Greg King modified a comment on ticket #1187

    press LEFT SHIFT press some other key Now, RIGHT SHIFT is pressed, too. That's the "Caps Lock" effect. Pressing the left Shift key activates the "SHIFT LOCK" light, too! Then, pressing any key that can be affected by Caps Lock will activate the virtual shift key (which happens to be the right-side one, in the current keymap). You can see it also if you press the Caps Lock key, release it, then press any letter key.

  • Greg King Greg King modified a comment on ticket #1187

    press LEFT SHIFT press some other key Now, RIGHT SHIFT is pressed, too. That's the "Caps Lock" effect. Pressing the left Shift key activates the "SHIFT LOCK" light, too! Then, pressing any key that can be affected by Caps Lock will activate the virtual shift key (which happens to be the right-side one, in the current keymap). You can see it also if you press the Caps Lock key, release it, then press any letter key. P.S., It's a side effect, not a bug.

  • Greg King Greg King posted a comment on ticket #1187

    press LEFT SHIFT press some other key Now, RIGHT SHIFT is pressed, too. That's the "Caps Lock" effect. Pressing the left Shift key activates the "SHIFT LOCK" light, too! Then, pressing any key that can be affected by Caps Lock will activate the virtual shift key (which happens to be the right-side one, in the current keymap). You can see it also if you press the Caps Lock key, release it, then press any letter key.

  • Greg King Greg King posted a comment on ticket #1187

    "Well, we can, but only the first one is recognised." That seems to be a Windows-specific issue (with either GTK or even the OS) -- it works in Linux. It works in SDL on Windows. So, I think that the bug is in GDK-on-Windows. You can see it if you "Enable keyboard debugging on statusbar". It's pure GDK; VICE has very little effect on that display.

  • Greg King Greg King posted a comment on ticket #213

    ... , we need to 'rescue' (ie, move) the 'vice-logo.svg' and 'vice-logo-black.svg' files -- at least, the black logo file is used in the vice.gresource file by reading it from the html/images directory. But, it doesn't belong there! "vice-logo-black.svg" isn't used by the HTML pages. It is only a UI file. It belongs in the directory which holds the UI's icon files.

  • Greg King Greg King modified a comment on ticket #1171

    The "model" option works: -model sx64, -model sx64pal, and -model sx64ntsc. -kernalrev tries to patch the Kernal before the file is loaded; then, it pretends that it succeeded. KernalRev is ignored. Its value is replaced by the actual revision number from the loaded file. The attached patch fixes the -kernalrev bug. (A KernalRev from the settings file still is ignored.)

  • Greg King Greg King posted a comment on ticket #1171

    The "model" option works: -model sx64, -model sx64pal, and -model sx64ntsc. -kernalrev tries to patch the Kernal before the file is loaded; then, it pretends that it succeeded. KernalRev is ignored. Its value is replaced by the actual revision number from the loaded file. The attached patch fixes the -kernalrev bug. (A KernalRev from the settings file still is ignored.)

  • Greg King Greg King posted a comment on ticket #1171

    /usr/local/Cellar/vice/3.4/bin/x64sc -kernalname "sxkernal" -kernalrev 67 This results in: Unknown option '-kernalname'. Seems strange that one can specify the kernal revision on the command line, but not the (apparently mandatory) kernal name as well. Enter this command: /usr/local/Cellar/vice/3.4/bin/x64sc -help|more Then, tell "more" to find kernal. You will see the correct options.

  • Greg King Greg King posted a comment on ticket #517

    It works in Windows. (The "IEC Device" setting has no effect.)

  • Greg King Greg King posted a comment on ticket #345

    registers is another command that doesn't like semicolons. P.S., You don't need to use the command command, to see the bug. You can see it when you type multiple-command lines at the monitor's prompt.

  • Greg King Greg King posted a comment on ticket #293

    Full quotes? When you sent those recent messages, your mail program "quoted" the entire text of previous messages in this thread. It's a lot of undesired noise. Please delete that extra text from your messages before you send them (keep only the specific text to which you're replying).

1 >
MongoDB Logo MongoDB