mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 11:51:09 +08:00
rename debug.com image to debugx.exe to avoid conflicting with DOSBox-s
debug command.
This commit is contained in:
parent
48016b028a
commit
70c51c4239
@ -49624,7 +49624,7 @@ static unsigned char hexmem32_exe[] = {
|
||||
VFILE_Register("DOS4GW.EXE",some_data_dos4gw,353668);
|
||||
VFILE_Register("HEXMEM16.EXE",hexmem16_exe,sizeof(hexmem16_exe));
|
||||
VFILE_Register("HEXMEM32.EXE",hexmem32_exe,sizeof(hexmem32_exe));
|
||||
VFILE_Register("DEBUG.COM",DEBUG_COM_binary,sizeof(DEBUG_COM_binary));
|
||||
VFILE_Register("DEBUGX.EXE",DEBUG_COM_binary,sizeof(DEBUG_COM_binary));
|
||||
VFILE_Register("DOSIDLE.EXE",some_data_dosidle,7052);
|
||||
VFILE_Register("FIND.EXE",some_data_find,7714);
|
||||
VFILE_Register("MEM.COM",some_data_mem,15137);
|
||||
|
Loading…
x
Reference in New Issue
Block a user