disabled persistent VRAM banks for now, they are causing problems when more then one bank is mapped to the same address

This commit is contained in:
mightymax 2007-01-13 11:22:47 +00:00
parent d8c5fc197d
commit fb4e8744f1
1 changed files with 6 additions and 0 deletions

View File

@ -342,6 +342,9 @@ void MMU_clearMem()
/* FIXME: VRAM Bank E,F,G,H,I missing */
void MMU_VRAMWriteBackToLCD(u8 block)
{
#if 1
return ;
#endif
u8 *destination = 0 ;
u8 *source = 0;
u32 size ;
@ -451,6 +454,9 @@ void MMU_VRAMWriteBackToLCD(u8 block)
void MMU_VRAMReloadFromLCD(u8 block,u8 VRAMBankCnt)
{
#if 1
return ;
#endif
u8 *destination = 0;
u8 *source = 0;
u32 size = 0;