use ascii encoding by default

This commit is contained in:
nino-porcino 2022-01-14 12:28:28 +01:00
parent 4bd06a1f91
commit d31b2eeaa0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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