Make tape global in config

This commit is contained in:
Will Scullin 2020-07-19 15:15:08 -07:00
parent 7a3cff10ec
commit 786fa17329
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B
21 changed files with 3 additions and 40 deletions

View File

@ -22,6 +22,9 @@
"browser": true,
"es6": true
},
"globals": {
"tapes": true
},
"parserOptions": {
"sourceType": "module"
},

View File

@ -2,8 +2,6 @@
// Who said that there was no graphics capability on the Apple 1?
// http://www.applefritter.com/node/24600#comment-60100
/*globals tapes: true */
/*
C100R
0280.0FFFR

View File

@ -1,5 +1,3 @@
/*globals tapes: true */
tapes['Applesoft'] = {
script: 'C100R\n6000.7ECDR\n6000R\n',
tracks: [[

View File

@ -1,5 +1,3 @@
/*globals tapes: true */
tapes['BASIC'] = {
script: 'C100R\nE000.EFFFR\nE000R\n',
tracks: [[

View File

@ -5,8 +5,6 @@ E2B3R
RUN
*/
/*globals tapes: true */
tapes['Blackjack'] = {
script: 'C100R\n004A.00FFR 0800.0FFFR\nE2B3R\nRUN\n',
tracks: [[ // 004A.00FF

View File

@ -5,8 +5,6 @@ E2B3R
RUN
*/
/*globals tapes: true */
tapes['Checkers'] = {
script: 'C100R\n004A.00FFR 0300.0FFFR\nE2B3R\nRUN\n',
tracks: [[ // 004A.00FF

View File

@ -1,5 +1,3 @@
/*globals tapes: true */
tapes['Codebreaker'] = {
script: 'C100R\n0280.0BFFR E000.EFFFR\n280R\n',
tracks: [[

View File

@ -5,8 +5,6 @@ E2B3R
RUN
*/
/*globals tapes: true */
tapes['Hamurabi'] = {
script: 'C100R\n004A.00FFR 0300.0FFFR\nE2B3R\nRUN\n',
tracks: [[ // 004A.00FF

View File

@ -10,8 +10,6 @@ C100R
2000R
*/
/*globals tapes: true */
tapes['Life'] = {
script: 'C100R\n2000.21B7R\n2000R\n',
tracks: [[ // 2000.3FFFR

View File

@ -13,8 +13,6 @@ C100R
300R
*/
/*globals tapes: true */
tapes['Little Tower'] = {
script: 'C100R\n0300.14CDR\n300R\n',
tracks: [[ // 0300.14CD

View File

@ -4,8 +4,6 @@ C100R
300R
*/
/*globals tapes: true */
tapes['Lunar Lander'] = {
script: 'C100R\n0300.09B8R\n300R\n',
tracks: [[ // 0300.09B8

View File

@ -5,8 +5,6 @@ E2B3R
RUN
*/
/*globals tapes: true */
tapes['Matrix'] = {
script: 'C100R\n004A.00FFR 0800.0FFFR\nE2B3R\nRUN\n',
tracks: [[ // 004A.00FF

View File

@ -4,8 +4,6 @@ C100R
300R
*/
/*globals tapes: true */
tapes['Microchess'] = {
script: 'C100R\n0300.0BC7R\n300R\n',
tracks: [[ // 0300.0BC7

View File

@ -4,8 +4,6 @@ C100R
F3DR
*/
/*globals tapes: true */
tapes['Monitor/Disassembler'] = {
script: 'C100R\n0800.0FFFR\nF3DR\n',
tracks: [[ // 0800.0FFF

View File

@ -25,8 +25,6 @@
*
*/
/*globals tapes: true */
tapes['15 Puzzle'] = {
script: 'C100R\n0300.06E5R\n0300R\n',
tracks: [[

View File

@ -5,8 +5,6 @@ E2B3R
RUN
*/
/*globals tapes: true */
tapes['Slots'] = {
script: 'C100R\n004A.00FFR 0300.0FFFR\nE2B3R\nRUN\n',
tracks: [[ // 004A.00FF

View File

@ -5,8 +5,6 @@ E2B3R
RUN
*/
/*globals tapes: true */
tapes['Star Trek'] = {
script: 'C100R\n004A.00FFR 0300.0FFFR\nE2B3R\nRUN\n',
tracks: [[ // 004A.00FF

View File

@ -5,8 +5,6 @@ E2B3R
RUN
*/
/*globals tapes: true */
tapes['Star Trek 2003'] = {
script: 'C100R\n004A.00FFR 0300.3FFFR\nE2B3R\nRUN\n',
tracks: [[ // 004A.00FF

View File

@ -1,5 +1,3 @@
/*globals tapes: true */
tapes['Volksforth'] = {
script: 'C100R\n1000.449FR\n1000R\n',
tracks: [[

View File

@ -5,8 +5,6 @@ E2B3R
RUN
*/
/*globals tapes: true */
tapes['Wumpus'] = {
script: 'C100R\n004A.00FFR 0300.033FR 0400.3FFFR\nE2B3R\nRUN\n',
tracks: [[ // 004A.00FF

View File

@ -5,8 +5,6 @@ E2B3R
RUN
*/
/*globals tapes: true */
tapes['Wumpus'] = {
script: 'C100R\n004A.00FFR 0300.0FFFR\nE2B3R\nRUN\n',
tracks: [[ // 004A.00FF