code page
This commit is contained in:
7
libsrc/rp6502/code_page.c
Normal file
7
libsrc/rp6502/code_page.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <rp6502.h>
|
||||
|
||||
int __fastcall__ code_page (int cp)
|
||||
{
|
||||
ria_set_ax (cp);
|
||||
return ria_call_int (RIA_OP_CODE_PAGE);
|
||||
}
|
||||
Reference in New Issue
Block a user