Welcome, Guest. Please login or register.


Author Topic: Külső joystick (Read 84988 times)

Offline Z80System

  • EP addict
  • *
  • Posts: 3848
  • Country: hu
Z80 System

Offline Z80System

  • EP addict
  • *
  • Posts: 3848
  • Country: hu
Re: Külső joystick
« Reply #106 on: 2015.August.14. 07:05:42 »
Z80 System

Offline Z80System

  • EP addict
  • *
  • Posts: 3848
  • Country: hu
Re: Külső joystick
« Reply #107 on: 2015.August.20. 22:28:43 »
Most nézem, hogy ennél az óriási verziónal:

óriási joy

alul van egy kapcsoló, aminek a 2 végállásához "L" ill. "R" betűt írtak ...

Mérget vennék rá, hogy ezzel lehet váltani, hogy a joy a jobb vagy a bal oldalon legyen ...

Akkor ugyan a feliratok fejtetőn lesznek, és persze azért valamennyire a gombok is máshogy fognak állni,
de a joy akkor is a jobb oldalra kerül a gombokhoz képest ...
« Last Edit: 2015.August.20. 22:32:23 by Z80System »
Z80 System

Offline Z80System

  • EP addict
  • *
  • Posts: 3848
  • Country: hu
Re: Külső joystick
« Reply #108 on: 2015.September.27. 21:15:36 »
Z80 System

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: Külső joystick
« Reply #109 on: 2015.September.27. 22:51:10 »
The list lacks this.

Offline Z80System

  • EP addict
  • *
  • Posts: 3848
  • Country: hu
Re: Külső joystick
« Reply #110 on: 2015.September.28. 00:24:40 »
Zozosoft regebben meselte, hogy a boxsoft illesztovel volt 2 gombos mukodes.
Jo volna tudni hogy a boxsoft vajon hova rendelte a masodik lovest, melyik EP inputhoz?
Es vajon melyik EP jatekkal tudta tesztelni?

Vagy csak rosszul emlekszem, es valojaban csak az autofire mukodott, nem a masodik gomb?
Z80 System

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: Külső joystick
« Reply #111 on: 2015.September.29. 12:14:38 »
The second button of the Boxsoft, right hand and main mouse button is a Fire button that is read in the L column.
No game or program has used it ever, except the Boxsoft driver.
The left button of the Boxsoft is exactly the Fire button of Joystick 1(J column).
Look at the diagram from "Pear".
There are wires in connectors (J, K and L) as to connect six Joysticks.


-------------------------------
A Boxsoft második gombja, a jobb kezes és fő egérgomb tűzgomb, melyet az L oszlop olvas.
Egy program sem használta, kivéve a Boxsoft drivert.
A bal gomb éppen az 1. botkormány tűzgombja (J oszlop).
Lásd itt: diagram "Pear-től".
Vannak vezetékek a csatlakozáshoz (J, K és L), hogy 6 botkormányt is lehessen csatlakoztatni.
« Last Edit: 2015.September.29. 14:15:14 by szipucsu, Reason: Hungarian translation »

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Külső joystick
« Reply #112 on: 2015.September.29. 12:16:01 »
Volt kis BASIC program a teszthez:
[ Guests cannot view attachments ]

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: Külső joystick
« Reply #113 on: 2015.September.29. 12:33:38 »
org:                  7c              ld a,h                               ;h is the row
                          f3               di
                          d3b5         out (b5h),a      
                          dbb6         in a,(b6h)      
                          fb                ei      
                          a5               and l                             ;   bit 0 is J column, bit 1 is K column, and bit 2 is L column.
                          2804          jr z,pressed    
                          210000     ld hl, 00h    
                          c9                ret
pressed:     210100      ld hl,01h    
                          c9                ret

You will read the three Fire buttons of the Entermice  changing in the Basic  line "140 LET FIRE=USR(FIRE2,4)", the "4" by a "2" or a "1".

This method also will be utilised to read the two main mouse buttons.
« Last Edit: 2015.September.29. 16:35:36 by gflorez »

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: Külső joystick
« Reply #114 on: 2015.September.29. 14:05:26 »
And for the joystick 2, H has to be row 5, so we will read the three buttons changing the "4" by "1281", "1282" or "1284".

Sorry, I will not attempt again as Google seems to translate very bad to Magyar....
« Last Edit: 2015.September.29. 18:49:05 by gflorez »

Offline Z80System

  • EP addict
  • *
  • Posts: 3848
  • Country: hu
Re: Külső joystick
« Reply #115 on: 2015.September.29. 19:53:31 »
Quote
The second button of the Boxsoft, right hand and main mouse button is a Fire button that is read in the L column.
Bang! It is sad, so much. Probably there was too few Boxsoft interfaces. But now... Now is the time raising a new age of three button games ... :)

« Last Edit: 2015.September.29. 20:27:21 by Zozosoft, Reason: elbénáztam :-( »
Z80 System

Offline Z80System

  • EP addict
  • *
  • Posts: 3848
  • Country: hu
Re: Külső joystick
« Reply #116 on: 2015.September.29. 19:55:36 »
Quote
Volt kis BASIC program a teszthez:

Na pont ilyen BASIC progi írását tervezgettem ... és íme itt van ...

De nem baj, majd csinálok egy fullosat, ami tesztel mindent a teljes 2X15 inputot ...
Z80 System

Offline Z80System

  • EP addict
  • *
  • Posts: 3848
  • Country: hu
Re: Külső joystick
« Reply #117 on: 2015.September.29. 20:00:00 »
Quote
Sorry, I will not attempt again as Google seems to translate very bad to Magyar....

No, it's wrong. When I red the hungarian version, I was thinking about your nationality ...

It's not a joke, the hungarian version is surprisingly good ... as far as I know english ... :)
Z80 System

Offline Zozosoft

  • Global Moderator
  • EP addict
  • *
  • Posts: 14723
  • Country: hu
    • http://enterprise.iko.hu/
Re: Külső joystick
« Reply #118 on: 2015.September.29. 20:28:05 »
Bang! It is sad, so much. Probably there was too few Boxsoft interfaces. But now... Now is the time raising a new age of three button games ... :)
Easy to modify my Spectrum conversions, and the Spectrum Emulator ROM for handle the three button.

Offline gflorez

  • EP addict
  • *
  • Posts: 3607
  • Country: es
    • Támogató Támogató
Re: Külső joystick
« Reply #119 on: 2015.September.29. 22:31:38 »
The translation was corrected by  a Magyar guy...


Actually Entermice has a Boxsoft inside.
« Last Edit: 2015.September.29. 22:36:48 by gflorez »