davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
270 stars 24 forks source link

added tool "cpuinfo" that detects 6502, 65C02 or 65816 #75

Closed SvOlli closed 10 months ago

SvOlli commented 10 months ago

Added a small tool that outputs if the system is running on is using an NMOS 6502, a CMOS 65C02 or a 65816 CPU. Since CP/M-65 is capable of running on those processors on the Apple IIe (NMOS), Apple IIc (65C02) and Apple IIgs (65816), I though this might be a nice custom addition.

davidgiven commented 10 months ago

Nice --- thanks!