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
474 stars 56 forks source link

OSD keyboard can’t type on GameHat for snapshot saving #238

Open darwiniandude opened 10 months ago

darwiniandude commented 10 months ago

After testing BMC64 and being impressed I just picked up a Game Hat for pocket C64 goodness. On screen keyboard works in the C64 but not in the menu, specifically I can’t type into the snapshot save field. Am I missing something or is this not implemented? Snapshots would be super useful for a portable system you have to power off to save battery, and resume your game later. If too hard to implement perhaps an automatically incrementing snap1, snap2 etc file name could be pre-filled when saving? This is my biggest game stopper so far.

randyrossi commented 10 months ago

I think the on screen keyboard is only used for C64 input, not the menu system itself (if I recall correctly). The auto increment is an option, but I have no time to work on BMC64 features anymore. If someone else cares to implement it, I can take a merge request and make a build.

On Thu, Aug 17, 2023 at 10:51 PM darwiniandude @.***> wrote:

After testing BMC64 and being impressed I just picked up a Game Hat for pocket C64 goodness. On screen keyboard works in the C64 but not in the menu, specifically I can’t type into the snapshot save field. Am I missing something or is this not implemented? Snapshots would be super useful for a portable system you have to power off to save battery, and resume your game later. If too hard to implement perhaps an automatically incrementing snap1, snap2 etc file name could be pre-filled when saving? This is my biggest game stopper so far.

— Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/238, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKHJY4HZFX6C6XBRVRDXV3KD3ANCNFSM6AAAAAA3U5CGXM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Randy Rossi