gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit c46ca807c4eeb106cd373cf19bfd5335cd2bed23 parent 5774ae4acc7ff84a3199732128ea8b0dfdec39c3 Author: Toxa <untoxa@mail.ru> Date: Sat, 4 Sep 2021 20:34:42 +0300 fix isr_nested_vector_t struct definition Diffstat:
| M | gbdk-lib/include/gb/isr.h | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/include/gb/isr.h b/gbdk-lib/include/gb/isr.h @@ -31,7 +31,7 @@ static const isr_vector_t __at((ADDR)) __ISR_ ## ADDR = {0xc3, (void *)&(FUNC)}; typedef struct isr_nested_vector_t { uint8_t opcode[2]; void * func; -} isr_vector_t; +} isr_nested_vector_t; /** Creates the interrupt vector at the given address for the raw interrupt service routrine allowing nested inteerupts
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.