|
Search
|
|||||||
| Development Discussions All developers who are coding games may stop by here for any help, suggestions, and everything development related. |
![]() |
|
|
LinkBack (1) | Thread Tools |
|
|
#1 (permalink)
|
|
Member
Join Date: Apr 2008
Posts: 604
Reputation: 213
|
Gameboy Emulator
http://www.codeplex.com/GameKnight Ported from directx + windows forms to xna Link: http://smwstuff.com/tiptup300/GameKnight.rar Raycasting Demo http://www.beatthemachine.com/Projec...ts_raycast.htm Ported from directx + windows forms to xna Link: http://smwstuff.com/tiptup300/RayCaster.rar ![]() Not finishing either. Please download and modify. The code I made in it is unlicensed. The code by their creators are based on their own license. |
|
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
|
#10 (permalink) |
|
Jr. Member
Join Date: May 2008
Posts: 410
Reputation: 70
|
He just ported it. It doesn't necessarily run the quickest. I haven't tried (too busy getting that ray casting thing running faster), so I'm not sure. I have gotten the ray casting demo integrated into my code base and running a couple frames per second faster using some nicer textures
. |
|
|
|
|
|
#14 (permalink) | |
|
Experienced Zuner
Join Date: Apr 2008
Posts: 175
Reputation: 13
|
Quote:
![]() ![]() |
|
|
|
|
|
|
#15 (permalink) |
|
Jr. Member
Join Date: May 2008
Posts: 410
Reputation: 70
|
Might not be Doom, but that's the general style of game I'm shooting for. I have mine running at about 27fps now and I'm sure I can get it running faster. There are also some glitches in collision detection that need fixing. And the whole thing is messy (you can tell that the original author of the C# code was a C++ coder for sure). But we'll see how long until I'm able to show a nice video of it.
|
|
|
|
|
|
#16 (permalink) | |
|
Experienced Zuner
Join Date: Apr 2008
Posts: 175
Reputation: 13
|
Quote:
![]() |
|
|
|
|
|
|
#18 (permalink) |
|
Zuner
Join Date: May 2008
Posts: 61
Reputation: 27
|
The gameboy emulator should be portable as well, There will be a bit of work that needs to be done be there.
The core of the problem is that if you want to set data in a zune texture you need to use the type Color, the NES emulator and this emulator seem to be using uint [or short] which doesn't get the same output color wise on the zune as it does on windows. From the tests i did it appears that if you do not use color you get no output, while if you do use Color (specifically in) Code:
TextureName.SetData<Color>( ect.. |
|
|
|
|
|
#19 (permalink) | |
|
Experienced Zuner
Join Date: Apr 2008
Posts: 175
Reputation: 13
|
Quote:
![]() |
|
|
|
|
|
|
#20 (permalink) | |
|
Experienced Member
Join Date: Mar 2007
Posts: 975
Reputation: 120
|
Quote:
Although it will take a while to copy the rom files over to the zune i believe. ![]() |
|
|
|
|
![]() |
| Thread Tools | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.zuneboards.com/forums/development-discussions/26496-gameboy-emulator-raycasting-demo-unfinished.html
|
||||
| Posted By | For | Type | Date | |
| AEP Emulation Page - Emulation News :: View topic - Gameboy: GameKnight v0.3 | This thread | Refback | 01-12-2009 11:33 AM | |
| |