skx / cpmulator

Golang CP/M emulator for zork, Microsoft BASIC, Turbo Pascal, Wordstar, lighthouse-of-doom, etc
MIT License
98 stars 3 forks source link

Rename functions #122

Closed skx closed 4 months ago

skx commented 4 months ago

This pull-request renames all BDOS and BIOS functions to have a prefix, identifying which they are.

The implementations of each function was ordered by their ID too for consistency.

No functional changes (expected!)