- indent changes

This commit is contained in:
Volker Ruppert 2012-09-16 10:59:15 +00:00
parent b3478cf57b
commit 54a637a431
2 changed files with 202 additions and 203 deletions

View File

@ -1588,7 +1588,7 @@ struct _fbi_state
Bit32u tile_height; /* height of video tiles */
Bit32u x_tiles; /* number of tiles in the X direction */
// emu_timer * vblank_timer; /* VBLANK timer */
// emu_timer * vblank_timer /* VBLANK timer */
Bit8u vblank; /* VBLANK state */
Bit8u vblank_count; /* number of VBLANKs since last swap */
Bit8u vblank_swap_pending; /* a swap is pending, waiting for a vblank */

View File

@ -2581,7 +2581,6 @@ Bit32u register_r(Bit32u offset)
//result |= v->fbi.vblank << 6;
result |= Voodoo_get_retrace() << 6;
/* bit 7 is FBI graphics engine busy */
if (v->pci.op_pending)
result |= 1 << 7;