mirror of
https://github.com/whscullin/apple1js.git
synced 2024-11-22 04:33:34 +00:00
41dbf0b420
Based on original webpage version, modified to use webpack and babel.
12 lines
192 B
JavaScript
12 lines
192 B
JavaScript
export var SYMBOLS = {
|
|
0xD010: 'KBD',
|
|
0xD011: 'KBDCR',
|
|
0xD012: 'DSP',
|
|
0xD013: 'DSPCR',
|
|
|
|
0xFF1F: 'GETLINE',
|
|
0xFFEF: 'ECHO',
|
|
0xFFDC: 'PRBYTE',
|
|
0xFFE5: 'PRHEX'
|
|
};
|