mirror of
https://github.com/wyan/m48plus
synced 2024-11-17 07:48:35 +01:00
25 lines
478 B
C
25 lines
478 B
C
|
//
|
||
|
// apple.h
|
||
|
// HP50G
|
||
|
//
|
||
|
// Created by Zima Marek on 24.7.2012.
|
||
|
// Copyright (c) 2012 K_CORP, s.r.o. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#ifndef HP50G_apple_h
|
||
|
#define HP50G_apple_h
|
||
|
|
||
|
extern VOID o80B00(VOID);
|
||
|
extern VOID o80B30(VOID);
|
||
|
extern VOID o80B40(VOID);
|
||
|
extern VOID o80B60(VOID);
|
||
|
extern VOID o80B70(VOID);
|
||
|
extern VOID o80B80(VOID);
|
||
|
extern VOID o80B04(VOID);
|
||
|
extern VOID o80B14(VOID);
|
||
|
extern VOID o80B24(VOID);
|
||
|
extern VOID o80BExt(LPBYTE I); // Saturnator extentions
|
||
|
|
||
|
|
||
|
#endif
|