Software for 65816: Difference between revisions
From F256 Foenix
Jump to navigationJump to search
(Created page with "Note that when an hex address is given, it's meant to instruct as to which address to bload or to send (ie foenixmgr python script) the program (ie a .bin file) to before running it. Many download links are posts in the main [https://discord.gg/9vjUEGgcUS Foenix Retro Systems discord server] which will require you to join in order to get to them. ===== Curated SD card collection of games, demos, utilities ===== Will be provided when one is prepared ===== Why is this e...") |
(→Demos: first entries) |
||
Line 34: | Line 34: | ||
!Link | !Link | ||
|- | |- | ||
| | |hwline2.bas | ||
| | |Displays hardware accelerated lines (classic screen saver) | ||
| | |Econtrerasd | ||
| | |basic, needs 2x core | ||
| | |https://github.com/Mu0n/F256MiscGoodies/blob/main/apps/hwline2.bas | ||
|- | |||
|spr128b.pgz | |||
|Displays all 128 sprites | |||
|beethead | |||
|pgz, needs 2x core | |||
|https://github.com/Mu0n/F256MiscGoodies/blob/main/apps/spr128b.pgz | |||
|} | |} | ||
Latest revision as of 06:38, 28 July 2025
Note that when an hex address is given, it's meant to instruct as to which address to bload or to send (ie foenixmgr python script) the program (ie a .bin file) to before running it.
Many download links are posts in the main Foenix Retro Systems discord server which will require you to join in order to get to them.
Curated SD card collection of games, demos, utilities
Will be provided when one is prepared
Why is this empty?
There's not a lot of 16-bit applications done and people aren't pro-active at sharing github download links! PLEASE HELP!
Applications
Program | Description | Author | Notes on running | Link |
---|---|---|---|---|
Demos
Program | Description | Author | Notes on running | Link |
---|---|---|---|---|
hwline2.bas | Displays hardware accelerated lines (classic screen saver) | Econtrerasd | basic, needs 2x core | https://github.com/Mu0n/F256MiscGoodies/blob/main/apps/hwline2.bas |
spr128b.pgz | Displays all 128 sprites | beethead | pgz, needs 2x core | https://github.com/Mu0n/F256MiscGoodies/blob/main/apps/spr128b.pgz |
Games
Program | Description | Author | Notes on running | Link |
---|---|---|---|---|
Music
Program | Description | Author | Notes on running | Link |
---|---|---|---|---|
Utilities
Program | Description | Author | Notes on running | Link | |
---|---|---|---|---|---|
f/manager | A general file utility, launcher, and memory viewing program. Dual-panel file/memory browsers; copy between disks, between folders on same disk, and from memory to disk and vice versa; delete, rename, and duplicate files; view files as hex or text (with word-wrap); launch applications and known file types; set the RTC clock; search in RAM and flash. Works with internal SD card and IEC devices such as FNX1591 and Commodore 1541. Can be installed in primary flash position ahead of SuperBASIC or DOS, or at a higher location. Can also be run from disk with "- fm.pgz". | Micah | pgZ/flash | where? |
Sample Code
Program | Description | Author | Notes on running | Link |
---|---|---|---|---|