mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
CMD is for command port constants, name it REG, be consistent
This commit is contained in:
parent
6b2bdbc2e0
commit
6831c527f5
@ -142,7 +142,7 @@ extern uint16_t DOSBOXID_VAR dosbox_id_baseio;
|
||||
|
||||
#define DOSBOX_ID_REG_MIXER_QUERY (0x5158494DUL)
|
||||
|
||||
#define DOSBOX_ID_CMD_SET_WATCHDOG (0x57415444UL)
|
||||
#define DOSBOX_ID_REG_SET_WATCHDOG (0x57415444UL)
|
||||
|
||||
/* return value of DOSBOX_ID_REG_IDENTIFY */
|
||||
#define DOSBOX_ID_IDENTIFICATION (0xD05B0740UL)
|
||||
|
@ -952,7 +952,7 @@ void dosbox_integration_trigger_write() {
|
||||
GFX_ReleaseMouse();
|
||||
break;
|
||||
|
||||
case DOSBOX_ID_CMD_SET_WATCHDOG: /* Set/clear watchdog timer 'WATD' */
|
||||
case DOSBOX_ID_REG_SET_WATCHDOG: /* Set/clear watchdog timer 'WATD' */
|
||||
Watchdog_Timer_Set(dosbox_int_register);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user