Post Reply 
WIP: 16C firmware hack for more memory
08-24-2024, 07:06 AM
Post: #88
RE: WIP: 16C firmware hack for more memory
As a follow-up to this, could I just ask for confirmation of the template for the 10C...

I get it that the 10C is a machine that doesn't get a whole lot of attention so it's easy for something to be missed.

Looking at https://github.com/brouhaha/nonpareil/bl...c.ncd.tmpl lines 192-201 that define the second row of keys on the keyboard:

Code:
    <key user_keycode="21" hw_keycode="0x10"/> <!-- %          ->R        -->
    <key user_keycode="22" hw_keycode="0x30"/> <!-- GTO        ->P        -->
    <key user_keycode="23" hw_keycode="0x70"/> <!-- SIN        SIN-1      -->
    <key user_keycode="24" hw_keycode="0xc0"/> <!-- COS        COS-1      -->
    <key user_keycode="25" hw_keycode="0x80"/> <!-- TAN        TAN-1      -->
    <key user_keycode="26" hw_keycode="0x87"/> <!-- 4          DEG        -->
    <key user_keycode="27" hw_keycode="0xc7"/> <!-- 5          RAD        -->
    <key user_keycode="28" hw_keycode="0x77"/> <!-- 6          GRD        -->
    <key user_keycode="29" hw_keycode="0x37"/> <!-- multiply   x=0        -->
    <key user_keycode="20" hw_keycode="0x17"/>

Should the keys 4, 5, 6 and multiply not be shifted one position to the right with EEX as hw_keycode 0x87 and user keycode 26?

Current daily drivers: HP-41CL, HP-15C, HP-16C
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
More labels? - brouhaha - 01-30-2023, 06:40 AM
statistical registers - brouhaha - 04-22-2023, 06:00 AM
RE: WIP: 16C firmware hack for more memory - RPNerd - 08-24-2024 07:06 AM



User(s) browsing this thread: 3 Guest(s)