Okay I need to clear something up as I'm seeing a lot of comments about the same thing. 1) I do know I could have used a virtual machine. I just wanted to make things more interesting. 2) I don't really know why but the 32bit compatibility of modern Windows and CPUs just doesn't seem to work with PSYQ 3) The second part is already being worked on. You can watch my other videos in the meantime if you want ;) 4) I managed to reply to all comments but I'll have to start skipping some because at this rate I wouldn't be doing anything else in my day. 5) KZbin exploded this and I'm grateful to every single person who sees this
@alif__2 жыл бұрын
Damn 6 mins ago😳
@chronofx2 жыл бұрын
Excellent video, mate! You've got a new subscriber!
@NotADoctor5582 жыл бұрын
Eh, in my (limited)experience virtual machines can be pretty slow and buggy, game development on one sounds like hell. I bet the reason why PSYQ would only work on 32 bit Windows is because the program is likely 16 bit, and to my knowledge, I don't think there's really a good way to make 16 bit software run in 64 bit versions of Windows.
@cheebadigga40922 жыл бұрын
well you could emulate the CPU which would be slower, but you'd have the exact 32bit instruction set you needed (e.g., Pentium 4).
@minerof8bits9682 жыл бұрын
Gotta love anyone that likes dankpods
@huleothehedgedoge2 жыл бұрын
Man coded a PS1 game and got it running on original hardware just for the fun of it. You have my respect
@dchardin12 жыл бұрын
If there is one thing I would love for the general public to understand: It's how INCREDIBLY DIFFICULT it is to develop for older systems. Just getting this demo to work impresses me more than a lot of the flashy bloated modern tech-stack apps I usually see.
@Bandwidth_ytb2 жыл бұрын
It was a pain but it was definitely worth it.
@GeoNeilUK2 жыл бұрын
I think it's because you're having to cross compile for old processor architectures that were either custom to that console or are no longer used, what with most of the development of compilers going into X86 and ARM.
@JohnSmithZen2 жыл бұрын
Why would older systems be so much more difficult?
@raiden722 жыл бұрын
@@JohnSmithZen obscurity, harder to find resources
@ouynotun2 жыл бұрын
@@JohnSmithZen i think by hard, they really mean "none of my prior knowledge helps so i had to research for 8 hours" not "in the grand scheme of learning stuff this is a harder thing to learn"
@nprocopi12312 жыл бұрын
Code in PSYQ and psn00b is the same, the same libraries, same techniques, same everything, except psn00b is a replica of the original, while PSYQ was the original. psn00b produces faster code, and even compiles faster (with multithreading and PCH). Also you'd be better off with no$psx with a debugger and breakpoints. I've been coding PS1 for the last 3 years.
@Bandwidth_ytb2 жыл бұрын
I'll probably use it for the second part
@wizkhalifa_official71792 жыл бұрын
@@Bandwidth_ytb HOW MANY FARDS CAN YOU PUT IN THE GAME BEFORE IT BREAKS?!?!?!?!?
@jean-baptisteboric87312 жыл бұрын
You should also be able to debug with DuckStation. I've written the GDB stub that hooks into its debugging facilities, so if you use a toolchain that emits ELF you'd have access to such luxuries as symbolic debugging. One caveat is that I wrote it for reverse-engineering, so I'm not sure how janky that would be for actual debugging. Do ask questions if you're interested, I don't think it's properly documented.
@hurrikate2 жыл бұрын
explain in fortnite terms
@Fractal_blip2 жыл бұрын
@@wizkhalifa_official7179 FARD
@Bolt_BDA2 жыл бұрын
As a once frustrated young game dev this brings me so much warm into my heart, good job dude! Keep it up!
@veganfoodsYOUTUBE Жыл бұрын
Speaking 🔊 🗣 of warmth and development...is this Open Source to make additions? Like 👍 👌 maybe the Red is actually 🤔 Fire 🔥 & the Man 👨 in Blue is rushing to the exit...so I could see it being like a randomly generated Escape Room. Also I could make Sprites just as an example. At least sum of Them.
@KageMinowara Жыл бұрын
Bro, this is so cool. It warms my heart to see people take an interest in old hardware.
@Bandwidth_ytb2 жыл бұрын
Since I don't have a community tab yet I'd like to announce here that I will not be able to get a video out no sooner than August. I'm terribly sorry about this but that's just how things are. 🤷♂ The next video is going to be a second part of this so stay tuned!
@RadikAlice2 жыл бұрын
It's fine. Also, it's so dumb KZbin locks the community tab behind a certain subscriber count
@gpubenchmarks79052 жыл бұрын
Can you make win 98 games?
@Bandwidth_ytb2 жыл бұрын
@@gpubenchmarks7905 probably!
@gpubenchmarks79052 жыл бұрын
@@Bandwidth_ytb :))) Can you make something with Blood Monolith 1997.
@Bandwidth_ytb2 жыл бұрын
@@gpubenchmarks7905 maybe
@xenonentity7132 жыл бұрын
This is probably the best thing KZbin has recommended me to this day. I was always interested in researching the hardware of these retro consoles but now you got me interested in the software and development side as well. Good work mate.
@Bandwidth_ytb2 жыл бұрын
Thanks comments like these motivate me to make more!
@BrainDamageComedy2 жыл бұрын
link to channel that does hardware breakdowns and the development of the retro consoles retro 48k: kzbin.info great info
@jimmysoncookland54462 жыл бұрын
Agreed
@5gramwood6442 жыл бұрын
fr!
@raymartecoto83892 жыл бұрын
@@BrainDamageComedy thanks pal
@SpecReviewPlus2 жыл бұрын
I've always dreamt of developing games for these older consoles! I just didn't know how. Thanks for proving it possible! I can't wait to try this myself!
@Bandwidth_ytb2 жыл бұрын
Glad I could help!
@RockiJunior_dev Жыл бұрын
i've been looking for a motivation last days, a motiviation to revives me the love for programming and i found this video. nice content, keep doing what you are doing, you gonna be a great and awesome developer.
@jordanhilton1815 Жыл бұрын
The fact that anybody was ever able to program and code video games even at all is absolutely mind-blowing even like the old pong is absolutely mind-blowing let alone games like The Witcher 3 or something like that it's nothing short of a miracle
@WhatzHappeningNow9 Жыл бұрын
I know right? Pretty much voodoo black magic to me lol
@electricalbatross57972 жыл бұрын
This was an insanely fun watch. I never understood the appeal of making new software for old systems but somehow I get it now- to see your game run on actual hardware makes it feel legit, no matter how much effort went into the game itself.
@SaraMorgan-ym6ue Жыл бұрын
yeah well when he is trying blindly he did rather well trying to code a game for that console considering he does not know the hardware at all from a coding stand point
@insanity-vr6vu2 жыл бұрын
For such a small channel you've got so much talent that so few have seen. I can't wait to see what you do in the future!
@Bandwidth_ytb2 жыл бұрын
I hope I can keep up!
@NinjaCacodemon_IsSus2 жыл бұрын
@Bandwidth You definitely can!
@sohibmohamed9548 Жыл бұрын
@@Bandwidth_ytb keep what up?
@_nimrod922 жыл бұрын
Man as a fellow coder you earn my subscribe. it is incredibly difficult to develop in these older systems due to how much limitations on memory management were on this systems due to the technology of the time. This is why techniques such as compression for assets came to be, yes the graphics weren't that great but if you look at it was truly genius how developers focused on absolute efficiency because of limitations. Nowadays programmers have technically infinite memory resources which simply ignore optimization.
@GameBoyyearsago Жыл бұрын
We need optimization then use bloatware bullshit : (
@jacksonbourne Жыл бұрын
right on!! whats your github? im interested in starting coding
@TransitionedToAShark Жыл бұрын
The ps1 game devs are the goats
@owlcircus6811 Жыл бұрын
@@RealAliens-fw4nqL
@peacockmusicpage Жыл бұрын
That's why FF7 had 3 disks. Lol
@patmarek12222 жыл бұрын
The tech part is incredible and your humor is just hilarious. You got my sub!
@albertomassidda Жыл бұрын
I would have loved to see some more details about the coding: how the SDK expects the files' layout, whethere there is some particular "approach" you need to adopt to generate graphics and/or logic, etc..
@simonradowitzky48372 жыл бұрын
This was awsome! I'm learning C and wish I could make something like this some day!
@Bandwidth_ytb2 жыл бұрын
C is one of the hardest languages to learn. But it is very much doable. If you keep trying you'll be able to do something like this in no time.
@XinnDev_ANS2 жыл бұрын
C# or c++?
@gman68602 жыл бұрын
@@XinnDev_ANS C, only C. This is another language.
@alexanderbuchler40482 жыл бұрын
@@XinnDev_ANS just C, everything else is just toy languages lol
@XinnDev_ANS2 жыл бұрын
@@gman6860 hmm... I haven't learned that one yet
@pixelrunner27752 жыл бұрын
I just now realised that this man only has 92 subscribers. Edit: OK guys I get it this comment is old and he no longer only has 92 subscribers
@Bandwidth_ytb2 жыл бұрын
I'm watching it grow every day and I'm still blown away.
@MkwRa2 жыл бұрын
@@Bandwidth_ytb have my sub too, this was an awesome video
@AlxndrHQ2 жыл бұрын
11 days later he’s over 600! 🔥 Edit: fixed later
@MorphEffect2 жыл бұрын
this video alone will get him subscribers for sure :)
@KSBN-CCB2 жыл бұрын
@@Bandwidth_ytb can you give me a shout out brother?
@sagetenshi2 жыл бұрын
The legit joy in your voice when it runs is so wholesome. Sick video man, great job :)
@DanielSavageOnGooglePlus2 жыл бұрын
This was really fun to watch. I loved seeing your excitement once it started working!
@Ohlawdi2 жыл бұрын
Really great insight on PS1 development and encouraging for those who dont have the money to shell out for something like a Net Yaroze
@Bandwidth_ytb2 жыл бұрын
That's what I aimed for!
@darilaho2 жыл бұрын
The algorithm is working. This was really amazing. Awakened the desire to start learn to code. Thanks man.
@Bandwidth_ytb2 жыл бұрын
That's crazy cool! Thanks for watching and good luck coding 👍
@theoldcorporal2 жыл бұрын
This probably means nothing to some people, but for an 80s/90s kid, this was every gamers dream. Even if i wasn't involed in this, this really feels like i made my dream come true, through you. Thank you for making this possible
@dmacpher Жыл бұрын
Hard agree! Dev kits were the holy grail for early console days! It was completely inaccessible until 5th Gen
@DerekPerlurrl Жыл бұрын
Oh man, seeing you excited at the end made me excited as well - Congrats for a great video!
@depoisdohype68992 жыл бұрын
Loved the way that you respected an amazing product of it's era. I lived that time and it was really amazing. Thanks for that video and for all the respect that you showed. Amazing video.
@vehtty2 жыл бұрын
This is absolutely phenomenal on so many levels. You are a true genius, sir!
@crystalwater5052 жыл бұрын
Great video man. Can't believe you only had 92 subscribers before this blew up. The editing, quality and camera work are very well done. I think you have a natural talent for video creating AND programming. :-)
@Bandwidth_ytb2 жыл бұрын
I appreciate that!
@WeencieRants2 жыл бұрын
I haven’t been more interested in PS1 game development than I am now that I watched this video. Thanks
@abrahammendez7724 Жыл бұрын
the video, his room and the environment of this makes me nostalgic idk why
@paradicsompaszta Жыл бұрын
Your joy at the end when it ran on the real hardware reminds me why I love programming!
@ashisharky2 жыл бұрын
"Stand back. I'm arming the nugget" absolutely amazing I'm subscribing
@Tiktok_PolarBear Жыл бұрын
Yes dankpods
@bwc19762 жыл бұрын
This is awesome, congratulations! I would have been curious to have a quick look at the source code, but other than that, this is basically perfect!
@Bandwidth_ytb2 жыл бұрын
I'll put it in the description when I get home from Austria.
@PoppySeed842 жыл бұрын
im also really surprised it worked it flawlessly on the console itself. i decided to code a game for my 3ds back in the winter. i got it working flawlessly on the emulator but as soon as a gave it a shot on my actual 3ds, im pretty sure i ran into some memory management issues (something about how my minimax algorithm was functioning). i might try to figure it out eventually. awesome job. always good to challenge urself like this.
@VyLoneReaz Жыл бұрын
why does this video give such a nostalgic early 2000 vibe? xd (Great video)
@MovieReviewGuyOfficial2 жыл бұрын
You remind me of another game dev here on KZbin named Dani. I can’t wait to watch your other videos. Keep up the great work!
@CleetusSilversurfer2 жыл бұрын
I had a similar experience with my first Sega Mega Drive demo, burning an actual ROM, and putting it into a PCB. The game started, and I've cried a bit of joy. Never coded a PS before, but this looks awesome. Maybe I should whip up a PS devkit on my old duron. Excellent video.
@mclau15242 жыл бұрын
This was a very fun video to watch, you are a natural at making these!
@Bandwidth_ytb2 жыл бұрын
Thanks! I appreciate that!
@MiniStumpy2 жыл бұрын
A fellow Czech here, I love game development, and I love retro consoles / games. This was such a good video. You just got a subscriber from your own country!
@govislost2 жыл бұрын
same
@retromusician_official2 жыл бұрын
Same too!
@MartinJaniczek2 жыл бұрын
I _knew_ it!!! The accent!
@DaEpikRhythmGamer2 жыл бұрын
Nedokážu uvěřit tomuhle sletu čechů
@MiniStumpy2 жыл бұрын
@@DaEpikRhythmGamer souhlas, je to šílený, ale jako je to super
@Sagadali523 Жыл бұрын
Bandwidth is the only guy who makes his first PS1 game for the first time. Good work.
@19Ronin95 Жыл бұрын
yea thats why those tissues are there at the table
@guilhermekfwst2 жыл бұрын
Creating a PS1 game... You've just achieved a dream of many. Congratulations.
@InfiniteNesLives2 жыл бұрын
It’s awesome to see a fellow nerd from a more energetic generation go through the same process my generation did with the NES a decade prior. So many parallels.. ❤
@TheNezperdian2 жыл бұрын
I was expecting to see the codes and a very brief explanation of the structure on what programmers had to take into account when making a game for the PS1 at the end. And gotta say that the YT algorithm finally recommends something good to watch. Thanks for the work! Gotta check your following videos.
@drstefankrank Жыл бұрын
The reason the logo animation is included on the disc is for legal reasons and the same with the Nintendo logo on the gameboy. If you now try to sell this game, Sony can sue you because you didn't buy the license for this trademarked logo for distribution.
@leandrororschach2523 Жыл бұрын
Man... The new president of your country looks like a Metal Gear character, you can code anything
@UltraAceCombat2 жыл бұрын
Very enjoyable video! A good amount of entertaining chaos and actual result. I look forward to seeing more from you!
@retrostyle79622 жыл бұрын
That is so cool. It made me happy to see it worked aswell. I tried coding or making a game before but never could make it work (perhaps I aimed to high). But this was next level stuff you actually got it to work on the console itself. Congratulations.
@theTF2sniper2 жыл бұрын
Enjoyable video, enjoyed watching it all come together, Looking forward to upcoming PS1 content! You earned your 61th Subscriber ;)
@Bandwidth_ytb2 жыл бұрын
And I'm super grateful for every single one! Thank you very much!
@paulwall9282 Жыл бұрын
Probably the best thumbnail I have ever seen.
@OtioseFanatic Жыл бұрын
I wonder if finding a NetYaroze would have been easier. It was a commercially available PS1 dev kit
@Ed.E2 жыл бұрын
oh my god you don't know how glad I am to get such nerdy content in a format that isn't dry and is actually entertaining 🙏 thank you
@Bandwidth_ytb2 жыл бұрын
I'm super glad you liked it!
@thexdude2 жыл бұрын
Your content is the stuff of million-sub quality! Earned a sub.
@Bandwidth_ytb2 жыл бұрын
Thanks! Stuff like this really motivates me!
@solisortus62412 жыл бұрын
I was expecting this youtuber to have a thousand subscribers but I was stunned to see him only have a few hundred subscribers. He's underrated
@Kholaslittlespot12 жыл бұрын
@@solisortus6241 three days later and it's several thousand. Gaining traction.
@NeoWisp7772 жыл бұрын
Awesome job man. I'm glad that it worked and it was a definite improvement from the emulator. I wasn't expecting that much of an improvement in speed but I was surprised.
@kami-kun_va2 жыл бұрын
Because no-one seems to have noted: There was a commercially available SDK for the PS1 called the Net Yaroze. They are usually distinguished from normal PS1's bc they are coloured black, rather than the normal variant's off white. They were quite popular, at least in europe. One small caveat: IIRC you need a Win9x machine and the full kit, because I believe the kit comes with a special expansion card to interface with the console.
@Corvilux52 Жыл бұрын
Also if I'm correct, the dev kits also had more RAM and a few other caveats to go with it. I've long since wanted to create my own game similar to Gran Turismo for the PS1 but with modern vehicles. Or at least a modern vehicle.
@ZZZer00 Жыл бұрын
Nobody ever remembered Net Yaroze, spent countless hours playing on the demo discs!
@gbchoi69832 жыл бұрын
It's really fascinating how you solve every problem from the bottom. Kudos from S. Korea!
@Mtaalas2 жыл бұрын
From my years as an embedded programmer and electronics designer (digital electronics especially) I learned If one learns to code and design for an embedded and/or retro platform, you learn a LOT about system architecture and how hardware capabilities does dictate how you should code for it. You learn about limitations and through that you respect the fact that yes, we have many cores, gigahertz of clock speeds, gigabytes of RAM these days... but it's not infinite and there's a ton of wasted performance going to things that shouldn't be so performance intensive. And even these days, if you really want to get good performance out of your code for PC architecture, you DO care about the exact hardware you're coding to (Core 2, AMD Zen, etc.). for example, it's inefficient to access RAM randomly (I know, right?), one should access it in full pages and order your data in memory so that you get more useful data with single call and thus you increase your throughput dramatically. Also one DOES care about the CPU architecture when programming, since different architectures have different bottlenecks and strengths and if you understand them, you don't make code that wastes the potential of the CPU unnecessarily etc. You can get much more stuff on screen or more FPS or what ever... Factorio is awesome example of this understanding, one should read their dev blogs :) It's great to see someone young to be interested in these weird old one of a kind platforms. They'll teach you a lot about efficiency and how systems work on hardware level :)
@trickbusterstv2 жыл бұрын
dude i just click your profile for no reason and you like skate too greets from chile bro
@MichaelButlerC2 жыл бұрын
this was pretty cool to see everything from start to finish. and that you even went old school and used an old laptop not even internet connected!! ("air gapped")
@Bandwidth_ytb2 жыл бұрын
Yes, that was just part of the fun! :D
@ReggaeRemake2 жыл бұрын
@@Bandwidth_ytb why is it dangerous to connect it to the internet? because of hackers or what?
@LifeWulf2 жыл бұрын
I have never heard of your channel before now, but I’m glad KZbin recommended it to me! This was quite fascinating to watch. 😃
@deltara2106 Жыл бұрын
Love the DankPods reference and its nice to see someone doing something I would love to do
@TheOshawott Жыл бұрын
No way, you have the same TV as me :D Great video btw!
@kieranstephenson31872 жыл бұрын
This is really cool! Definitely interested to see more and where you can go with this. Also the fact that something can even still be coded for the PS1 today is awesome in itself! And 2.2k subs in twelve days? Man, you're blowing up and rightfully so! Keep up the great work! Have my sub too. :P
@Bandwidth_ytb2 жыл бұрын
I'm working on it! :D
@vaelxn2 жыл бұрын
@@Bandwidth_ytb this is seriously some of the best content i've seen from a
@MonoGrinded2 жыл бұрын
Not only is this a great concept, the comedy and editing is excellent too.
@FaZekiller-qe3uf2 жыл бұрын
There are no cubes in 2D space. A cube is a 3 dimensional object. You mean you can move a square. 9:45
@wtfill Жыл бұрын
My entrire live I was certain that you COULD NOT burn the disk for PS1 with conventional CD drive. I was so wrong. Amazing effort of making the game!
@weilm2 жыл бұрын
you are hope in humanity personified. so young and so competent in your own chosen craft. good luck to your future plans.
@blackblocky38662 жыл бұрын
6:09 The Moment when you reading SUS instead of ASUS xD
@psychoticgiraffe2 жыл бұрын
This is very good to see, I myself was working on a sequel to shrek noire trying to push windows 95 to its literal limits with raytracing
@Bandwidth_ytb2 жыл бұрын
Sounds scary :D
@psychoticgiraffe2 жыл бұрын
@@Bandwidth_ytb we need insane people to aid in porting this game to the sega Saturn and Panasonic 3do, if you ever feel like trying to develop with us, ive got a video up of the windows 2000/xp port and I tested the 95 port on a geforce 256
@digitalart34522 жыл бұрын
We have a boy genious in our hands guys. I am super impressed of how much knowledge you have absorbed in so young. Did you say in beginning, you created your own 3D from scratch? It's sad that many people won't understand that creating a moving cube using a PS1 code is million time harder than creating a traditional 3D game with Unreal Engine or Unity.
@bigfootbuthesmokesweed6766 Жыл бұрын
jimmy newton boy genious
@konstantinrebrov675 Жыл бұрын
Protect this kid at all costs, he is a real gem. He does things that many professional computer programmers would have trouble doing. I am very impressed.
@horbergus Жыл бұрын
I love that you got the real reaction on tape, that's a priceless. "Oh my god it woorks!" lmao. Can't believe you got it on the first try.
@LiqTile Жыл бұрын
6:16 Ah, the sound of my childhood. Great video. As a fellow gamedev codemonkey, I am impressed. When I saw you half-way expecting an LGR-esque style scene, where you go to the store with a gopro, comment on the surrounding products and the like :D, but either way, good stuff.
@knust7772 жыл бұрын
very rare good recommendation from the algorithm lol. Nice work bro
@Bandwidth_ytb2 жыл бұрын
Thanks it means the world to me!
@maxfilm14412 жыл бұрын
To co se ti povedlo je opravdu obdivuhodné, sám vím že není zrovna jednoduché vytvořit a zprovoznit hru na starší platformě. a by the way... fakt dobrá angličtina :)
@rafaelg.vieira39972 жыл бұрын
13:59 Actually you can show the boot screen by adding the -slowboot option in the command line when starting epsxe.exe(You need the bios file of the region you want and, disable the HLE bios for this to work)... ;)
@pkos91 Жыл бұрын
The intro was so funny!! Fantastic editing :)
@FierceElements Жыл бұрын
Your video was a great inspiration during my coffee break to get back to work!
@kylespevak67812 жыл бұрын
I've always wondered about developing games for older consoles since everything has been hacked wide open. I think it's cool to make your own game, but there's something insane about having it on a console (or I guess the app store works)
@MartinPiper65022 жыл бұрын
Well done. It was relatively tricky to get the first dev kits running from burned CDs back in the day. Lots of badly documented or undocumented config needed to be discovered.
@dassrull2 жыл бұрын
Amazing video dude! I find it amazing that you tried to develop for a console that is probably older than yourself! I remember when the ps1 came out, it was an amazing machine and I have deep respect for the developers back then, they were really talented people.
@BIMLAJOHNSON Жыл бұрын
avg gamer/coder moment 8:51 april or smth
@wilhelmbittrich88 Жыл бұрын
Okay now this was real neat. KZbin obviously showed me this due to me going through a nostalgia phase and watching content focused on old tech. Great vid, subscribed!
@ElickFlash2 жыл бұрын
nice! I'm pretty sure the reason why it took so long to load was due to the burn it's self. The Laptop's Burner is more then likely a faster speed then the PS1, so it could cause issues loading on real hardware due to the slower read speed on the PSone. still nice job getting a Homebrew to work on real hardware with no mod chips, impressive stuff!
@Bandwidth_ytb2 жыл бұрын
That sounds sensible! I failed to mention that my console is modchipped. Thanks for watching!
@pizzapal49452 жыл бұрын
You are correct, this is usually why there are stutters when loading burned discs. Normal error corrections during high speed burns appear very slightly offset when read at a slower speed, occasionally requiring data be read multiple times to appear correctly. Burning at speeds close to what the read speed will be (2x/4x) makes this much less likely to happen.
@BestTechnoMixes2 жыл бұрын
Glad to see the Czech Republic is catching up with the modern world. Congrats on your first PS1! Maybe you guys will have PS2 there soon...
@mlvyy2 жыл бұрын
6:16 tohle bylo nečekaný :D právě jsi získal novýho odběratele ;)
@thegamersguide1 Жыл бұрын
I happen to notice all of the space photos and posters around your work area. Particularly the Orion Nebula photo on your laptop at 1:30 I was into astrophotography for quite a while and took awesome photos of nebulae, galaxies, star clusters, and planets. Just really cool to see something like that in the background of a video about something totally different!
@abrahamcamarilloloza4882 Жыл бұрын
I loved the condensed silliness of this video. Great content dude. Keep learning!
@pizzapal49452 жыл бұрын
Very nice job! Both on getting a game to compile and run on a PS1 but also on injecting the license info into your ISO properly the first try (I know you tested it in emulator first but still)! How did you get the console to pass the CD during the security check, did you manually calculate an invalid ECC for it and then burn it under DAO96? Or is it modded? I only just started learning about PSX development this week, so great to see one of my favorite consoles as a kid still getting love to this day! Maybe you'll make the next big PS1 game 😉
@Bandwidth_ytb2 жыл бұрын
Thanks! My PS1 is modchipped and the license file was injected by the SDK. Good luck with your learning!
@VV-wl8gb2 жыл бұрын
Right, I was very suspicious that a stock PS1 would boot a homemade CD of any kind. Good job
@maytizevb2 жыл бұрын
@@VV-wl8gb in the dev consoles you can
@KojiKazama2 жыл бұрын
Nice, I was wondering about this too as I believe the license region is stored on the inner part of the disc where cd writers cannot write.
@pizzapal49452 жыл бұрын
@@KojiKazama it is written in a normally accessible area, but the topography of a PS1 disc is altered there. It can be read correctly on both console and pc, but not written correctly onto regular CD-R (the license information is formatted for that different topology). Now if you got your hands on some CD-R 71PS discs, you could actually just burn them with a regular cd burner and play them on an unmodded console. 😉
@MyNewSoundtrack2 жыл бұрын
Man this brings back memories of like 4 years ago when I tried developing anything for the PS1 using psyq as well. Furthest I got was getting XA music files to play and making a menu to play different songs, but it was very frustrating debugging and getting everything to work. Also I remember the community being surprisingly reluctant to .... move forward? like I suggested a discord server for better communication and everyone said no because it was "too modern", everyone there was coding on win98 machines with very old messaging apps. Very nice video and very funny all the way through 😂
@Bandwidth_ytb2 жыл бұрын
Thanks! You can expect a second part of this.
@JSSMVCJR2.12 жыл бұрын
Weren't they living in the Devonian, perhaps?
@wolfetteplays88942 жыл бұрын
The modern internet is too Garbo and commercialized
@surbaale2 жыл бұрын
cool vid! i like to see when younger generations appreciate old technologies :-). i would have one questions though. why haven't you setup a 32 bit VM in the first place? why digging out that old laptop? must have been a pleasure to work with it ;-)
@Bandwidth_ytb2 жыл бұрын
I figured it would be funnier if I tortured myself with an old laptop :D
@coffinstank Жыл бұрын
A subscription well earned. Thanks for the inspiration. Please make more.
@SkyburnBand2 жыл бұрын
Zdravim fellow Liberečáka a hážu odběr:) Skvělá práce a zábavný video!
@Ramy32dotexe2 жыл бұрын
That's so nice to see a young fellow so passionate about retro systems! Could you share the source code you did for your videos? I'd just be curious how much hard it could be to code a simple thing!
@NDR0082 жыл бұрын
Cool. FYI, you can do this on Windows 10 too... Without virtual machines and stuff. In fact I have a video showing how to set things up and use VS Code with GDB.
@Bandwidth_ytb2 жыл бұрын
Yeah i know but I wanted to make my life hard I guess :D
@NDR0082 жыл бұрын
@@Bandwidth_ytb in case you ever decide to try an easier life: kzbin.info/www/bejne/d6ncopJ-lNRrnas
@NicolasNoble2 жыл бұрын
@@Bandwidth_ytb The problem is that while you yourself know there's an easier way, your viewers don't, and they don't get to know you intentionally took the hard way.
@petrpejko4177 Жыл бұрын
Paráda! ❤ Mám chuť to zkusit taky. 😁
@jme_a2 жыл бұрын
That few seconds after the Sony logo when you're waiting for the PlayStation logo brought back so many memories of scratched discs :D
@munki83 Жыл бұрын
Your video popped up randomly in my feed and brought back memories of uni. Back in 2003/2004 part of our uni course was to do PS1 programming. I think we used net yaroze to simplify things as we could transfer data via serial cables. We learned a lot about scrolling backgrounds and using sprite sheets for animation.
@magalhaes52432 жыл бұрын
Parabéns! Espero que continue criando mais jogos e cada vez mais complexos. Achei bem legal a sua atitude.
@miak911 Жыл бұрын
The PlayStation 1 (PS1) was designed to be programmed using C and assembly language. C is a general-purpose programming language that was widely used for creating games and other software for the PS1. Assembly language is a low-level programming language that allows developers to write code that is directly executable by the PS1's hardware. In addition to C and assembly, some developers also used other programming languages, such as C++, to create games for the PS1. However, these languages were not officially supported by the PS1, so they required additional tools and libraries to work on the platform. To create a game for the PS1, you will need to use a development environment and other tools that are compatible with the PS1's hardware and software. This may include a compiler, an emulator, and other utilities. You will also need to familiarize yourself with the hardware and software capabilities of the PS1, as well as any technical limitations or constraints that you need to consider when designing your game.
@IngrownMink42 жыл бұрын
Your video has brought me a lot of nostalgia. I've always been interested in retro hardware, because it fascinates me that with the few resources you had back then, you could get real classics like Metal Gear Solid. The current industry is very focused on graphics and getting the maximum possible economic benefit, and I think that before the programmers were more ingenious people, and great masters of computer science, like Ken Kutaragi. Great video
@StriderStryker2 жыл бұрын
I could see this in a game design class in college, but I don’t know. I’m just a guy who knows what *printf(“Hello World!”);* does.
@EmielvanderVelden2 жыл бұрын
Subscribed, mate. You're quirky/dorky in a fun way! Stay true and continue making fun content!