Post Reply 
Genesis 41 Emulator by Laurent Spohr
06-24-2021, 05:32 PM (This post was last modified: 06-24-2021 05:51 PM by Sylvain Cote.)
Post: #37
RE: Genesis 41 Emulator by Laurent Spohr
I just looked in the RAMBox32 manual and there is a way to transfer system buffer and/or user defined keys to/from RAM from/to QROM.

The functions related to user defined keys (UDK) are: KEYAS? , CRFLKEY , LDKEY and GTKEY.

RAM to QROM procedure:
Code:
KEYAS?     // find the number of registers used by the UDK internal buffer
10         // page where QROM is located
"MYKEYS"   // UDK filename to create in QROM
CRFLKEY    // create an empty key file in QROM using ALPHA (QROM UDK filename) , X (QROM page) & Y registers (QROM UDK file size)
LDKEY      // copy UDK from internal buffer to QROM file

QROM to RAM procedure:
Code:
"MYKEYS"   // UDK filename in QROM
GTKEY      // copy UDK from QROM file to internal buffer

Sylvain

PS: the RAMBox 32 manual is available on the same site that Robert gave you in post #31

edit 1: typos
edit 2: PS
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Genesis 41 Emulator by Laurent Spohr - Sylvain Cote - 06-24-2021 05:32 PM



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