hbios: refactor HB_CPUTYPE values to use constants literal definitions instead of hard coded numbers

This commit is contained in:
Dean Netherton
2026-01-24 09:44:31 +11:00
parent 10dc0fc005
commit 45ee72352e
5 changed files with 26 additions and 16 deletions

View File

@@ -2987,7 +2987,7 @@ HBIOS result code.
This function returns information about the active CPU environment. The
Z80 CPU Variant (H) will be one of: 0=Z80, 1=Z180, 2=Z180-K, 3=Z180-N,
4=Z280. The current CPU speed is provided as both CPU Speed MHz (L) and
4=Z280, 5=eZ80. The current CPU speed is provided as both CPU Speed MHz (L) and
CPU Speed KHz (DE). The raw oscillator speed is provided as Oscillator
Speed KHz (BC). The returned Status (A) is a standard HBIOS result
code.