Hardware: Difference between revisions
m (Table formatting for improved readability (minor edit)) |
|||
Line 5: | Line 5: | ||
!F256Jr | !F256Jr | ||
!F256K | !F256K | ||
|- | |- style="vertical-align:top;" | ||
! scope="col"|CPU | ! scope="col"; style=text-align:left;" |CPU | ||
| | | | ||
WDC 65C02<br/> | WDC 65C02<br/> | ||
Line 15: | Line 15: | ||
WDC 65816S<br/> | WDC 65816S<br/> | ||
FNX 6809<br/> | FNX 6809<br/> | ||
|- | |- style="vertical-align:top;" | ||
|RAM | ! scope="col"; style=text-align:left;" |RAM | ||
| | | | ||
512 KB<br/> | 512 KB<br/> | ||
Line 23: | Line 23: | ||
512 KB<br/> | 512 KB<br/> | ||
Optional 256K RAM expansion module available<br/> | Optional 256K RAM expansion module available<br/> | ||
|- | |- style="vertical-align:top;" | ||
|Flash | ! scope="col"; style=text-align:left;" |Flash | ||
| | | | ||
512 KB<br/> | 512 KB<br/> | ||
Line 31: | Line 31: | ||
512 KB<br/> | 512 KB<br/> | ||
Optional 256K Flash Modules<br/> | Optional 256K Flash Modules<br/> | ||
|- | |- style="vertical-align:top;" | ||
|Graphic Chip | ! scope="col"|Graphic Chip | ||
|TinyVicky | | | ||
|TinyVicky | TinyVicky | ||
|- | | | ||
|Audio | TinyVicky | ||
|- style="vertical-align:top;" | |||
! scope="col"; style=text-align:left;" |Audio | |||
| | | | ||
2 x PSG (Sn76489)<br/> | 2 x PSG (Sn76489)<br/> | ||
Line 45: | Line 47: | ||
OPL3<br/> | OPL3<br/> | ||
CODEC<br/> | CODEC<br/> | ||
|- | |- style="vertical-align:top;" | ||
|Connections | ! scope="col"; style=text-align:left;" |Connections | ||
| | | | ||
1 x DVI (digital & analog)<br/> | 1 x DVI (digital & analog)<br/> |
Revision as of 11:20, 27 January 2024
Overview and Comparison
F256Jr | F256K | |
---|---|---|
CPU |
WDC 65C02 |
WDC 65C02 |
RAM |
512 KB |
512 KB |
Flash |
512 KB |
512 KB |
Graphic Chip |
TinyVicky |
TinyVicky |
Audio |
2 x PSG (Sn76489) |
2 x PSG |
Connections |
1 x DVI (digital & analog) |
1 x DVI (digital & analog) |
Details
CPU
The basic setup of all F256 is the Western Design Center 65C02, a slightly enhanced CMOS version of the very popular 6502 CPUs. The main difference to the 6502 in the 1970s and 1980s is the faster clock speed and the lower power consumption.
The 65C02 can also be replaced with a 65816 as a drop in replacement. Note, however, that while the 65c02 includes the additional Rockwell instructions (BBS/BBR, RMB/SMB), the 65816 does NOT. Therefore, these instructions should be avoided to ensure compatibility with F256 machines using the 65816.
In the F256, the CPU is always clocked at 6,29 MHz (6,293,750 Hz to be exact, derived from 25.175 MHz / 4 as discussed on Discord).