Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLassic hard wired controller #16

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Conversation

CornN64
Copy link

@CornN64 CornN64 commented Jun 26, 2020

Hi,
First of all thanks a bunch for the huge amount of work you put into this! I enjoyed it a lot :)
I made a few changes that you might want to add (or not)
I added a hard wired classic controller faking HID events and placed most of the code in the IR_INPUT.H file.
I also took the GENERIC_OTHER code to make it possible to access the file menu from the controller by pressing LEFT+SELECT
I also had to adjust the sync level for the NTSC signal to make it stable on my TV but I have only tested it on one TV....
Cheers

@udayanga87 udayanga87 mentioned this pull request Jul 7, 2020
@Djamal-UK
Copy link

Hi,
First of all thanks a bunch for the huge amount of work you put into this! I enjoyed it a lot :)
I made a few changes that you might want to add (or not)
I added a hard wired classic controller faking HID events and placed most of the code in the IR_INPUT.H file.
I also took the GENERIC_OTHER code to make it possible to access the file menu from the controller by pressing LEFT+SELECT
I also had to adjust the sync level for the NTSC signal to make it stable on my TV but I have only tested it on one TV....
Cheers

Hi what do you mean by SD card support FAT 8.3 filenames ? sort file names , SD card did work for me

@CornN64
Copy link
Author

CornN64 commented Dec 23, 2020

You have to format the SD card as FAT16 (I am not sure that FAT32 will work but it might) further more you'll need to make filenames no more than 8+3char long ex. "supmario.nes" (I have not tried if it works with longer ones) and lastly make sure that you put the ROMs in the correct folder on the SD card (see the config.h /nonfredo for NES), you'll also need to edit/uncoment the define there (//#define USE_SD_CARD) to enable the SD cards as ROM source (instead of SPIFFs).

I noticed that you published videos on these emulators on your youtube channel and pass it along as if you made all the work with no references the true devs... make sure to link to the correct places and give credit where credit is due!
I really hate when people try to steal all the glory this way and try to make money on it as well...

@Djamal-UK
Copy link

You have to format the SD card as FAT16 (I am not sure that FAT32 will work but it might) further more you'll need to make filenames no more than 8+3char long ex. "supmario.nes" (I have not tried if it works with longer ones) and lastly make sure that you put the ROMs in the correct folder on the SD card (see the config.h /nonfredo for NES), you'll also need to edit/uncoment the define there (//#define USE_SD_CARD) to enable the SD cards as ROM source (instead of SPIFFs).

I noticed that you published videos on these emulators on your youtube channel and pass it along as if you made all the work with no references the true devs... make sure to link to the correct places and give credit where credit is due!
I really hate when people try to steal all the glory this way and try to make money on it as well...

Screen Shot 2020-12-26 at 05 08 45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants