Search found 15 matches

by cydo
Sat Apr 17, 2021 9:02 am
Forum: General Discussion
Topic: PGX v1 Proposal - aka Chunked PGX
Replies: 4
Views: 1918

Re: PGX v1 Proposal - aka Chunked PGX

One of the reasons it would be a great idea of having the latest kernel always updated on github - I for sure won't to interfere with already work in progress. And I surely need some more time to understand the kernel system in order to include my proposed version - and yes, of course I need to be a...
by cydo
Fri Apr 16, 2021 6:38 pm
Forum: General Discussion
Topic: My C256 Foenix U+ has arrived!
Replies: 2
Views: 907

Re: My C256 Foenix U+ has arrived!

c256-u+6.jpg
c256-u+6.jpg (42.21 KiB) Viewed 906 times
by cydo
Fri Apr 16, 2021 6:38 pm
Forum: General Discussion
Topic: My C256 Foenix U+ has arrived!
Replies: 2
Views: 907

My C256 Foenix U+ has arrived!

My C256 Foenix U+ has arrived - and it's a beauty!

Attached some start up pictures and running my first PGX file off the SD CARD.
c256-u+1.jpg
c256-u+1.jpg (124.52 KiB) Viewed 907 times
c256-u+5.jpg
c256-u+5.jpg (64.6 KiB) Viewed 907 times
c256-u+4.jpg
c256-u+4.jpg (84.52 KiB) Viewed 907 times
by cydo
Fri Apr 16, 2021 4:23 pm
Forum: General Discussion
Topic: PGX v1 Proposal - aka Chunked PGX
Replies: 4
Views: 1918

Re: PGX v1 Proposal - aka Chunked PGX

while browsing the SDOS.asm I've stumbled across these lines ; Formats to be supported: ; PGX -- First four bytes contain the loading address ; FNX -- multi-segmented file format with multiple addresses ; BIN -- Generic binary requiring a destination address looks like FNX will be my proposed chunke...
by cydo
Fri Apr 16, 2021 3:39 pm
Forum: General Discussion
Topic: Is the Kernel for the FMX and the U different? Where to find the current version?
Replies: 1
Views: 812

Is the Kernel for the FMX and the U different? Where to find the current version?

Is there a separate Kernel for the FMX and the U? The Foenix IDE runs on 0.1.0-1011+alpha (2020-12-31) but my newly arrived (hooray! pictures will follow) c256 foenix u+ is equipped with a 0.3.0-alpha+1371 (2021-03-13) kernel. I can't find that kernel on github anywhere in order to update the IDE or...
by cydo
Thu Mar 11, 2021 7:24 am
Forum: General Discussion
Topic: Kernel and BASIC Updates 2020-04-11
Replies: 2
Views: 1598

Re: Kernel and BASIC Updates 2020-04-11

Thanks for your work, I've added a proposal for a chunked pgx format:
viewtopic.php?f=2&p=466#p466
by cydo
Tue Mar 09, 2021 8:44 pm
Forum: General Discussion
Topic: PGX v1 Proposal - aka Chunked PGX
Replies: 4
Views: 1918

PGX v1 Proposal - aka Chunked PGX

Kernel and BASIC Updates 2020-04-11 brought us the PGX format (v0), thank you @PJW. I'll hereby suggest the next version of the PGX format - the "chunked" PGX format v1: PGX header: Bytes 0--2: the ASCII text "PGX", serving as a signature. Byte 3: the byte 0x11. The upper 4 bits are the PGX file fo...
by cydo
Tue Mar 09, 2021 9:57 am
Forum: General Discussion
Topic: How to load a program? PGX & SD card or FX/OS
Replies: 2
Views: 992

How to load a program? PGX & SD card or FX/OS

What's (or will be) the preferred way to load a program / game ? 1. As a PGX via BRUN"filename.pgx" after mounting the SD-Card (on startup with F2)? 2. Will there be an integrated File Manager for visually selecting the PGX files? 3. Via FX/OS? Or is there another file format that's capable of using...
by cydo
Sun Dec 20, 2020 1:14 pm
Forum: General Discussion
Topic: Definition Files for the Foenix U/U+/FMX - Oct 6th FPGA Release
Replies: 2
Views: 1163

Re: Definition Files for the Foenix U/U+/FMX - Oct 6th FPGA Release

thanks, I've written a quick python script that converts these asm headers to c-headers

https://github.com/Dennis1000/c256-cdev-headers