esp_8_bit icon indicating copy to clipboard operation
esp_8_bit copied to clipboard

CLassic hard wired controller

Open CornN64 opened this issue 4 years ago • 4 comments

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

CornN64 avatar Jun 26 '20 11:06 CornN64

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

Djamal-UK avatar Dec 23 '20 01:12 Djamal-UK

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...

CornN64 avatar Dec 23 '20 09:12 CornN64

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

Djamal-UK avatar Dec 26 '20 05:12 Djamal-UK