Previous 199869 Revisions Next

r19342 Wednesday 5th December, 2012 at 19:15:56 UTC by smf
gcc 4.6.3 says variable set but not used (nw)
[src/mess/drivers]pc9801.c

trunk/src/mess/drivers/pc9801.c
r19341r19342
624624   pc9801_state *state = device->machine().driver_data<pc9801_state>();
625625   int xi,yi;
626626   int x;
627   UINT8 char_size,interlace_on;
627   UINT8 char_size;
628//  UINT8 interlace_on;
628629   UINT16 tile;
629630   UINT8 pcg_sel, pcg_lr;
630631   UINT8 kanji_sel;
r19341r19342
632633   if(state->m_video_ff[DISPLAY_REG] == 0) //screen is off
633634      return;
634635
635   interlace_on = state->m_video_ff[INTERLACE_REG];
636//  interlace_on = state->m_video_ff[INTERLACE_REG];
636637   char_size = state->m_video_ff[FONTSEL_REG] ? 16 : 8;
637638   tile = 0;
638639

Previous 199869 Revisions Next


© 1997-2024 The MAME Team