randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
488 stars 59 forks source link

GPIO config 1 - Corresponding Function: GPIO23 #100

Closed CemTezcan closed 4 years ago

CemTezcan commented 4 years ago

Hello. On GPIO config 1 "Menu Nav Buttons and Joysticks", GPIO23 is assigned for both virtual keyboard and joystick fire button of GPIO bank 1.

I can't disable virtual keyboard function, so bank 1 is not usable with fire button because virtual keyboard appears everytime.

randyrossi commented 4 years ago

Oops. Actually, looks like Up + Vkbd. Does pushing up actually pop up the keyboard?

On Thu, Jan 23, 2020 at 4:20 PM CemTezcan notifications@github.com wrote:

Hello. On GPIO config 1 "Menu Nav Buttons and Joysticks", GPIO23 is assigned for both virtual keyboard and joystick fire button of GPIO bank 1.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/100?email_source=notifications&email_token=AAI3HKHDFQL4YITNR67VN7DQ7IC23A5CNFSM4KK5G4P2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IILVVYA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKB6S7IK7NOGBBGCLB3Q7IC23ANCNFSM4KK5G4PQ .

-- Randy Rossi

C:(+1)416-605-5112 (Canada)

randyrossi commented 4 years ago

Oh, actually, yah it's the fire button.

On Thu, Jan 23, 2020 at 4:44 PM Randy Rossi randy.rossi@gmail.com wrote:

Oops. Actually, looks like Up + Vkbd. Does pushing up actually pop up the keyboard?

On Thu, Jan 23, 2020 at 4:20 PM CemTezcan notifications@github.com wrote:

Hello. On GPIO config 1 "Menu Nav Buttons and Joysticks", GPIO23 is assigned for both virtual keyboard and joystick fire button of GPIO bank 1.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/100?email_source=notifications&email_token=AAI3HKHDFQL4YITNR67VN7DQ7IC23A5CNFSM4KK5G4P2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IILVVYA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKB6S7IK7NOGBBGCLB3Q7IC23ANCNFSM4KK5G4PQ .

-- Randy Rossi

C:(+1)416-605-5112 (Canada)

  • "There are only two things that are hard about computer science; Naming things, Cache Invalidation, and Off-by-one errors."

-- Randy Rossi

C:(+1)416-605-5112 (Canada)

randyrossi commented 4 years ago

Looks like I had two conflicts. GPIO 19 and 23 were used twice on config

1.

On Thu, Jan 23, 2020 at 4:45 PM Randy Rossi randy.rossi@gmail.com wrote:

Oh, actually, yah it's the fire button.

On Thu, Jan 23, 2020 at 4:44 PM Randy Rossi randy.rossi@gmail.com wrote:

Oops. Actually, looks like Up + Vkbd. Does pushing up actually pop up the keyboard?

On Thu, Jan 23, 2020 at 4:20 PM CemTezcan notifications@github.com wrote:

Hello. On GPIO config 1 "Menu Nav Buttons and Joysticks", GPIO23 is assigned for both virtual keyboard and joystick fire button of GPIO bank 1.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/100?email_source=notifications&email_token=AAI3HKHDFQL4YITNR67VN7DQ7IC23A5CNFSM4KK5G4P2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IILVVYA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKB6S7IK7NOGBBGCLB3Q7IC23ANCNFSM4KK5G4PQ .

-- Randy Rossi

C:(+1)416-605-5112 (Canada)

  • "There are only two things that are hard about computer science; Naming things, Cache Invalidation, and Off-by-one errors."

-- Randy Rossi

C:(+1)416-605-5112 (Canada)

  • "There are only two things that are hard about computer science; Naming things, Cache Invalidation, and Off-by-one errors."

-- Randy Rossi

C:(+1)416-605-5112 (Canada)

randyrossi commented 4 years ago

Fixed. Archives for 3.4 were updated to include this fix.