- Timestamp:
- 05/08/09 23:25:37 (3 years ago)
- File:
-
- 1 edited
-
branches/stuge/82802ab.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stuge/82802ab.c
r420 r480 117 117 // clear status register 118 118 chip_writeb(0x50, bios); 119 //printf("Erase at %p\n", bios); 120 // clear write protect 121 //printf("write protect is at %p\n", (wrprotect)); 122 //printf("write protect is 0x%x\n", *(wrprotect)); 119 printf_debug("Erasing block at %p, block locking register at %p\n", bios, wrprotect); 123 120 chip_writeb(0, wrprotect); 124 //printf("write protect is 0x%x\n", *(wrprotect));121 printf_debug("AFTER unlock: 0x%02x\n", *wrprotect); 125 122 126 123 // now start it
Note: See TracChangeset
for help on using the changeset viewer.
