Whitespace

This commit is contained in:
Daniel Loffgren 2017-03-21 22:06:56 -07:00
parent b54068488e
commit 6bc04fea49
1 changed files with 4 additions and 4 deletions

View File

@ -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 */