Skip to main content

Questions tagged [emulation]

0 votes
1 answer
170 views

I'm making an emulator for the chip-8 using the Godot 4.3 game engine, It's almost complete and you can play pong on it perfectly fine, But it can't display numbers from the built in font. Each ...
buzzbuzz20xx's user avatar
5 votes
2 answers
666 views

I'm making an emulator/interpreter for an old console called the CHIP-8 In Godot 4.3 stable. It's going really good so far, I basically just load an external ROM into a virtual RAM (a ...
buzzbuzz20xx's user avatar
0 votes
0 answers
79 views

I’m not very experienced with WebGL and want to ask if this project is potentially feasible and also for a few hints about what direction I may want to take. I’d like to implement all of the logic ...
OrgnlDave's user avatar
  • 133
0 votes
0 answers
64 views

Key questions to consider based on page 10 of this document: http://archive.6502.org/datasheets/rockwell_r650x_r651x.pdf What does page 10 imply by "Add 1 to N if page boundary is crossed"? What does ...
anon0's user avatar
  • 1
1 vote
2 answers
303 views

I'm (new to SO and) attempting to code an "emulator" for an 8-bit CPU I am making with a friend. I have only ever used Java to make simple GUIs with Swing, and from reading similar questions it seems ...
user avatar
0 votes
1 answer
63 views

Suppose I owned the rights to a third party game published on the NES. Could I make a ROM of it and sell the emulated version?
user1445709's user avatar
0 votes
1 answer
219 views

So for example let's take a SEGA Genesis (Mega Drive). Let's say I have a usb Genesis cartridge loader with Sonic 1 plugged in. In that case, could I 'hardware emulate' a Genesis by booting a Genesis ...
Timo Herngreen's user avatar
4 votes
1 answer
4k views

Why does an emulator use more RAM than the original system? What are emulators doing that requires so much more power? For example, when using the PSP emulator PPSSPP I'm experiencing lag on a modern ...
A.k.'s user avatar
  • 153
0 votes
1 answer
321 views

Goal Be able to add an overlay (a webcam feed with greenscreen processing) to an existing VR capable flight simulator so that the user can see their physical controls and the sim utilizing green ...
Collin R.'s user avatar
2 votes
1 answer
642 views

I'm trying to make a game boy emulator, and I'm using Windows for the graphics (StretchDIBits). I'm getting screen tearing like this. I tried enabling vsync in ...
devil0150's user avatar
  • 133
1 vote
2 answers
2k views

Introduction This question is specific to GPU programming. It's not primarily about the game idea. However, to better understand the question i will detail what it is i want to achieve in my game. ...
Cadde's user avatar
  • 129
-1 votes
1 answer
274 views

How does 8-bit computers emulator work on modern days computer if the 8-bit computers software is proprietary? I mean, that e.g. ZX Spectrum has a copyright on the stuff how it works etc. so how it ...
Derfder's user avatar
  • 445
1 vote
1 answer
307 views

Any way to run original Prince of Persia code? The code is hosted here. Or if it is out of possible what is the best incarnation of this game ? PC/Amiga or whatever porting ?
Francesco's user avatar
  • 127
13 votes
1 answer
4k views

I want to know what options (or shaders) to set so that my OpenGL game looks like Playstation 1 game. I know it probably can not be achieved 100 % because PSX used television and television renders ...
user712092's user avatar
  • 1,134