New pages
From Foenix F256 / Wildbits/K2 Wiki
Jump to navigationJump to search
- 00:03, 11 February 2026 Raspberry Pi Pico Update (hist | edit) [4,006 bytes] 1BitFeverDreams (talk | contribs) (Created page with "== Raspberry Pi Pico Update == === Overview === There is an onboard RP2040 chip (pi pico). It is not present on the Jr2. It's responsible for the following things: * the bootloader procedure that loads the right core while booting the K2. * it is also known as the "FPGA Manager" * Contains the K2 LCD screen to be shown at bootup * Has modifiably code that can invite more features and possibly a faster bootup === Opening the case === You can refer to this section t...")
- 23:17, 29 January 2026 GoatTracker (hist | edit) [6,243 bytes] Mcassera (talk | contribs) (Created page with "= Using GoatTracker to Create F256K SID Music = This guide explains how to use '''GoatTracker''' to compose SID music and generate a packed <code>.bin</code> file that plays correctly on the '''F256K / F256K2 FPGA SID'''. This document focuses on SID-only usage (no PSG or other sound chips). --- == 1. Getting GoatTracker == * GoatTracker is available for '''Windows, macOS, and Linux'''. * Download page: https://cadaver.github.io/ * The stereo version (useful for dua...") Tag: Visual edit: Switched
- 07:34, 27 January 2026 Glossary (hist | edit) [12,717 bytes] Cibee (talk | contribs) (A comprehensive glossary of terms, acronyms, and concepts from the F256 ecosystem.)
- 20:43, 31 December 2025 Foenijs (hist | edit) [2,219 bytes] WF (talk | contribs) (Created page with "[https://white-flame.com/foenijs/ Foenijs] is a web-based emulator, whose unique purpose is ease of use in demonstrating the platform, as well as being a full-featured emulator. == Current Status == === '''CPU''' === * 65c02 and 65816 fully implemented, cycle-accurate. * Powerful debugging features (no labels yet, though). * '''Turbo mode''' still emulates the entire machine, stopping to display a frame every 100ms. <code>mandel.bas</code> turbos to 70MHz on an AMD 79...") Tag: Visual edit
- 03:11, 26 December 2025 FPU Accumulator (hist | edit) [3,967 bytes] WF (talk | contribs) (Created page with "This design for a better FPU block for 8/16 bit access, which also integrates 32-bit integer processing. While it's 32 bits, copying around 32-bit values with the CPU is mostly avoided. There are 256 32-bit registers (TBD- RAM or FPGA registers. Former allows swapping in new sets) and one 32-bit accumulator. Any of these can hold useful constants (including 0, 1, etc) for reference. It's similar to the 6502 accumulator and zeropage values. Commands are issued by writin...") Tag: Visual edit
- 02:30, 26 December 2025 WF16 Video Architecture (hist | edit) [24,878 bytes] WF (talk | contribs) (Created page with "== Global settings == CRT emulation, only for low resolution layers. 640x480 for 4:3 output, or 960x540 for 16:9 output, if bandwidth can run it. Non-integer pixel aspect flags, again only for low res layers. Match 320x200 and 256x200 non-square aspects blended on a 480p/540p base output. Keep it at 60Hz Select 50 or 60 Hz in any resolution. Ditch 70Hz, as nothing syncs to that in the PC space for compatibility. 50Hz is much lower priority, but can be done by extendin...") Tag: Visual edit
- 20:48, 25 December 2025 WF FPGA Ideas (hist | edit) [10,504 bytes] WF (talk | contribs) (Created page with "== Global settings == CRT emulation, only for low resolution layers. 640x480 for 4:3 output, or 960x540 for 16:9 output, if bandwidth can run it. Non-integer pixel aspect flags, again only for low res layers. Match 320x200 and 256x200 non-square aspects blended on a 480p/540p base output. Keep it at 60Hz Select 50 or 60 Hz in any resolution. Ditch 70Hz, as nothing syncs to that in the PC space for compatibility. 50Hz is much lower priority, but can be done by extendin...") Tag: Visual edit