directory ops

This commit is contained in:
rumbledethumps
2025-10-14 23:11:23 -07:00
parent a6763af95c
commit e6c138dc03
11 changed files with 138 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
int __fastcall__ write_xram (unsigned buf, unsigned count, int fildes)
{
ria_set_ax (fildes);
ria_push_int (buf);
ria_push_int (count);
ria_set_ax (fildes);
return ria_call_int (RIA_OP_WRITE_XRAM);
}