PIC and Hercules Plus compile warning fixes.
This commit is contained in:
@@ -236,12 +236,7 @@ pic_update_pending_at(void)
|
|||||||
if (!(pic2.flags & PIC_FREEZE)) {
|
if (!(pic2.flags & PIC_FREEZE)) {
|
||||||
pic2.int_pending = (find_best_interrupt(&pic2) != -1);
|
pic2.int_pending = (find_best_interrupt(&pic2) != -1);
|
||||||
|
|
||||||
// pic_cascade(pic2.int_pending);
|
pic_cascade(pic2.int_pending);
|
||||||
|
|
||||||
if (pic2.int_pending)
|
|
||||||
pic.irr |= (1 << pic2.icw3);
|
|
||||||
else
|
|
||||||
pic.irr &= ~(1 << pic2.icw3);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(pic.flags & PIC_FREEZE))
|
if (!(pic.flags & PIC_FREEZE))
|
||||||
|
@@ -365,7 +365,6 @@ draw_char_ram48(herculesplus_t *dev, int x, uint8_t chr, uint8_t attr)
|
|||||||
unsigned olc = 0;
|
unsigned olc = 0;
|
||||||
unsigned val;
|
unsigned val;
|
||||||
unsigned ibg;
|
unsigned ibg;
|
||||||
unsigned ifg = 0;
|
|
||||||
unsigned cfg;
|
unsigned cfg;
|
||||||
const unsigned char *fnt;
|
const unsigned char *fnt;
|
||||||
int cw = HERCULESPLUS_CW;
|
int cw = HERCULESPLUS_CW;
|
||||||
|
Reference in New Issue
Block a user