mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
Fixed bugs
This commit is contained in:
parent
2cd15502c4
commit
0e645e5320
@ -2665,7 +2665,7 @@ static void REGPARAM2 gfxboard_wput_mem_autoconfig (uaecptr addr, uae_u32 b)
|
||||
gb->configured_regs = gb->gfxmem_bank->start >> 16;
|
||||
gb->pcem_vram_mask = 0x3fffff;
|
||||
|
||||
} if (boardnum == GFXBOARD_ID_CV643D_Z3) {
|
||||
} else if (boardnum == GFXBOARD_ID_CV643D_Z3) {
|
||||
|
||||
map_banks_z3(&gb->gfxboard_bank_vram_pcem, (start + 0x4000000) >> 16, gb->gfxboard_bank_vram_pcem.allocated_size >> 16);
|
||||
map_banks_z3(&gb->gfxboard_bank_vram_pcem, (start + 0x4400000) >> 16, gb->gfxboard_bank_vram_pcem.allocated_size >> 16);
|
||||
|
||||
@ -42,7 +42,7 @@ void pic_reset()
|
||||
pic.read=1;
|
||||
pic2.icw=0;
|
||||
pic2.mask=0xFF;
|
||||
pic.mask2=0;
|
||||
pic2.mask2=0;
|
||||
pic2.pend=pic2.ins=0;
|
||||
pic_intpending = 0;
|
||||
pic.level_sensitive = 0;
|
||||
|
||||
@ -792,7 +792,7 @@ static inline void voodoo_generate(uint8_t *code_block, voodoo_t *voodoo, voodoo
|
||||
|
||||
if (depth_jump_pos)
|
||||
*(uint8_t *)&code_block[depth_jump_pos] = (block_pos - depth_jump_pos) - 1;
|
||||
if (depth_jump_pos)
|
||||
if (depth_jump_pos2)
|
||||
*(uint8_t *)&code_block[depth_jump_pos2] = (block_pos - depth_jump_pos2) - 1;
|
||||
|
||||
if ((params->fogMode & (FOG_ENABLE|FOG_CONSTANT|FOG_Z|FOG_ALPHA)) == FOG_ENABLE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user