- indent changes
This commit is contained in:
parent
b3478cf57b
commit
54a637a431
@ -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 */
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user