Giter Site home page Giter Site logo

amigo's People

Contributors

ezrec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

amigo's Issues

is formula for ROM01 correct?

I really appreciate your great work!

There is just one little thing.

from DAUGCAS.v:
initial ROM01 = 1'b0;
always @(*)
ROM01 <= ROME && _A17 && _WPRO && _SROM && _PRW;

This doesn't match Commodore's documentation, they say _A18 instead of _A17:
ROM01 <= ROME && _A18 && _WPRO && _SROM && _PRW;

See the A1000 "source" files from
https://www.amigawiki.org/doku.php?id=de:parts:pld_download

When I get it right this is the switch signal which switches the WOM to read-only, and disables the BOOT-ROM after the WOM has been written. This should be active only for the memory area from 0xf80000 to 0xfbffff, but it must not be active above 0xfc0000 because that area is used to write the to the WOM?

0xf8 = 1111 1000
where the first '0' is /A18 and not /A17.

When you use /A17 instead of /18, the signal would be active for 0xf80000 to 0xf9ffff and from 0xfc0000 to 0xfdffff.

I'm currently working on Kick-Board like the KUPKE / Golem Kickstart ROM Module, see here:
https://www.bigbookofamigahardware.com/bboah/product.aspx?id=1557

Therefore I needed to understand the WOM mechanism (how to disable it) and I try to understand the PAL equations.

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.