-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebugsc11.h
More file actions
20 lines (17 loc) · 799 Bytes
/
debugsc11.h
File metadata and controls
20 lines (17 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//*******************************************************************************************************
//*******************************************************************************************************
//
// Name: DebugSc11.H
// Purpose: Debug Screen Display Header (TMS1100)
// Author: Paul Robson
// Date: 2nd February 2014
//
//*******************************************************************************************************
//*******************************************************************************************************
#ifndef _DEBUGSCREEN11_H
#define _DEBUGSCREEN11_H
void DB11_Draw();
void DB11_SetAddress(int addr);
void DB11_UpdateAddress(int digit);
int DB11_GetAddress();
#endif // _DEBUGSCREEN11_H