-
Notifications
You must be signed in to change notification settings - Fork 19
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
base: main
Are you sure you want to change the base?
Conversation
@@ -478,8 +478,11 @@ L0022 fdb $1607 Edition #22 ($16) | |||
|
|||
* Intro screen | |||
|
|||
ifne F256 | |||
L0024 fcb $0A | |||
else | |||
L0024 fcb $0C |
There was a problem hiding this comment.
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. )
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
1cb8f87
to
a483e5c
Compare
ALT/CTRL now working
Eliminated startup.dw
Eliminated startup.dw Added support for reboot on Prt Scr key in PS/2 keydrv
Added foenix Basic09 subroutine (started from gfx2.asm)
Added new tests
RFM work
Renamed t2 to t0
Added grep and bawk to standard commands Added STD_CMDS and STD_CMDS_L2 in rules.mak and modified makefiles to use these new macros
a483e5c
to
0c0c252
Compare
HOUR and HOUR_ALARM parameters of RTC need to consider that bit 7 denotes AM/PM.
There are a lot of changes here impacting mostly the Foenix F256 port, but also other ports.