Search found 3 matches

by B_Studios
September 2nd, 2020, 3:06 am
Forum: General Chat & Messaging
Topic: Can Visual Studio Code be used to write code for the PocketStation on Windows 10?
Replies: 5
Views: 7627

Re: Can Visual Studio Code be used to write code for the PocketStation on Windows 10?

You can use the GUI from Visual Studio to write the C code, but you can't compile for it from there. You still need to use the old compiler from Sony for the PocketStation to produce the machine code. Thank you very much for the advice, glad to know that code can be written in Visual Studio! :D Are...
by B_Studios
September 2nd, 2020, 3:03 am
Forum: General Chat & Messaging
Topic: Can Visual Studio Code be used to write code for the PocketStation on Windows 10?
Replies: 5
Views: 7627

Re: Can Visual Studio Code be used to write code for the PocketStation on Windows 10?

Depends on the definition of SDK. Pocketstation aside, there has been work on converting the PsyQ libs for use with a modern GCC, which would then allow the use of VScode, which is what I am using at the moment. The original project was psyq2elf - here http://www.psxdev.net/forum/viewtopic.php?f=62...
by B_Studios
August 16th, 2020, 8:42 am
Forum: General Chat & Messaging
Topic: Can Visual Studio Code be used to write code for the PocketStation on Windows 10?
Replies: 5
Views: 7627

Can Visual Studio Code be used to write code for the PocketStation on Windows 10?

Does anybody know if it is possible to use Microsoft's Visual Studio Code to write code for the PocketStation? Although the official PS1 and PocketStation were designed to work with older OSs like Windows XP, couldn't the PocketStation SDK be used on Windows 10 since the PocketStation is a simpler d...