Giter Site home page Giter Site logo

Comments (9)

jotego avatar jotego commented on August 11, 2024 1

@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.

from jtcores.

gyurco avatar gyurco commented on August 11, 2024

Is scene simulations are supported in this core?
Write NVRAM writes only a 4k file, it's not the full vram/objram.

from jtcores.

gyurco avatar gyurco commented on August 11, 2024

+need VDP RAM, too...looks it's too complicated.

from jtcores.

jotego avatar jotego commented on August 11, 2024

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.

from jtcores.

jotego avatar jotego commented on August 11, 2024

+need VDP RAM, too...looks it's too complicated.

Maybe VDP internal registers are needed too. That can be really complicated to do with a netlist like that.

from jtcores.

rp-jt avatar rp-jt commented on August 11, 2024

I will check this and let you know what I can find

from jtcores.

gyurco avatar gyurco commented on August 11, 2024

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.
The 5 tilemap signals can be the 3 normal + 2 shadow layers?

from jtcores.

jotego avatar jotego commented on August 11, 2024

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 active

0019

Pins 5,6,7 are stuck high
Pins 4,8,9 toggle

pin 4
IC65 pin 4

pin 8
IC65 pin 8

pin 9
IC65 pin 9

Fix layer and scroll 1 active

Scroll 1 shows SEGA WORLD

0020

Pins 6,7 are stuck high
Pins 3,4,5,8,9 toggle

Pin 5
IC65 pin 5

Pin Meanings

  • pins 4,5,8 seem active low
  • pin 5 is S16's SA (scroll A), active low
  • pins 6,7 might be the obj priority, instead of pins 3,6 in the sch (review PCB connection)
  • pin 9 could be active high

from jtcores.

jotego avatar jotego commented on August 11, 2024

I have updated the schematics in d7a8e17 with pin 5 identified as /SA and object wires labeled as OBJPRIO

from jtcores.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.