Search found 7 matches

by Dhust
October 13th, 2019, 12:53 pm
Forum: General Chat & Messaging
Topic: new user - pointers on how to start
Replies: 2
Views: 6621

Re: new user - pointers on how to start

If you're looking for how to setup an environment for using the official SDK:
I have this simple example using a bat file to setup the environment and makefile to build and create a PS1 ISO.
https://github.com/dhustkoder/psxdev
by Dhust
February 26th, 2018, 7:00 am
Forum: Work Logs & Projects
Topic: My first PS1 program - pschip8
Replies: 12
Views: 22639

Re: My first PS1 program - pschip8

Hi welcome! I need some help with: increasing the resolution of the timer to micro seconds. And scaling the graphics of the framebuffer to fill all the TV screen. I could write some code to scale it, but maybe theres SDK features that let me do that and I didn't see it yet. Have you tried changing ...
by Dhust
February 2nd, 2018, 11:51 pm
Forum: Work Logs & Projects
Topic: My first PS1 program - pschip8
Replies: 12
Views: 22639

Re: My first PS1 program - pschip8

Yeah, my console lacks an optical drive, so the only way I can run psx/psone games is through an emulator sadly.... Why you're using epsxe over the POPStarter which loads the PS2 native support for PS1 games through USB or HD. Do your PS2 lacks a mod chip ? or is it an Original PS2 without any mods...
by Dhust
January 16th, 2018, 1:29 am
Forum: Work Logs & Projects
Topic: My first PS1 program - pschip8
Replies: 12
Views: 22639

Re: My first PS1 program - pschip8

likeabaus wrote: January 16th, 2018, 12:17 am I'll let you know when I get a chance. Just keep in mind that it'll being running within an emulator, not real hardware, when I test it lol.
Oh right, I see with epsxe ported to ps2. I was confused since some PS2 can run some PS1 games.
by Dhust
January 15th, 2018, 5:56 am
Forum: Work Logs & Projects
Topic: My first PS1 program - pschip8
Replies: 12
Views: 22639

Re: My first PS1 program - pschip8

This seems pretty neat! I don't have a functioning psx/PSOne at the moment, but would love to try this out on my PS2. Unfortunately, I don't have an optical drive in mine, but I can run it off usb using ps2psxe (epsxe ported to the PS2). I'll give it a shot when I get a chance and report back with ...
by Dhust
January 9th, 2018, 7:40 am
Forum: Work Logs & Projects
Topic: My first PS1 program - pschip8
Replies: 12
Views: 22639

Re: My first PS1 program - pschip8

Yeah thanks for the tip! :D I've added the ISO image cuz I'm not using bin/cue yet.
by Dhust
January 9th, 2018, 5:36 am
Forum: Work Logs & Projects
Topic: My first PS1 program - pschip8
Replies: 12
Views: 22639

My first PS1 program - pschip8

Link to the project: https://github.com/dhustkoder/pschip8 Hello guys, it's my first post. I've found this community in the past days as I was trying to program something for the PS1. I've got some programming experience so its going fine... I'm using PSYQ SDK on a Linux machine with WINE and DOSBOX...