@@ -25,7 +25,6 @@ bool frameDelayEven = true;
2525bool bottomField = false ;
2626bool bottomFieldForHBlank = false ;
2727
28- __attribute__ ((section(" .iwram" )))
2928void fillBorders (void ) {
3029 int scanline = REG_VCOUNT;
3130 scanline++;
@@ -40,7 +39,6 @@ void fillBorders(void) {
4039 }
4140}
4241
43- __attribute__ ((section(" .iwram" )))
4442void fillBordersInterlaced (void ) {
4543 int scanline = REG_VCOUNT;
4644 scanline++;
@@ -60,7 +58,6 @@ void fillBordersInterlaced(void) {
6058 }
6159}
6260
63- __attribute__ ((section(" .iwram" )))
6461void HBlank_dmaFrameToScreen (void ) {
6562 int scanline = REG_VCOUNT;
6663 scanline++;
@@ -78,7 +75,6 @@ void HBlank_dmaFrameToScreen(void) {
7875 }
7976}
8077
81- __attribute__ ((section(" .iwram" )))
8278void HBlank_dmaFrameToScreenInterlaced (void ) {
8379 int scanline = REG_VCOUNT;
8480 scanline++;
@@ -103,7 +99,6 @@ void HBlank_dmaFrameToScreenInterlaced(void) {
10399 }
104100}
105101
106- __attribute__ ((section(" .iwram" )))
107102void dmaFrameToScreen (void ) {
108103 // if (frameOffsets) {
109104 rvidFrameOffset = (u32 )frameOffsets[currentFrame];
@@ -175,7 +170,6 @@ void init_sound(void) {
175170}
176171
177172// ---------------------------------------------------------------------------------
178- __attribute__ ((section(" .iwram" )))
179173void VblankInterrupt ()
180174// ---------------------------------------------------------------------------------
181175{
0 commit comments