add snes reset line sniffer and trigger watchdog reset

This commit is contained in:
optixx
2009-08-27 22:05:43 +02:00
parent b375b0d510
commit 4fa167a61d
7 changed files with 22 additions and 11 deletions

View File

@@ -34,7 +34,6 @@
uint32_t addr_current = 0;
uint32_t addr_stash = 0;
void system_init(void)
{
/*-------------------------------------------------*/
@@ -92,7 +91,6 @@ void system_init(void)
}
void sreg_set(uint32_t addr)
{
uint8_t i = 24;