Watchdog: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
Line 1: | Line 1: | ||
The watchdog is | The watchdog is an anti lock-up/protection feature in AES/MVS system: A resettable down counter located in the [[NEO-B1]] chip resets the system if it underflows. | ||
" | It must be therefor "kicked" regularly to reset the counter to its highest value, this is done by writing any byte to register REG_DIPSW ($300001). | ||
Games [[68k interrupts|VBlank]] routines often take care of this task. | |||
Constantly resetting systems produce a typical clicking sound (due to ?), giving a clue for solving boot issues. | |||
CD systems don't have a watchdog. | CD systems don't have a watchdog. | ||
(Sound file ?) | |||
[[Category:Code]] | [[Category:Code]] | ||
[[Category:CPUs]] | [[Category:CPUs]] |
Revision as of 13:34, 8 February 2011
The watchdog is an anti lock-up/protection feature in AES/MVS system: A resettable down counter located in the NEO-B1 chip resets the system if it underflows.
It must be therefor "kicked" regularly to reset the counter to its highest value, this is done by writing any byte to register REG_DIPSW ($300001). Games VBlank routines often take care of this task.
Constantly resetting systems produce a typical clicking sound (due to ?), giving a clue for solving boot issues.
CD systems don't have a watchdog.
(Sound file ?)