Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user maak ! (Registered 2024-04-18) You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Kayboard scan without disturbance of Joystick #1
2016-12-07 06:59
Didi

Registered: Nov 2011
Posts: 478
Kayboard scan without disturbance of Joystick #1

Hi Coders,
is there a way to scan keyboard without being disturbed by joystick #1? For Shotgun X-Mas Edition [2in1] +1KD I picked keys from the upper 3 lanes of DC01 to achieve that but I did not find a way to ignore the lower 5 bits to get a proper keyboard scan if something happens on joystick #1. Am I right that this is impossible the way C64 works?
2016-12-07 07:25
oziphantom

Registered: Oct 2014
Posts: 478
what is you reverse the keyboard input/output for those keys?

So do
DC00 inputs
DC01 outputs
then do a
DC00 outputs
DC01 inputs
?
2016-12-07 11:20
chatGPZ

Registered: Dec 2001
Posts: 11100
BOTH should be set to input when reading joysticks.

however, that does not remove the problem completely - what i do is first checking joystick, and when any joystick bits are 0 then skip the keyboard scanner for that frame. if you want keyboard input for sth like a third player, you'll have to pick keys that are from the already mentioned 3 rows.
2016-12-07 16:24
Skate

Registered: Jul 2003
Posts: 490
I'm afraid we're unable to detect if the bit is set by the joystick or the keyboard at programming side. so, you should definitely go for the safe keyboard matrix rows.
2016-12-07 22:49
TWW

Registered: Jul 2009
Posts: 541
That is not fully accurate, we can with full certainly tell when joystick port #1 is receiving input (the full column is set to '0'). What we can not be sure of is if there is any key-presses happening at the same time on any of the keys in the column(s) used by the joystick. I.e. use safe columns or the method GPZ is mentioning (although not sure if it would be any good).

Why not make your game work with this fancy port doubler I saw for sale allowing up to 4 joysticks being used?
2016-12-09 10:16
Didi

Registered: Nov 2011
Posts: 478
@TWW: The game was made to be played with a 4-player adapter. I just added keyboard controls for the people who do not have such fancy hardware. ;)
2016-12-09 13:07
TWW

Registered: Jul 2009
Posts: 541
Ah, should have checked before suggesting ;-)

Although I did think of another (innovative?) idea... Please consider the following:

You allow interference from the joystick port to a certain degree and also vice versa, from a safe keyboard column towards the joystick input in equal measure. Meaning you can sabotage the input for the other player(s) but off course also hempering your own movement in doing so. This way it adds a cheating feature which I don't think I saw before...

Anyway it's Friday and I'm just full of good ideas 8D
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
hedning/G★P
Alakran_64
MaD ][/Starship
Holy Moses/Role
iAN CooG/HVSC
Guests online: 88
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 The Ghost  (9.6)
10 Bromance  (9.6)
Top onefile Demos
1 It's More Fun to Com..  (9.8)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 Rainbow Connection  (9.5)
6 Wafer Demo  (9.5)
7 TRSAC, Gabber & Pebe..  (9.5)
8 Onscreen 5k  (9.5)
9 Dawnfall V1.1  (9.5)
10 Quadrants  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Nostalgia  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top NTSC-Fixers
1 Pudwerx  (10)
2 Booze  (9.7)
3 Stormbringer  (9.7)
4 Fungus  (9.6)
5 Grim Reaper  (9.3)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.037 sec.