I have been getting back to C64 lately (this was my system in the 80's, I think everyone's system is in that era), and many I have succesfully loaded and played. Certain games for some reason, it loads but I can't seem to get it to start. ex: Skramble was one of fav game by Anirog. It loads up fine but when it says to Press Fire Button to Play, it just would'nt. I went to all of the settings for P1 & P2 controls to no avail. Even pushing all the keys especially SPACE & RETURN, NADA. Also, I manage...
I have been getting back to C64 lately (this was my system in the 80's, I think everyone's system is in that era), and many I have succesfully loaded and played. Certain games for some reason, it loads but I can't seem to get it to start. ex: Skramble was one of fav game by Anirog. It loads up fine but when it says to Press Fire Button to Play, it just would'nt. I went to all of the settings for P1 & P2 controls to no avail. Even pushing all the keys especially SPACE & RETURN, NADA. Also, I manage...
I have been getting back to C64 lately (this was my system in the 80's, I think everyone's system is in that era), and many I have succesfully loaded and played. Certain games for some reason, it loads but I can't seem to get it to start. ex: Skramble was one of fav game by Anirog. It loads up fine but when it says to Press Fire Button to Play, it just would'nt. I went to all of the settings for P1 & P2 controls to no avail. Even pushing all the keys especially SPACE & RETURN, NADA. Also, I manage...
I have been getting back to C64 lately (this was my system in the 80's, I think everyone's system is in that era), and many I have succesfully loaded and played. Certain games for some reason, it loads but I can't seem to get it to start. ex: Skramble was one of fav game by Anirog. It loads up fine but when it says to Press Fire Button to Play, it just would'nt. I went to all of the settings for P1 & P2 controls to no avail. Even pushing all the keys especially SPACE & RETURN, NADA. Also, I manage...
spacefev (Space Fever) Game Select now is perfect. Changes are now saved. Thanks Andrea
thanks Andrea, I just donwload it and it's midnight. I will try the b225 tomorrow. i will just mentione this others: seta (crazy fight) Hardcoded key (can't save it) PORT_START_TAG("IN2") //Player - $610004.w PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("top-center") PORT_CODE(KEYCODE_5_PAD) PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("bottom-center") PORT_CODE(KEYCODE_2_PAD) PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("top-left") PORT_CODE(KEYCODE_4_PAD) PORT_BIT(...
Perfect Andrea, Thank you much. I know I have mentioned this before (i did a search and it was back in 2020). Wow can't belive 5 years went by so quick. Anyway, thank you very much for this update/fix. I know there is another one like this situation on Mame/Advmame. Its the spacefev (n8080.c) game that puzzled me years ago and gave up ont it. It's up to you if you want to do something with it. Here it is. The ABC is to select what type of game you want to play but this keys (QWE) is also hardcoded...
I was just looking at the old SRC maybe it has accidentaly been changed to NONE PORT_START / [8] SWCHB / PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_NAME("Reset Game") PORT_CODE(KEYCODE_2) PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START) PORT_NAME("Select Game") PORT_BIT ( 0x04, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_DIPNAME( 0x08, 0x08, "TV Type" ) PORT_CODE(KEYCODE_C) PORT_TOGGLE PORT_DIPSETTING( 0x08, "Color" )