Browse Source

Fix Char Device Name Display, Issue #557

An extraneous character device enumeration string had not been deleted as needed.  This has been fixed.

Thanks and credit to @PeterOGB.
pull/561/head
Wayne Warthen 8 months ago
parent
commit
ed77b3ef84
No known key found for this signature in database GPG Key ID: 8B34ED29C07EEB0A
  1. 1
      Source/HBIOS/hbios.asm

1
Source/HBIOS/hbios.asm

@ -8802,7 +8802,6 @@ PS_SDLPT .TEXT "LPT$"
PS_SDESPCON .TEXT "ESPCON$"
PS_SDESPSER .TEXT "ESPSER$"
PS_SDSCON .TEXT "SCON$"
PS_SDEF .TEXT "EF$"
PS_SDSSER .TEXT "SSER$"
PS_SDEZ80 .TEXT "EZ80$"
;

Loading…
Cancel
Save