Skip to content

Commit

Permalink
Merge pull request #82 from ivop/master
Browse files Browse the repository at this point in the history
atari port: add missing fonts, move all font stuff to user area 1 again
  • Loading branch information
davidgiven authored Dec 18, 2023
2 parents bc4e786 + 9916180 commit 000ff4f
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions src/arch/atari800/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
items={
"0:ccp.sys": "src+ccp",
"0:bdos.sys": "src+bdos",
"0:setfnt.com": "src/arch/atari800/utils+setfnt",
"0:tty80drv.com": "src/arch/atari800/utils+tty80drv",
"0:olivetti.fnt": "third_party/fonts/atari/olivetti.fnt",
"1:setfnt.com": "src/arch/atari800/utils+setfnt",
"1:tty80drv.com": "src/arch/atari800/utils+tty80drv",
"1:olivetti.fnt": "third_party/fonts/atari/olivetti.fnt",
}
| MINIMAL_APPS
| BIG_APPS,
Expand Down Expand Up @@ -60,9 +60,17 @@
items={
"0:ccp.sys": "src+ccp",
"0:bdos.sys": "src+bdos",
"0:setfnt.com": "src/arch/atari800/utils+setfnt",
"0:tty80drv.com": "src/arch/atari800/utils+tty80drv",
"1:setfnt.com": "src/arch/atari800/utils+setfnt",
"1:tty80drv.com": "src/arch/atari800/utils+tty80drv",
"1:amstrad.fnt": "third_party/fonts/atari/amstrad.fnt",
"1:apricot.fnt": "third_party/fonts/atari/apricot.fnt",
"1:eagle.fnt": "third_party/fonts/atari/eagle.fnt",
"1:ibmega.fnt": "third_party/fonts/atari/ibmega.fnt",
"1:mbytepc.fnt": "third_party/fonts/atari/mbytepc.fnt",
"1:olivetti.fnt": "third_party/fonts/atari/olivetti.fnt",
"1:phoenix.fnt": "third_party/fonts/atari/phoenix.fnt",
"1:toshiba.fnt": "third_party/fonts/atari/toshiba.fnt",
"1:verite.fnt": "third_party/fonts/atari/verite.fnt",
}
| MINIMAL_APPS
| MINIMAL_APPS_SRCS
Expand Down Expand Up @@ -98,9 +106,17 @@
items={
"0:ccp.sys": "src+ccp",
"0:bdos.sys": "src+bdos",
"0:setfnt.com": "src/arch/atari800/utils+setfnt",
"0:tty80drv.com": "src/arch/atari800/utils+tty80drv",
"1:setfnt.com": "src/arch/atari800/utils+setfnt",
"1:tty80drv.com": "src/arch/atari800/utils+tty80drv",
"1:setfnt.com": "src/arch/atari800/utils+setfnt",
"1:amstrad.fnt": "third_party/fonts/atari/amstrad.fnt",
"1:apricot.fnt": "third_party/fonts/atari/apricot.fnt",
"1:eagle.fnt": "third_party/fonts/atari/eagle.fnt",
"1:ibmega.fnt": "third_party/fonts/atari/ibmega.fnt",
"1:mbytepc.fnt": "third_party/fonts/atari/mbytepc.fnt",
"1:olivetti.fnt": "third_party/fonts/atari/olivetti.fnt",
"1:phoenix.fnt": "third_party/fonts/atari/phoenix.fnt",
"1:toshiba.fnt": "third_party/fonts/atari/toshiba.fnt",
}
| MINIMAL_APPS
| MINIMAL_APPS_SRCS
Expand Down

0 comments on commit 000ff4f

Please sign in to comment.