Search found 247 matches
- January 12th, 2023, 1:26 pm
- Forum: Homebrew (General)
- Topic: Tonyhax International: Backup Loader For All Japanese, USA, and PAL PS1 Consoles/Early PS2 Consoles + GameShark Flasher
- Replies: 153
- Views: 356944
Re: Tonyhax International: Backup Loader For All Japanese, USA, and PAL PS1 Consoles/Early PS2 Consoles + GameShark Flas
I think I know why you had issues creating proper .mcs linked files. You need to align everything to 8192 bytes for each slot (+128 byte header). So if it's over 16K (2 slots) then create 24K (+128 byte header) with padded data. Check out the Memory Card file format , mainly directory frames, bytes ...
- January 12th, 2023, 12:20 pm
- Forum: Work Logs & Projects
- Topic: MemCARDuino - Arduino PlayStation 1 Memory Card reader
- Replies: 67
- Views: 302688
Re: MemCARDuino - Arduino PlayStation 1 Memory Card reader
I added support for a couple of the boards I had laying around on my table (eg. ESP8266, ESP32, etc..) but probably even more boards are supported as I'm using SPI library now instead of Atmega specific ports. Check first post for more info. @L10N37: As you have discovered yourself everything is tri...
- December 26th, 2022, 8:42 am
- Forum: General Chat & Messaging
- Topic: Can't upload avatar
- Replies: 8
- Views: 13350
Re: Can't upload avatar
Thank you. It's my baby, my Alfa 156.
- December 8th, 2022, 10:28 am
- Forum: General Chat & Messaging
- Topic: Can't upload avatar
- Replies: 8
- Views: 13350
Re: Can't upload avatar
Yup, works normally now. Thanks.
- December 7th, 2022, 8:31 am
- Forum: General Chat & Messaging
- Topic: Can't upload avatar
- Replies: 8
- Views: 13350
Re: Can't upload avatar
Nope, it just won't go. I tried on desktop and mobile, safari and chrome. I even outright downloaded your avatar Shadow and I can't set it.
I actually remember I had this problem way back also but I didn't bother so I was stuck on the same avatar for so long...
I actually remember I had this problem way back also but I didn't bother so I was stuck on the same avatar for so long...
- December 6th, 2022, 12:20 pm
- Forum: Homebrew (General)
- Topic: PadTest
- Replies: 10
- Views: 88154
Re: PadTest
Yup, https://github.com/ShendoXT/padtest. Feel free to use whatever part of code you desire.
- December 6th, 2022, 12:14 pm
- Forum: General Chat & Messaging
- Topic: Can't upload avatar
- Replies: 8
- Views: 13350
Re: Can't upload avatar
Yup, it says "Could not upload avatar to ./images/avatars/upload/32796c757064e007509b9735d1d0b92d_91.png.".
- December 6th, 2022, 10:06 am
- Forum: Homebrew (General)
- Topic: PadTest
- Replies: 10
- Views: 88154
Re: PadTest
I updated the app and added Mouse support. I also updated pad routines to resemble
the way BIOS does it which was needed to get mouse working properly.
Doing so may have fixed your problem too so try this release to see if the controller works properly now.
the way BIOS does it which was needed to get mouse working properly.
Doing so may have fixed your problem too so try this release to see if the controller works properly now.
- December 6th, 2022, 9:58 am
- Forum: General Chat & Messaging
- Topic: Can't upload avatar
- Replies: 8
- Views: 13350
Can't upload avatar
I don't know if it's just me but no matter what image I try to upload it always fails to set it as avatar.
I can only use preset avatars. I've tried 150x150 and smaller pngs, jpgs.
I can only use preset avatars. I've tried 150x150 and smaller pngs, jpgs.
- December 6th, 2022, 9:35 am
- Forum: Work Logs & Projects
- Topic: joymon - R/W/X-capable monitor over the controller port
- Replies: 14
- Views: 33644
Re: joymon - R/W/X-capable monitor over the controller port
This is awesome. While it's not that hard to add a serial port to PSOne, not having to open it makes this so much more awesome. Great job
If you attach ESP8266 to it you could even get PSOne to Internet through the controller port
If you attach ESP8266 to it you could even get PSOne to Internet through the controller port
- April 24th, 2021, 9:53 pm
- Forum: General Chat & Messaging
- Topic: Doubts about Memcarduino
- Replies: 2
- Views: 6656
Re: Doubts about Memcarduino
Hi. That's not my image but I guess that's voltage divider, it's not connected to those pins but rather to GND and VCC. But actually Memory Cards are 3.3 (3.6) voltage devices so 3.3V microcontrollers are recommended. You can use 5V microcontrollers with voltage regulator (or voltage divider) but do...
- April 1st, 2021, 3:35 pm
- Forum: Work Logs & Projects
- Topic: tonyhax - PS1 softmod backup loader thing using THPS2/3
- Replies: 55
- Views: 108166
Re: tonyhax - PS1 softmod backup loader thing using THPS2/3
I pretty much can't at the moment. In order to keep the code as small as possible I am not using the official libraries and afaik VSync isn't present as a BIOS call. Correct me if I'm wrong, please. No need to use BIOS calls. Interrupt register is memory mapped, you can read and acknowledge it by r...
- April 24th, 2019, 7:53 pm
- Forum: Homebrew (General)
- Topic: n00bDEMO - Demo made using my own SDK
- Replies: 21
- Views: 68084
Re: n00bDEMO - Demo made using my own SDK
Excellent work LameGuy64, very impressive
I really appreciate that you shared the source for your SDK on GitHub.
I really appreciate that you shared the source for your SDK on GitHub.
- February 11th, 2019, 1:06 pm
- Forum: Other SDK
- Topic: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
- Replies: 34
- Views: 219110
Re: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
No I haven't. It's under "Download and install toolchain" section.
But you have to scroll to reveal the entire code, maybe that's throwing you off...
But you have to scroll to reveal the entire code, maybe that's throwing you off...
- February 5th, 2019, 1:46 am
- Forum: Other SDK
- Topic: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
- Replies: 34
- Views: 219110
Re: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
Yes, however that repo is outdated. The newest PSXSDK is 20180115. I could make a new repository with the current version but there are two problems with that approach. 1. It's not my project, 2. If Tails keeps updating his SDK then we will have code discrepancy. So I would really like to have an of...
- February 4th, 2019, 2:06 am
- Forum: Other SDK
- Topic: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
- Replies: 34
- Views: 219110
Re: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
Thanks. Yeah, it's a pain sometimes to get everything working. I actually also wanted to add macOS to the list but I'm having trouble compiling PSXSDK's tools for the host OS. Compiler seems to be stricter and what would otherwise be warnings it treats as errors. But it's OK, those errors/warnings n...
- February 3rd, 2019, 8:41 am
- Forum: Other SDK
- Topic: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
- Replies: 34
- Views: 219110
Re: [TUTORIAL] Setting up the PSXSDK under Windows and Linux
I updated the guide. Now for both Windows and Linux (Ubuntu) and with the latest binutils and gcc.
- February 2nd, 2019, 9:07 am
- Forum: Hardware
- Topic: Questions about my motherboard
- Replies: 3
- Views: 11141
Re: Questions about my motherboard
Was it you who jumped all those fuses or did you get it in that shape? What a mess... :( Fuses blow for a reason. You need to remove all those wires and reinstall working fuses. And it looks like you jumped a capacitor in one of the images. Might just be the thing that is killing (killed) it as that...
- December 6th, 2018, 11:07 am
- Forum: General Chat & Messaging
- Topic: Sony playstation Classic aka mini
- Replies: 10
- Views: 19675
Re: Sony playstation Classic aka mini
I have been following the news around PlayStation Classic and it seems like hardware is of good quality but software is shoddy (PCSX ReARMed, lack of options, slower PAL titles, crappy interface, etc). Once it's hacked I believe it will be a pretty neat system to own. Would be cool to have Retroarch...
- December 6th, 2018, 10:58 am
- Forum: Work Logs & Projects
- Topic: PSX BIOS Dumper
- Replies: 24
- Views: 132833
Re: PSX BIOS Dumper
I analyzed differences between my dumper and NexTro and came to conclusion that it's related to _96_init() function which initializes CD-ROM system and is called by the PSXSDK's PSX_Init(). In newer versions of SDK Tails92 added PSX_InitEx() which allows coder to specify various flags, one of them s...