Every time I play dreamcast, displays the setting screen time/date
-
@Folly When my pi boots, it assigns my adapter controllers to js0 and js1, so when my bluetooth controllers connect, they get indexed as js2 and js3. i need to get my bluetooth controllers to take those slots when they connect, but i cant figure that out. it would solve a lot of controller issues im having with the stuff that doesnt use retroarch controls. Reicast kept overwriting my emu.cfg file with the raphnet adater settings when it booted, so i had to comment out the autoconfig command in the reicast.sh script so it would go with the default one that has the NES30 Pro controls.
-
Is it possible that autoconfig is also preventing my keyboard controller from working? It would be nice to understand exactly what is happening. I feel unable to troubleshoot because I don't understand what it is doing.
-
heres what i was told that fixed my issue:
@Hyell said in Dreamcast Controls Issues:
Hello,
When you start reicast, you launch a script :
/opt/retropie/emulators/reicast/bin/reicast.shIn this script, you got a function : mapInput(). It's editing emu.cfg
I think you can comment a line to disable mapInput() (near the end of file):
getAutoConf reicast_input || mapInput
just add "#" like this :
# getAutoConf reicast_input || mapInputOr change this line (begining of the file):
local conf="$configdir/dreamcast/emu.cfg"
to
local conf="$configdir/dreamcast/emu.cfg.autoConf"i then set set the right controllers and automap files in the emu.cfg, and everything worked. hope this helps!
I think it will work :
-
@JoargTheBard Thanks for pointing me in the (possibly) right direction! I will dig in and see what I can do.
-
@JoargTheBard said in Every time I play dreamcast, displays the setting screen time/date:
i then set set the right controllers and automap files in the emu.cfg, and everything worked. hope this helps!
Do you mean that you transcribed the results of the reicast-joyconfig directly into the emu.cfg? That seems easy enough.
-
the controller config part of my emu.cfg looks like this
[input]
evdev_device_id_1 = 2
evdev_device_id_2 = 3
evdev_device_id_3 = -1
evdev_device_id_4 = -1
evdev_mapping_1 = /opt/retropie/configs/dreamcast/mappings/controller_8BitdoNES30Pro.cfg
evdev_mapping_2 = /opt/retropie/configs/dreamcast/mappings/controller_8BitdoNES30Pro.cfg
joystick_device_id = -1 -
@Folly Hi
I changed the <command> in es_systems.cfg for dreamcast, but it did not work.
I tried with an RTC module and also had no success:
https://learn.adafruit.com/adding-a-real-time-clock-to-raspberry-pi/overviewHowever, I found the performance of the best game to call for ...reicast %ROM%.
In a few days I come back to do more tests and study reicast. -
@JoargTheBard said in Every time I play dreamcast, displays the setting screen time/date:
evdev_mapping_1 = /opt/retropie/configs/dreamcast/mappings/controller_8BitdoNES30Pro.cfg
evdev_mapping_2 = /opt/retropie/configs/dreamcast/mappings/controller_8BitdoNES30Pro.cfgWow. I can't believe it. I made it work. I took the spaces out of my mapping file and replaced them with underscores, then commented out the automap line in the .sh file as you instructed. Then I updated my emu.cfg adding this:
[input] evdev_device_id_1 = 4 evdev_device_id_2 = 5 evdev_device_id_3 = -1 evdev_device_id_4 = -1 evdev_mapping_1 = /opt/retropie/configs/dreamcast/mappings/controller_Ultimarc_I-PAC_Arcade_Control_Interface.cfg evdev_mapping_2 = /opt/retropie/configs/dreamcast/mappings/controller_Ultimarc_I-PAC_Arcade_Control_Interface.cfg joystick_device_id = -1
and it actually works. Crazy taxi has a few audio problems on the P3, but it actually worked. Thanks for your help!
-
I'd like to see this thread back on topic, because I'm definitely interested in seeing the date/time display removed/fixed. It seems @lcsjuniorsi tried using the RTC module with no luck, but thanks to him for giving it a try. Anyone else have any ideas?
-
@cafarellidigital Agreed. Sorry for the diversion into controls mapping.
Now that I can get past the date screen, I too would like to see this overcome.
Is ANYONE using a Raspberry Pi able to get around the date picker? It appears for me every single time I launch something.
-
@lcsjuniorsi said in Every time I play dreamcast, displays the setting screen time/date:
@Folly Hi
I changed the <command> in es_systems.cfg for dreamcast, but it did not work.
I tried with an RTC module and also had no success:
https://learn.adafruit.com/adding-a-real-time-clock-to-raspberry-pi/overviewHowever, I found the performance of the best game to call for ...reicast %ROM%.
In a few days I come back to do more tests and study reicast.Too bad it did not work.
Can you try booting reicast directly from X in terminal ?
Set the time 5 minutes before the clock in X.
Exit and boot reicast again directly from X in terminal.
Does the time and date stick without re-entering ? -
@Folly Hi,
I formatted the SD and added only the bios and a game, did the proceedings:
- Deleted all of the vmu_save _ *.bin files and re-created.
- Changed 5 minutes before and test.
- I left zeroed datetime 01/01/1998 00:00 and test.
- Changed the runcommand to call reicast directly.
- Changed 5 minutes before and test.
- I left zeroed datetime 01/01/1998 00:00 and test.
- I changed the timezone with rasp-config.
- Changed 5 minutes before and test.
- I left zeroed datetime 01/01/1998 00:00 and test.
- I returned the runcommand configuration.
- Added the RTC module and made the following procedures:
- I checked with the RTC commands:
- hwclock -r
- timedatectl
- Changed 5 minutes before and test.
- I left zeroed datetime 01/01/1998 0:00 and test.
- I found that the Dreamcast.RTC parameter store 20 years later.
- I left datetime xx/xx/ 1996 xx: xx and test.
- I made a brief analysis of the source code reicast.
Still, nothing to solve.
I had no time to check the output as you suggested, however, it seems that this is a known bug:
-
@lcsjuniorsi said in Every time I play dreamcast, displays the setting screen time/date:
@Folly Hi,
@
I formatted the SD and added only the bios and a game, did the proceedings:- Deleted all of the vmu_save _ *.bin files and re-created.
- Changed 5 minutes before and test.
- I left zeroed datetime 01/01/1998 00:00 and test.
- Changed the runcommand to call reicast directly.
- Changed 5 minutes before and test.
- I left zeroed datetime 01/01/1998 00:00 and test.
- I changed the timezone with rasp-config.
- Changed 5 minutes before and test.
- I left zeroed datetime 01/01/1998 00:00 and test.
- I returned the runcommand configuration.
- Added the RTC module and made the following procedures:
- I checked with the RTC commands:
- hwclock -r
- timedatectl
- Changed 5 minutes before and test.
- I left zeroed datetime 01/01/1998 0:00 and test.
- I found that the Dreamcast.RTC parameter store 20 years later.
- I left datetime xx/xx/ 1996 xx: xx and test.
- I made a brief analysis of the source code reicast.
Still, nothing to solve.
I had no time to check the output as you suggested, however, it seems that this is a known bug:
Hi,
Did not have the possibility to reply in the last couple of days.
But, thank you for trying all that what you described.Seems we'll have to wait to get it fixed somehowe.
- list item
-
just found a solution for the time/date setting bug.
- Install dreamcast emulator "NullDC"
- start dreamcast without a game and you are in the bios
- make your settings (date,time,language) and exit the bios
- NullDC just craete a new file in the /data directory : dc_nvmem.bin
- rename dc_nvmem.bin to dc_flash.bin and copy the file to your raspberry pi /bios folder, overwrite existing file
- start reicast with a game and have fun without the date/time setting screen
-
@misslehead3 i havent tried modified runcommand but in normal setting a rtc does not fix it. I just verified that my rtc is fully working and still no dice.
-
@ango this did not work for me. Not sure if it is because i have a realtime clock or not
-
@ango can you share your dc_nvmem.bin file?
-
I did what ango said and it worked for me. Here is my dc_flash.bin file.
-
Replacing the dc_flash.bin didnt work for me.
Solution:
Setting the clock (and btw recreating the broken VMUs for saving games) is working by using the Systemmanager entry in the ES Dreamcast Menu. If the entry is missing, execute the following command and restart ES:
ln -sv fileThatDoesNotExist ~/RetroPie/roms/dreamcast/systemManager.cdi -
@Sinatra Thanks! Could this ship with RetroPie without any issues?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.