mirror of
https://github.com/RyuKojiro/apple1.git
synced 2025-08-04 23:24:11 +00:00
Whitespace
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
#include <v6502/cpu.h>
|
||||
#include <curses.h>
|
||||
|
||||
#define A1PIA_KEYBOARD_INPUT_REGISTER 0xD010
|
||||
#define A1PIA_KEYBOARD_READY_REGISTER 0xD011
|
||||
#define A1PIA_VIDEO_OUTPUT_REGISTER 0xD012
|
||||
#define A1PIA_VIDEO_ATTR_REGISTER 0xD013
|
||||
#define A1PIA_KEYBOARD_INPUT_REGISTER 0xD010
|
||||
#define A1PIA_KEYBOARD_READY_REGISTER 0xD011
|
||||
#define A1PIA_VIDEO_OUTPUT_REGISTER 0xD012
|
||||
#define A1PIA_VIDEO_ATTR_REGISTER 0xD013
|
||||
|
||||
typedef struct {
|
||||
/** @brief Curses output object */
|
||||
|
Reference in New Issue
Block a user