mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
@@ -4,6 +4,12 @@ arch "x86" mode "16-bit";
|
||||
description "Machine-parsable list of MS-DOS interrupt calls";
|
||||
charset_encoding "UTF-8"; /* default */
|
||||
|
||||
define var "SDA" {
|
||||
type "farptr 16:16"; /* 16;16 FAR pointer */
|
||||
name "Swappable Data Area";
|
||||
description "A portion of the MS-DOS data segment that can be swapped in and out";
|
||||
}
|
||||
|
||||
define var "DTA" {
|
||||
type "farptr 16:16"; /* 16:16 FAR pointer */
|
||||
name "Disk Transfer Address";
|
||||
|
Reference in New Issue
Block a user