Skip to content

CLassic hard wired controller#16

Open
CornN64 wants to merge 26 commits into
rossumur:masterfrom
CornN64:master
Open

CLassic hard wired controller#16
CornN64 wants to merge 26 commits into
rossumur:masterfrom
CornN64:master

Conversation

@CornN64
Copy link
Copy Markdown

@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
Copy Markdown

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
Copy Markdown
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
Copy Markdown

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

@mega-hz
Copy link
Copy Markdown

mega-hz commented Oct 19, 2024

Could you maybe implement a old ATARI Controller
With up,down,left,right,fire on GPIOs ?

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.

4 participants