mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-18 17:32:24 +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";
|
description "Machine-parsable list of MS-DOS interrupt calls";
|
||||||
charset_encoding "UTF-8"; /* default */
|
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" {
|
define var "DTA" {
|
||||||
type "farptr 16:16"; /* 16:16 FAR pointer */
|
type "farptr 16:16"; /* 16:16 FAR pointer */
|
||||||
name "Disk Transfer Address";
|
name "Disk Transfer Address";
|
||||||
|
Reference in New Issue
Block a user