Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foenix F256 Port additions #50

Open
wants to merge 148 commits into
base: main
Choose a base branch
from
Open

Foenix F256 Port additions #50

wants to merge 148 commits into from

Conversation

boisy
Copy link
Collaborator

@boisy boisy commented Jul 19, 2024

There are a lot of changes here impacting mostly the Foenix F256 port, but also other ports.

@@ -478,8 +478,11 @@ L0022 fdb $1607 Edition #22 ($16)

* Intro screen

ifne F256
L0024 fcb $0A
else
L0024 fcb $0C
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does Form Feed do on F256?
and if it clears the screen, why do that?
( maybe there was something on the screen I wanted to copy into the program.
Basic should only do its job, and not erase my screen. )

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've deployed a new banner on the Basic09 version of the F256. The linefeed just puts an extra line after the banner is displayed. We conditionalized out the $0C to clear the screen, which is what the original Basic09 does.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SG. Just curious, what else changes on the F256 version of Basic09?
Does it use the Math Coprocessor feature?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, this branch is going to be abandoned. There are too many changes across too many places.

Copy link
Collaborator

@strickyak strickyak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

Boisy Pitre added 27 commits September 15, 2024 17:45
Eliminated startup.dw
Added support for reboot on Prt Scr key in PS/2 keydrv
Added foenix Basic09 subroutine (started from gfx2.asm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants