mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
2046
include/cp932_uni.h
2046
include/cp932_uni.h
File diff suppressed because it is too large
Load Diff
@@ -115,12 +115,15 @@ for ($y=0;$y < 1024;$y++) {
|
||||
$rawbase = 0xFFFFFF;
|
||||
}
|
||||
|
||||
$comma = ',';
|
||||
$comma = ' ' if $y == 1023;
|
||||
|
||||
if (($y*$pagesize) >= $codebase) {
|
||||
print "\t".sprintf("0x%04x",$rawbase)." /* ".sprintf("0x%04x-0x%04X",$codebase,$codebase+$pagesize-1)." */\n";
|
||||
print "\t".sprintf("0x%04x",$rawbase)."$comma /* ".sprintf("0x%04x-0x%04X",$codebase,$codebase+$pagesize-1)." */\n";
|
||||
$t++;
|
||||
}
|
||||
else {
|
||||
print "\t".sprintf("0x%04x",0xFFFF)." /* ".sprintf("0x%04x-0x%04X",$y*$pagesize,$y*$pagesize+$pagesize-1)." NOT PRESENT */\n";
|
||||
print "\t".sprintf("0x%04x",0xFFFF)."$comma /* ".sprintf("0x%04x-0x%04X",$y*$pagesize,$y*$pagesize+$pagesize-1)." NOT PRESENT */\n";
|
||||
}
|
||||
}
|
||||
print "};\n";
|
||||
|
@@ -58,6 +58,7 @@ private:
|
||||
};
|
||||
|
||||
#include "cp437_uni.h"
|
||||
#include "cp932_uni.h"
|
||||
|
||||
static char cpcnv_temp[4096];
|
||||
|
||||
|
Reference in New Issue
Block a user