Please try my NES emulator HDNes
Moderator: Moderators
Please try my NES emulator HDNes
Hi, I recently resumed working on my emulator and now I think I have enough to show. The gimmick of the emulator is the ability to display custom true colour tiles at up to 4x resolution.
Link:
See the attachment of the third message
BombSweeper is used as an example and a simple 2x graphics pack is included in the files which replace the number tiles. You need to download and put BombSweeper.nes inside the rom folder. You can play around with the png files inside the BombSweeper folder and see the results. The emulator is still in early stage and so lacks many standard features. Please read the readme for the limitations before using it. Feel free to comment and please let me know if you have trouble running the emulator on your machine.
Thanks.
Link:
See the attachment of the third message
BombSweeper is used as an example and a simple 2x graphics pack is included in the files which replace the number tiles. You need to download and put BombSweeper.nes inside the rom folder. You can play around with the png files inside the BombSweeper folder and see the results. The emulator is still in early stage and so lacks many standard features. Please read the readme for the limitations before using it. Feel free to comment and please let me know if you have trouble running the emulator on your machine.
Thanks.
Last edited by mkwong98 on Thu Mar 21, 2013 9:01 am, edited 1 time in total.
Re: Please try my NES emulator HDNes
Heh... I have almost the exact same idea for my emulator. Looks like you beat me to it. 
The download link seems broken though.

The download link seems broken though.
Re: Please try my NES emulator HDNes
Please use the attachment feature of the forum.
Download STREEMERZ for NES from fauxgame.com! — Some other stuff I've done: fo.aspekt.fi
Re: Please try my NES emulator HDNes
A demo with SMB
http://youtu.be/N57ApspYHVE
A quick run of Kung Fu
http://youtu.be/yySSNxkQ4Q8
The intro of Dragonball Z
http://youtu.be/uC73qM8YPPE
The intro of Dragonball Z II
http://youtu.be/ju-9yREPnn8
The first few stages of Nuts & Milk
http://youtu.be/gwORJNKOoqk
GitHub
https://github.com/mkwong98/HDNes
Here are the files. (Updated 24-2-2015)
http://youtu.be/N57ApspYHVE
A quick run of Kung Fu
http://youtu.be/yySSNxkQ4Q8
The intro of Dragonball Z
http://youtu.be/uC73qM8YPPE
The intro of Dragonball Z II
http://youtu.be/ju-9yREPnn8
The first few stages of Nuts & Milk
http://youtu.be/gwORJNKOoqk
GitHub
https://github.com/mkwong98/HDNes
Here are the files. (Updated 24-2-2015)
Last edited by mkwong98 on Tue Mar 03, 2015 4:53 am, edited 43 times in total.
Re: Please try my NES emulator HDNes
Result:
A backtrace was produced; I'm attaching it.
Code: Select all
pino@pino-laptop:~/Desktop/hdnes$ wine hdnes.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub!
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0001: stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
wine: Unhandled page fault on read access to 0x00000000 at address (nil) (thread 0009), starting debugger...
- Attachments
-
- backtrace.txt
- Backtrace when I ran this in Wine on my laptop
- (7.3 KiB) Downloaded 1905 times
Re: Please try my NES emulator HDNes
I tried to load 2 ROMS, only showed the background color. Didn't let me assign keys. None of the tabs had any info. Size change didn't change window size at all for some reason. And no Y where there's an X in the screen change thingy...so I don't think I can provide any info on the emulation it's self as...yeah, it didn't work here. Win7 Home Prem., AMD Turion 2.5Ghz dual core, 4GB RAM, HD4250 Mobile GPU.
Re: Please try my NES emulator HDNes
It works ok for me until I tried to close the program and not even windows task manager itself could do the job...
Re: Please try my NES emulator HDNes
Thank you for your feedbacks.
I forgot to say in the readme that pressing the esc key to close the game window.
I forgot to say in the readme that pressing the esc key to close the game window.
Re: Please try my NES emulator HDNes
I'm getting a null pointer exception when I run the program. It's jumping to address 00000000 at some point.
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
Re: Please try my NES emulator HDNes
I'm using VC++ 2010 Express. Maybe need to install the redistributable package?
http://www.microsoft.com/en-us/download ... px?id=5555
http://www.microsoft.com/en-us/download ... px?id=5555
Re: Please try my NES emulator HDNes
It runs through the GUI, then when you start the game, the emulator window appears, but it crashes before any frames are rendered.
Using Windows XP. I'm sure it's not an issue with the redistributable, otherwise it wouldn't start at all.
Using Windows XP. I'm sure it's not an issue with the redistributable, otherwise it wouldn't start at all.
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
Re: Please try my NES emulator HDNes
That's the same misbehavior I saw on Wine.Dwedit wrote:when you start the game, the emulator window appears, but it crashes before any frames are rendered.
Using Windows XP.
Re: Please try my NES emulator HDNes
Looks like something failed to initialize and return 0 and I didn't check it.
What OpenGL version can your machine support?
What OpenGL version can your machine support?
Re: Please try my NES emulator HDNes
I don't know. It's a Dell Inspiron mini 1012. What command should one use to determine the supported OpenGL version?mkwong98 wrote:What OpenGL version can your machine support?
Re: Please try my NES emulator HDNes
Try GPU Caps Viewer
http://www.ozone3d.net/gpu_caps_viewer/
What screen resolution are you using? Maybe the program is asking for a surface larger than available size. It is using 1024*720.
http://www.ozone3d.net/gpu_caps_viewer/
What screen resolution are you using? Maybe the program is asking for a surface larger than available size. It is using 1024*720.