What's new

ATAPI/IDE ODE Testing

I'm also looking for this ide simulator, used or new.
I do hope to see it back in stock.
 
Dusting off this thread to let you all know that I'm testing a new ATAPI ODE from @electric_monk. this one includes support for HDD images in addition to CD and DVD for a complete Namco 2x6 solution!

Here is what the new device looks like
IMG_20250310_225131566.jpg


and a photo of it running Gundam NEXT (a HDD game) on my vewlix
IMG_20250310_225501983_HDR.jpg


Gundam Next works great and I've also tested Fate Unlimited Codes (another HDD game) with 0 zero issues.

Testing is going well so far with few tweaks to the firmware already I'll report back here with more results as I progress forward in my testing :D
 
That's really cool and will be a huge upgrade for 2X6 owners. I wonder if it could even get titles like Tekken 4 and Bloody Roar 3 working on 256 (with 246 mode activated)?
 
That's really cool and will be a huge upgrade for 2X6 owners. I wonder if it could even get titles like Tekken 4 and Bloody Roar 3 working on 256 (with 246 mode activated)?

I am pretty certain this is a motherboard limitation - not anything at all related to the optical drive interface.
 
I am pretty certain this is a motherboard limitation - not anything at all related to the optical drive interface.
that's correct.

the only way games like Tekken 4 will work on 256 is if someone patched the game to work that way... otherwise the issue is that the 256 Mobo literally doesn't support the commands that the game's require.
 
Has anyone tested other games successfully?
For example, Tekken 4, Tekken 5
 
I've successfully tested SC3. T5DR is not yet working and I'm waiting on an update to fix it and continue testing
 
glad its been tested , monk reached out to me a while back letting me know he had done this , cant wait to get one
this one includes support for HDD images in addition to CD and DVD for a complete Namco 2x6 solution!
I can't wait to buy one
 
I do intend to try and backport the hard disk support to the old version of the PCB, I haven't yet confirmed if it'll work or not - been too busy with the new version and also unrelated stuff 😊 It's obviously in my interest to keep the code between both as similar as possible anyway, though right now the new version contains all the tidying/upgrades as that's still in progress. There's also features in the new board (like the buttons, LEDs and OLED screen support) that won't work on the old version as it just lacks those I/O ports.
 
I do intend to try and backport the hard disk support to the old version of the PCB, I haven't yet confirmed if it'll work or not - been too busy with the new version and also unrelated stuff 😊 It's obviously in my interest to keep the code between both as similar as possible anyway, though right now the new version contains all the tidying/upgrades as that's still in progress. There's also features in the new board (like the buttons, LEDs and OLED screen support) that won't work on the old version as it just lacks those I/O ports.

LED's and OLED screen sound great! I have often thought "i wonder if anything is happening" when doing 246 testing... :)
 
I do intend to try and backport the hard disk support to the old version of the PCB, I haven't yet confirmed if it'll work or not - been too busy with the new version and also unrelated stuff 😊 It's obviously in my interest to keep the code between both as similar as possible anyway, though right now the new version contains all the tidying/upgrades as that's still in progress. There's also features in the new board (like the buttons, LEDs and OLED screen support) that won't work on the old version as it just lacks those I/O ports.
Git submodules - a bit of work to set it up and transition your codebase, but totally worth it when going for identical code shared between different products.
 
Yup, it's the only reasonable way I can think of to do it (certainly don't want to mess around with a third project that emits a static library and trying to have that compile to something like artifactory for the other projects to pull or something) ;)

The only real pain is that git really messes with the new chip's IDE (Microchip officially only support "zipping up your files and saving those ZIP files somewhere" and git regularly causes it to lose settings and such). Obviously I'm using git anyway (and it's saved me from some weirdness that their ZIP file solution didn't fix, too).
 
Back
Top