settable codepage() on RP6502
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <rp6502.h>
|
||||
|
||||
int __fastcall__ codepage (void)
|
||||
int __fastcall__ codepage (int cp)
|
||||
{
|
||||
ria_set_ax (cp);
|
||||
return ria_call_int (RIA_OP_CODEPAGE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user