F5F Stay Refreshed Software Operating Systems Yes, it is possible to emulate hardware.

Yes, it is possible to emulate hardware.

Yes, it is possible to emulate hardware.

Pages (3): Previous 1 2 3
X
xEIgoldo
Member
219
12-04-2016, 10:24 AM
#21
It seems like you're looking for a project idea. What would you like to focus on?
X
xEIgoldo
12-04-2016, 10:24 AM #21

It seems like you're looking for a project idea. What would you like to focus on?

T
Texas1047
Posting Freak
889
12-04-2016, 05:28 PM
#22
Yes, a program that mimics hardware is called an emulator. If you want to build one, this gives a clear idea of what it could be like. The code snippet shows memory allocation for a large address space and outlines how instructions might be handled. For more details, refer to the guide on the Gameboy CPU and its instruction set. Enjoy your project!
T
Texas1047
12-04-2016, 05:28 PM #22

Yes, a program that mimics hardware is called an emulator. If you want to build one, this gives a clear idea of what it could be like. The code snippet shows memory allocation for a large address space and outlines how instructions might be handled. For more details, refer to the guide on the Gameboy CPU and its instruction set. Enjoy your project!

A
Androve
Member
62
12-04-2016, 07:33 PM
#23
I believe you can reach what you need by checking these Xbox specifications and using source/template design tools from Qemu and Qemu wikis. You can build a new BIOS or hardware setup with proper mapping—like HDMI to your graphics card, Xbox controller to keyboard/mouse, etc. However, if the system has any DRM or security measures that require specific identification of the Xbox, it will likely still fail.
A
Androve
12-04-2016, 07:33 PM #23

I believe you can reach what you need by checking these Xbox specifications and using source/template design tools from Qemu and Qemu wikis. You can build a new BIOS or hardware setup with proper mapping—like HDMI to your graphics card, Xbox controller to keyboard/mouse, etc. However, if the system has any DRM or security measures that require specific identification of the Xbox, it will likely still fail.

F
Freak_Dude
Member
70
12-05-2016, 12:21 AM
#24
F
Freak_Dude
12-05-2016, 12:21 AM #24

M
mat_fram
Posting Freak
776
12-06-2016, 06:50 PM
#25
Thank you very much!
M
mat_fram
12-06-2016, 06:50 PM #25

Thank you very much!

Pages (3): Previous 1 2 3