CMD is for command port constants, name it REG, be consistent

This commit is contained in:
Jonathan Campbell 2025-05-04 16:46:49 -07:00
parent 6b2bdbc2e0
commit 6831c527f5
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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;