Page 1 of 1

PSX Thingy

Posted: September 13th, 2016, 2:59 pm
by CyrusDevX
Can the psx use a pin per pin matching parallel flash ic on the address and data lines on the pio port, with ce rd wr too? Also meaning not using a gal logic chip like in the xploder carts. Does the psx auto map the new chip and would be able to boot unirom forexample?

http://i.imgur.com/wb8UoAy.jpg


Sorta like a xploder concept. with a host pc app.
512KB external bios
512KB external pio rom
ATmega1284p MCU
2x MCP2221
PIC16F629
74HC245 Latch

Re: Question

Posted: September 13th, 2016, 3:08 pm
by Administrator
Yes, if you flash the correct bootcode and the right header, the PSX will boot from ROM over the parallel port BEFORE anything else.

Re: Question

Posted: September 14th, 2016, 1:42 am
by CyrusDevX
ty

Re: PSX Thingy

Posted: September 22nd, 2016, 9:25 am
by sickle
I get the software side of things, but I've never really looked into the hardware.
Does it need much glue logic or anything? Or does each pin on the p.port just kinda map to the EEPROM?
Like the XPlorer FX has 512k, 384k of which is actually wired to the PSX, and PSIO has 32k or something can you get away with minimal wiring for something really simple?

Re: PSX Thingy

Posted: September 22nd, 2016, 9:39 am
by CyrusDevX
I'll start wiring the ROM on the parallel port here soon, been busy with random stuff but I managed to build (another) serial cable for net yaroze support specifically.
just need this = http://www.ebay.com/itm/FT232RL-3-3V-5- ... Swu4BV60Vb

And this = http://www.ftdichip.com/Support/Utiliti ... taller.exe <- click n download.
^ ft prog utility for inverting the CTS RTS DTR DSR pins. ^

That little ft232rl should be pretty straight forward. although on mine the silkscreen for the DSR pin reads RSD, but its the right one for DSR. I just wired all the lines minus the +3.3v line. the jumper for power on the ft232rl board can be left off. I leave mine w/o jumper.

Works nice under VirtualBox with windows xp sp3 pro. seems this iso http://getintopc.com/softwares/operatin ... ws-xp-sp3/ works great In virtual box. no need even for the ftdi drivers as it auto installed mine.
In Addition the latch on the atmega is just to work as buffer / access control on the 8bit data bus. latching off the mcu's control.