Search found 282 matches

by gwald
January 22nd, 2016, 12:37 pm
Forum: Miscellaneous
Topic: making a bootable Net Yaroze iso?
Replies: 15
Views: 54741

making a bootable Net Yaroze iso?

Hi, So master an iso is straight forward, but not with a net yaroze ecoff exe. eco2exe and combine2 don't work because the exe start in different places and the emulator only starts in #100000, which is where the libps.exe is. Obviously, the yaroze compilation cd's do this, I just haven't seen any s...
by gwald
January 22nd, 2016, 12:13 pm
Forum: Hardware
Topic: Beginner's guide to connecting to the PSX.
Replies: 11
Views: 21950

Re: Beginner's guide to connecting to the PSX.

Well just to add more info. The Emulator + binary to source code works, but not with the yaroze stuff because of the libps.exe in ram. The yaroze build requires a cdrom image and some how loading the libps.exe into ram first, then auto (siocons script) and executing at the exe's link address, which ...
by gwald
January 21st, 2016, 6:40 pm
Forum: Miscellaneous
Topic: Net Yaroze developeres interviews
Replies: 0
Views: 12051

Net Yaroze developeres interviews

I just saw the news page, re Net Yaroze developer interviews.
Good read of the guys that were mostly, popular... interesting where they went..
I was tweeting to the author about it @SuperFriendDan 2 weeks ago..and it didn't even occur to me to post it here :naughty
by gwald
January 21st, 2016, 12:30 am
Forum: Miscellaneous
Topic: no$psx emulator for psxdev - feature request
Replies: 2
Views: 18460

no$psx emulator for psxdev - feature request

@nocash I recently found your emulator and was very impressed with it's TTY out and VRAM display. I know it's geared to your Xboo port and assembly programming, but just wondering if you would be interested in adding a few features? I've already donated , because your software is useful to me as is...
by gwald
January 20th, 2016, 11:06 pm
Forum: Miscellaneous & Off Topic
Topic: intro
Replies: 7
Views: 28120

Re: intro

Hey man, Ah, my screen shots were of winXP virtualbox... and it got tricked into thinking it had a LTP when it doesn't :/ The actual USB to LTP adaptor has no I/O memory no IRQ, same with the USB to serial. And going by what I've seen most PSX coms software require an I/O address and an IRQ... so th...
by gwald
January 20th, 2016, 10:08 am
Forum: Hardware
Topic: Beginner's guide to connecting to the PSX.
Replies: 11
Views: 21950

Re: Beginner's guide to connecting to the PSX.

very good post! :clap Going through this again in the last few weeks (I was setup in the late 90s), this is a great help. In 2016, I would put in emulation, and as #1, in particular: http://problemkaputt.de/psx.htm It has TTY out, so you can see your printf's and a good vram viewer is helpful. It's ...
by gwald
January 19th, 2016, 10:08 am
Forum: Miscellaneous & Off Topic
Topic: Is this thing worth buying?
Replies: 11
Views: 32478

Re: Combines assets into the exe.

You can use WinBin2Src , BIN2H or RAW2SRC to convert your asset in C file you can found them here: http://www.psxdev.net/downloads.html Once you've got your binary in C format, you then compile it to an object file using the compiler GCC/Yaroze: gcc -c PSY-Q: ccpsx -c Accessing object files from yo...
by gwald
January 18th, 2016, 10:53 pm
Forum: Yaroze SDK
Topic: Yaroze SDK on WinXP+
Replies: 5
Views: 25084

Re: Yaroze SDK on WinXP+

[youtube]http://www.youtube.com/watch?v=oHNGQHPZRSU[/youtube] I'm running winXP on a newish Dell computer :dance the drivers arent 100% I need install win7 and try again, the PC kept locking up maybe from the recording.. Better on Linux dosbox [youtube]http://www.youtube.com/watch?v=UVD1Slg45j0[/you...
by gwald
January 18th, 2016, 5:04 pm
Forum: Yaroze SDK
Topic: Yaroze SDK on WinXP+
Replies: 5
Views: 25084

Re: Yaroze SDK on WinXP+

Can you take a screenshot of the Yaroze Debugger please? ha.. i'll do ya a video ;) hopefully tonight.. if i have time it's just gnu gdb using hss.exe, from the yaroze CD, to remote tty debugger.. It's always been buggy tho, but good to have it for logic bugs. I have the src if you want it ftp'ed u...
by gwald
January 18th, 2016, 11:54 am
Forum: Yaroze SDK
Topic: Yaroze SDK on WinXP+
Replies: 5
Views: 25084

Yaroze SDK on WinXP+

The Yaroze SDK works fine in http://www.dosbox.com/ 0.74 I had to add CWSDPMI.exe (attached) from http://www.delorie.com in NY-root/gnu/bin and NY-root/psx/bin for the win95 exe's The com stuff works very well, in your dosbox setting file (in USERPROFILE/Local settings/applications/DosBox/dosbox.74....
by gwald
January 17th, 2016, 4:48 pm
Forum: Yaroze SDK
Topic: Recompile Yaroze Source
Replies: 35
Views: 99988

Re: Recompile Yaroze Source

I got the yaroze gdb compiler compiled using the DJGPP cdrom from archive.org.
It ran in winXP, but had problems communicating :'(

So I've completely given up on this.. way too hard for me :(
by gwald
January 17th, 2016, 4:07 pm
Forum: Miscellaneous & Off Topic
Topic: Is this thing worth buying?
Replies: 11
Views: 32478

Re: Is this thing worth buying?

you can run your PSX EXE file in no$psx, click on "File" then "Load Disk Image" and choose your exe file or iso file. Hey Greg, thanks for the tip, yip I got that going but need to load assets into memory etc. I know there's an program that combines assets into the exe. Shame, i...
by gwald
January 17th, 2016, 3:01 pm
Forum: Psy-Q SDK
Topic: Psy-Q on Fedora linux 14?
Replies: 4
Views: 23475

Re: Psy-Q on Fedora linux 14?

Yes, linux is no problem, I would recommend dosemu, it works great with the win95 yaroze SDK.
I imagine PsyQ stuff would work no problems.
by gwald
January 17th, 2016, 2:56 pm
Forum: Miscellaneous & Off Topic
Topic: Is this thing worth buying?
Replies: 11
Views: 32478

Re: Is this thing worth buying?

Wait what? If you're dead set on ASM, why not just do it on an actual playstation? There's ASMPSX from the PSY-Q SDK (see downloads section) or spASM (by Hitmen, google it) and you can test on actual hardware or practice on no$psx which is accurate as all hell and has a debugger built in: http://pr...
by gwald
January 15th, 2016, 6:19 pm
Forum: Work Logs & Projects
Topic: PSXSERIAL Hardware
Replies: 2
Views: 8378

Re: PSXSERIAL Hardware

This is awesome!
Just to confirm, this is a straight swap of the Net Yaroze comms cable right?
Any chance it's been tested in linux? coms on linux is a nightmare :crying
Is this version two on your store?
http://www.psxdev.net/store.html

Got any in stock?
by gwald
January 15th, 2016, 6:14 pm
Forum: Work Logs & Projects
Topic: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL
Replies: 31
Views: 64720

Re: PSX RS-232 Serial I/O for SIOCONS / HIT-SERIAL

All working now! (sort of) :D I can use '>>play' to play CD-DA off of some games that have it and run '>>cb' to show the coloured bars, etc... PC RTS and CTS are wired together. PC DTR and DSR are wired to 5V, and the GND from the 7805 was removed. If I add the ground from the power supply, everyth...
by gwald
January 13th, 2016, 11:17 pm
Forum: Hardware
Topic: [Hardware Mod] 8MB in (PU-18) Retail PSX
Replies: 64
Views: 166236

Re: [Hardware Mod] 8MB in (PU-18) Retail PSX

First of all, many thanks to Shadow for humoring me when I hassled him to do wiring checks on his DTL-H2000. It might have been possible to do this mod without that information, but it would certainly have been far more difficult. This is an excellent through, very cool that you figured out how to ...
by gwald
January 13th, 2016, 9:28 am
Forum: General Chat & Messaging
Topic: which the top 10 ps1 games for you?
Replies: 21
Views: 42933

Re: which the top 10 ps1 games for you?

in order for me: Die hard trilogy - finished 1 & 2, 3 didn't like so much - Still impressive today - using bill boarding instead of using full 3d objects is a clever idea.. which didn't get done more then what it should have! Distruction derby 2 - fun game, excellent sound hard rock/metal track!...
by gwald
January 12th, 2016, 8:39 am
Forum: Work Logs & Projects
Topic: PSX CD-Player only Project
Replies: 87
Views: 206892

Re: PSX CD-Player only Project

Greg wrote:Latest version on psxexe.com v2.15: http://xianaix.net/filez/psx157.zip
Lot of AR/XPLORER stuff at: http://xianaix.net

Hey thanks Greg! it worked.

BTW It's was in: "Caetla 0.35 Tools (DOS-English)"
http://xianaix.net/filez/wintools.zip