#include <stdint.h>
#include <neo6502.h>
Go to the source code of this file.
◆ neo_version_t
◆ neo_api_error()
uint8_t neo_api_error |
( |
void |
| ) |
|
Return the error code, if any.
- Returns
- Non-zero if an error has occured.
◆ neo_system_credits()
void neo_system_credits |
( |
void |
| ) |
|
Print the Neo6502 project contributors.
◆ neo_system_debug_putc()
void neo_system_debug_putc |
( |
char |
ch | ) |
|
Write a character to the debug port.
- Parameters
-
◆ neo_system_key_status()
uint8_t neo_system_key_status |
( |
char |
key | ) |
|
Query the state of the specific keyboard key.
- Parameters
-
- Returns
- Key status.
◆ neo_system_locale()
void neo_system_locale |
( |
const char * |
locale | ) |
|
Set the locale code.
- Parameters
-
locale | Locale code, for example "EN" or "FR". |
◆ neo_system_serial_update()
void neo_system_serial_update |
( |
void |
| ) |
|
Update the serial command handler.
◆ neo_system_timer()
long neo_system_timer |
( |
void |
| ) |
|
Query the value of the 100Hz system timer.
- Returns
- Current system timer value.
◆ neo_system_version()
Retrieve the Neo6502 version.
- Parameters
-
version | Pointer to neo_version_t structure. |