Go to the documentation of this file.
59 __attribute__((leaf, noreturn))
60 void neo_system_reset(
void);
void neo_system_version(neo_version_t *version)
Retrieve the Neo6502 version.
void neo_system_debug_putc(char ch)
Write a character to the debug port.
uint8_t major
Definition: system.h:70
long neo_system_timer(void)
Query the value of the 100Hz system timer.
::uint8_t uint8_t
Definition: cstdint:21
void neo_system_credits(void)
Print the Neo6502 project contributors.
uint8_t minor
Definition: system.h:70
uint8_t neo_api_error(void)
Return the error code, if any.
void neo_system_locale(const char *locale)
Set the locale code.
struct neo_version neo_version_t
uint8_t neo_system_key_status(char key)
Query the state of the specific keyboard key.
void neo_system_serial_update(void)
Update the serial command handler.
uint8_t patch
Definition: system.h:70