I finally got it up and actually running, but it seems to only support a few different chips.
I was wondering what I would have to do to get it to program on at49f040 chips as that's what im trying to get running. Im using a willem 4.0 universal programmer and it seems to be connected and working, it's just a matter of setting it up to program on more chips. Is there a way to do this?
Last edit: Ethen John Parker 2017-02-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am planning to clean the code, repair broken 27512, and add support for 29xx and AVR, and maybe for 49xx if I find any for testing.
The way to do this is by writing a driver in ./chip directory.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I finally got it up and actually running, but it seems to only support a few different chips.
I was wondering what I would have to do to get it to program on at49f040 chips as that's what im trying to get running. Im using a willem 4.0 universal programmer and it seems to be connected and working, it's just a matter of setting it up to program on more chips. Is there a way to do this?
Last edit: Ethen John Parker 2017-02-08
I am planning to clean the code, repair broken 27512, and add support for 29xx and AVR, and maybe for 49xx if I find any for testing.
The way to do this is by writing a driver in ./chip directory.