QAston/emu-1964

broken backgrounds

Opened this issue · 7 comments

Some backgrounds are broken without rsp emulation plugin. This influences crc 
and hires textures for these backgrounds won't load.

Original issue reported on code.google.com by rato...@gmail.com on 19 May 2012 at 12:31

Attachments:

The CRC is generated by the video plugin itself, the RSP module has nothing to 
do with that. The loading of the hires-textures also has nothing to do with 
RSP, you have to note that both RiceVideo and Glide use different methods of 
loading in external backgrounds, if the background is dumped as a full image 
and not individual tiles, Rice Video can load these directly in, where as Glide 
will require these to be split into individual tiles.

Original comment by death2dr...@gmail.com on 21 May 2012 at 12:06

  • Changed state: Questionable
Here is the same texture dumped with 1964video with and without rsp plugin. The 
name should be the same but it isn't.

Original comment by rato...@gmail.com on 22 May 2012 at 1:47

Attachments:

Ok, now that is rather odd :\
It's even odder because both the textures even differ, does it make a 
difference if you switch from DYNAREC, to interpreter?

Original comment by death2dr...@gmail.com on 27 May 2012 at 1:29

Original comment by death2dr...@gmail.com on 29 May 2012 at 5:02

There's no difference with interpreter. With 1964 0.99 the rsp plugin was 
needed to see backgrounds at all.

Original comment by rato...@gmail.com on 29 May 2012 at 5:32

  • Changed state: Accepted
Hmmmm how odd.

Original comment by death2dr...@gmail.com on 3 Jun 2012 at 1:39

Original comment by death2dr...@gmail.com on 10 Oct 2012 at 1:05