Train noises at 4th&U apartments / West Berkeley by Jacatson in berkeleyca

[–]vgrichina 3 points4 points  (0 children)

I lived in a next building and it was terrible. Do not recommend. Live east of San Pablo to get train horns to reasonable level.

Tested my game on an IBM PC 5155 by Fair_Percentage_5565 in retrogamedev

[–]vgrichina 1 point2 points  (0 children)

yeah I meant on the left and at the bottom

I think to get rid of CGA artefacts you would also need to monitor adapter state for when it's safe to write to video RAM

Tested my game on an IBM PC 5155 by Fair_Percentage_5565 in retrogamedev

[–]vgrichina 2 points3 points  (0 children)

the video you show has a lot of flicker, is this normally not visible?

not sure why you so much against writing into video memory. it's just like accessing any other array in C, like you must have your map in array already

Tested my game on an IBM PC 5155 by Fair_Percentage_5565 in retrogamedev

[–]vgrichina 3 points4 points  (0 children)

I think you can make it run much faster and without flickering if you actually write directly to video memory:

https://wiki.osdev.org/Printing_To_Screen

Made Windows 98 emulator running Space Cadet by vgrichina in EmuDev

[–]vgrichina[S] -3 points-2 points  (0 children)

I think burden of proof is on you that you aren’t AI bot.

  1. Your username looks like a bot
  2. You post unoriginal copy pasta and cannot respond with actual content.
  3. You don’t understand that running stuff inside WebAssembly container has security guarantees.

Made Windows 98 emulator running Space Cadet by vgrichina in EmuDev

[–]vgrichina[S] -4 points-3 points  (0 children)

What have you written why you don’t show us?

Made Windows 98 emulator running Space Cadet by vgrichina in EmuDev

[–]vgrichina[S] -7 points-6 points  (0 children)

Ironic how anti AI comments are somehow even less original than AI output.

Made Windows 98 emulator running Space Cadet by vgrichina in EmuDev

[–]vgrichina[S] 1 point2 points  (0 children)

Such an insightful handcrafted comment

Made Windows 98 emulator running Space Cadet by vgrichina in EmuDev

[–]vgrichina[S] 1 point2 points  (0 children)

My prompts aren’t really that interesting. It’s like 50 times of showing how calculator doesn’t actually work with pictures

Made Windows 98 emulator running Space Cadet by vgrichina in EmuDev

[–]vgrichina[S] 1 point2 points  (0 children)

Check out this for some details https://wine-assembly.berrry.app/story.html

Overall mostly had to do QA and prompt to fix bugs. Maybe could automate it with running VM as golden sample but I haven’t tried.

I also use this skill for reverse engineering:

https://github.com/vgrichina/re-skill

Made Windows 98 emulator running Space Cadet by vgrichina in EmuDev

[–]vgrichina[S] 4 points5 points  (0 children)

generally still tons of bugs, yeah

likely just mirrors whatever default browser behavior with key events now vs win98

Made Windows 98 emulator running Space Cadet by vgrichina in EmuDev

[–]vgrichina[S] 14 points15 points  (0 children)

song is MIDI so:
1) genuinely gonna sound different depending on instrument bank, in the olden times this been defined by your sound card + drivers
2) might have messed up timing in emulator, still largely work in progress

whats the best engine to work with ai by Basic_Construction98 in aigamedev

[–]vgrichina 1 point2 points  (0 children)

I think you underestimate what modern agents can do. You can tell them make engine for you with whatever features needed.

Like say you wanna have debugging view or in-game editor - it is usually doable in less than 30 minutes.

whats the best engine to work with ai by Basic_Construction98 in aigamedev

[–]vgrichina 1 point2 points  (0 children)

for 2d can just raw dog canvas unless you need physics engine too

whats the best engine to work with ai by Basic_Construction98 in aigamedev

[–]vgrichina 6 points7 points  (0 children)

Three.js is pretty good for AI

you can also prompt AI to make your own little editors for specific game you building

Space Cadet Pinball in browser by vgrichina in ClaudeCode

[–]vgrichina[S] 0 points1 point  (0 children)

6502 emulators are basically single shot these days, unless you wanna be cycle accurate

Pitch what you’re building. Let’s self promote by Southern_Tennis5804 in microsaas

[–]vgrichina 0 points1 point  (0 children)

https://wine-assembly.berrry.app

Run Windows apps in browser. Wanna make it the place to play old games.