mirror of https://github.com/nmlgc/ReC98.git
7 lines
150 B
NASM
7 lines
150 B
NASM
|
; Global PI file slots.
|
||
|
|
||
|
; void far *pi_slot_buffers[6]
|
||
|
pi_slot_buffers dd 6 dup(?)
|
||
|
; PiHeader pi_slot_headers[6]
|
||
|
pi_slot_headers PiHeader 6 dup(<?>)
|