mirror of https://github.com/nmlgc/ReC98.git
15 lines
190 B
C++
15 lines
190 B
C++
|
/* ReC98
|
||
|
* -----
|
||
|
* 1st part of code segment #13 of TH01's REIIDEN.EXE
|
||
|
*/
|
||
|
|
||
|
extern "C" {
|
||
|
|
||
|
#include <dos.h>
|
||
|
#include "platform.h"
|
||
|
#include "pc98.h"
|
||
|
|
||
|
#include "th01/hardware/scrollup.cpp"
|
||
|
|
||
|
}
|