Changeset 631 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS


Ignore:
Timestamp:
Feb 1, 2025, 12:45:33 PM (10 hours ago)
Author:
Krister Nordvall
Message:

Changes:

  • Fixed a bug in XTIDECFG where changing the COM port for a virtual serial device would not work at all. Thanks to Jaroslaw Jablonski for reporting this problem.
  • Added a couple of macros to the library, LPUSH and LPOP, which creates the long (two bytes) encoding of PUSH and POP respectively. They are pretty much useless except LPOP can be used to differentiate between 808x and NEC V CPUs.
Location:
trunk/XTIDE_Universal_BIOS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/Revision.inc

    r630 r631  
    1 630
     1631
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm

    r605 r631  
    44;
    55; XTIDE Universal BIOS and Associated Tools
    6 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team.
     6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2025 by XTIDE Universal BIOS Team.
    77;
    88; This program is free software; you can redistribute it and/or modify
     
    250250    retf                ; NOTE: DL is set to the drive number
    251251
    252 ; Boot by calling INT 18h (ROM Basic of ROM DOS)
     252; Boot by calling INT 18h (ROM Basic or ROM DOS)
    253253.RomBoot:
    254254    int     BIOS_BOOT_FAILURE_INTERRUPT_18h ; Never returns
Note: See TracChangeset for help on using the changeset viewer.