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

C128 - CP/M mode: Keyboard is not working #98

Closed bicurico closed 4 years ago

bicurico commented 4 years ago

Hello,

I tried to boot BMC64 in C128 mode with a CP/M boot disk. It starts OK and I get the prompt.

However, it seems that the keyboard is not working! It works fine in C128 and C64 modes, but under CP/M all key-presses are ignored except the shortcuts I configured (i.e. for a RESET).

Regards, Vitor

randyrossi commented 4 years ago

I've never tried CP/M mode so it's probably something trivial. Maybe it's expecting a keymap file that doesn't exist or something like that. I'll take a look.

On Mon, Jan 20, 2020 at 8:50 AM bicurico notifications@github.com wrote:

Hello,

I tried to boot BMC64 in C128 mode with a CP/M boot disk. It starts OK and I get the prompt.

However, it seems that the keyboard is not working! It works fine in C128 and C64 modes, but under CP/M all key-presses are ignored except the shortcuts I configured (i.e. for a RESET).

Regards, Vitor

— 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/98?email_source=notifications&email_token=AAI3HKEWTFI7XQ57CX5YFEDQ6WTZZA5CNFSM4KJEQPN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IHLTU3A, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKC4ALE4CE63SUTICYDQ6WTZZANCNFSM4KJEQPNQ .

-- Randy Rossi

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

randyrossi commented 4 years ago

Fixed. Archives in 3.4 include this fix.