mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-02 23:31:53 +00:00
use ascii encoding by default
This commit is contained in:
parent
4bd06a1f91
commit
d31b2eeaa0
@ -1,6 +1,8 @@
|
||||
#ifndef APPLE1_H
|
||||
#define APPLE1_H
|
||||
|
||||
#pragma encoding(ascii) // encode strings in plain ascii
|
||||
|
||||
#ifdef APPLE1_USE_WOZ_MONITOR
|
||||
#pragma zp_reserve(0x24) // XAML Last "opened" location Low
|
||||
#pragma zp_reserve(0x25) // XAMH Last "opened" location High
|
||||
|
@ -12,8 +12,6 @@
|
||||
// TODO wait_end_of_frame()
|
||||
// TODO screen1() and screen2() helpers
|
||||
|
||||
#pragma encoding(ascii) // encode strings in plain ascii
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
#ifdef APPLE1
|
||||
|
Loading…
Reference in New Issue
Block a user