![]() |
Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
#include <stdio.h>
Go to the source code of this file.
Macros | |
| #define | POKE(a, d) *(BYTE*)(a) = (d) |
| #define | PEEK(a) (*(BYTE*)(a)) |
| #define | HOSTFSR0 0xD0FEU |
| #define | HOSTFSR1 0xD0FFU |
| #define | HOSTFS_READ 0 |
| #define | HOSTFS_OVERWRITE 1 |
| #define | HOSTFS_WRITE 2 |
Typedefs | |
| typedef unsigned char | BYTE |
Functions | |
| int | main (void) |
| #define HOSTFS_OVERWRITE 1 |
Definition at line 33 of file cbmhostfs.c.
| #define HOSTFS_READ 0 |
Definition at line 32 of file cbmhostfs.c.
| #define HOSTFS_WRITE 2 |
Definition at line 34 of file cbmhostfs.c.
| #define HOSTFSR0 0xD0FEU |
Definition at line 28 of file cbmhostfs.c.
| #define HOSTFSR1 0xD0FFU |
Definition at line 29 of file cbmhostfs.c.
| #define PEEK | ( | a | ) | (*(BYTE*)(a)) |
Definition at line 26 of file cbmhostfs.c.
| #define POKE | ( | a, | |
| d | |||
| ) | *(BYTE*)(a) = (d) |
Definition at line 25 of file cbmhostfs.c.
| typedef unsigned char BYTE |
Definition at line 23 of file cbmhostfs.c.
| int main | ( | void | ) |
Definition at line 114 of file cbmhostfs.c.
1.8.17