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