-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s18: VDP/S16 graphics layer priority #701
Comments
Is scene simulations are supported in this core? |
+need VDP RAM, too...looks it's too complicated. |
S16B core supports scene simulations so it would be possible to implement it here too but it is currently not done. If the scene you want does not take long to get to, you can simulate the core with custom inputs to get to that point and save data once it's closed. It is time consuming (CPU time) but requires much less thinking that implementing scene simulations. |
Maybe VDP internal registers are needed too. That can be really complicated to do with a netlist like that. |
I will check this and let you know what I can find |
Some observations: objcolor0 and 1 don't make much sense. Maybe they're numbered oppositely on the schematics? Then they'll be objcolor[11:10], which matches the real priority bits. |
Yes, the sch name is misleading. We are connecting the priority bits in the core. I have measured IC65 for two images on an Alien Storm board. Fix layer activePins 5,6,7 are stuck high Fix layer and scroll 1 activeScroll 1 shows SEGA WORLD Pins 6,7 are stuck high Pin Meanings
|
I have updated the schematics in d7a8e17 with pin 5 identified as /SA and object wires labeled as OBJPRIO |
@rp-jt the fix for mwalk broke some of the pseudo 3D levels in astorm. If you watch the attract demo, it happens in all levels except the first one. |
I have written a custom firmware to test the video signals (path: cores/s18/custom). It works on MAME and simulation but when I tried to test it on the real PCB I found out that all of my EPROM chips are too slow for this board. I ordered faster ones. The issue is on halt until the chips arrive. |
The VDP/S16 rgb output is mixed by an analogue switch.
The mixing is controlled by the 315-5373 custom chip.
The PLD content translated to Verilog:
The text was updated successfully, but these errors were encountered: