English Amiga Board


Go Back   English Amiga Board > Support > support.WinUAE

 
 
Thread Tools
Old 18 May 2012, 21:48   #1
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Custom input events

Quote:
Originally Posted by Toni Wilen View Post
wonderfull it's resolve my DVD problem


for following version is possible to add a key to switch option "fastest possible/cycle exact"

it's will be interesttng to have workbench in fastest mode and quickly change option in game pressing a simple key if 'cycle exact' option needed whitout open setup presssing F12.

what's you option about that?
CFou! is offline  
Old 19 May 2012, 09:15   #2
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Quote:
Originally Posted by CFOU! View Post
for following version is possible to add a key to switch option "fastest possible/cycle exact"

it's will be interesttng to have workbench in fastest mode and quickly change option in game pressing a simple key if 'cycle exact' option needed whitout open setup presssing F12.

what's you option about that?
Search for "custom event".

Something like this: http://eab.abime.net/showpost.php?p=426792&postcount=7
Toni Wilen is online now  
Old 19 May 2012, 12:42   #3
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by Toni Wilen View Post
Search for "custom event".

Something like this: http://eab.abime.net/showpost.php?p=426792&postcount=7
I have found 'custom event' in input

but what is option to able/disable following option:
-exact cycle
-fastest possible

i have tested to desable JIT pressing F5 but it seems not works (see picture) have you an idea?

Last edited by CFou!; 20 February 2013 at 22:40.
CFou! is offline  
Old 19 May 2012, 13:31   #4
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
(moved from beta thread)

Try adding quotes ("cachesize=0")
Toni Wilen is online now  
Old 19 May 2012, 14:39   #5
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by Toni Wilen View Post
(moved from beta thread)

Try adding quotes ("cachesize=0")

1) now it's working will slot1 but slot3 not activated pressing jey a second time using:
in slot 1: "cachesize=0" (turn JIT off) This is "press" event.
in slot 2: empty This is "release" event
in slot 3: "cachesize=8192" (turn JIT on) This is "secondary press" event
in slot 4: empty This is "secondary release" event

if i press a second time key only Slot1 event is activated???

2) but which option should I type in a slot ?
- activate or disactivate "Fastest possible"
- activate or disactivate "approxiamlete a500/a1200 or exact cycle"
CFou! is offline  
Old 19 May 2012, 15:56   #6
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Looks like it got broken in 2.4.1.. (when custom event autofire support was added)
Toni Wilen is online now  
Old 19 May 2012, 18:14   #7
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by Toni Wilen View Post
Looks like it got broken in 2.4.1.. (when custom event autofire support was added)
OK

but you have don"t respond t omy second question

What is custom event to activate/desactivate approximate A500/a1200 or Fastest possible?
CFou! is offline  
Old 19 May 2012, 18:19   #8
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Fastest possible: m68k_speed=max
Approx: m68k_speed=real
CE: cycle-exact=true (important: JIT must be disabled first and CPU speed set to real!)

Last edited by Toni Wilen; 19 May 2012 at 18:47.
Toni Wilen is online now  
Old 19 May 2012, 19:04   #9
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by Toni Wilen View Post
Fastest possible: m68k_speed=max
Approx: m68k_speed=real
CE: cycle-exact=true (important: JIT must be disabled first and CPU speed set to real!)
THANXS
CFou! is offline  
Old 20 May 2012, 02:58   #10
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by Toni Wilen View Post
Fastest possible: m68k_speed=max
Approx: m68k_speed=real
CE: cycle-exact=true (important: JIT must be disabled first and CPU speed set to real!)
badly it don't work '

m68k_speed or cycle-exact are no effect... only Cachesize seems work fine
CFou! is offline  
Old 20 May 2012, 09:08   #11
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Quote:
Originally Posted by CFOU! View Post
badly it don't work '

m68k_speed or cycle-exact are no effect... only Cachesize seems work fine
"don't work" isn't a bug report.

What was the exact string you tried? You need to disable JIT first.
It may be easier to test using uae-configuration instead of input GUI.
Toni Wilen is online now  
Old 20 May 2012, 14:39   #12
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by Toni Wilen View Post
"don't work" isn't a bug report.

What was the exact string you tried? You need to disable JIT first.
It may be easier to test using uae-configuration instead of input GUI.
i had test without JIT:

using input GUI

uaeconfig file contain following line:
input.1.keyboard.0.button.64.F6='"m68k_speed=real"'.0,'"cycle-exact=true"'.0.K,'"m68k_speed=max"'.0.J

for real speed pressing F6
exact cycle pressing Crtl+F6
maximal speed pressing Shift+F6

but it don't works... no changement pressing F6 key in uae

have you an idea?

question 2: if i want real cycle+JIT off pressing F6,
must i type it in uae's config file?:
input.1.keyboard.0.button.64.F6='"cachesize=0" "m68k_speed=real"'.0

Last edited by CFou!; 20 May 2012 at 14:44.
CFou! is offline  
Old 20 May 2012, 15:00   #13
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Oops, it was cpu_speed not m68k_speed (m68k_speed is internal variable only)

EDIT: it seems qualifiers aren't working exactly right with custom events..
Toni Wilen is online now  
Old 20 May 2012, 15:27   #14
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
http://www.winuae.net/files/b/winuae.zip should fix all custom event qualifier issues. Please confirm. (include config file lines if there are still problems)
Toni Wilen is online now  
Old 20 May 2012, 16:06   #15
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 50
Posts: 4,277
Quote:
Originally Posted by Toni Wilen View Post
http://www.winuae.net/files/b/winuae.zip should fix all custom event qualifier issues. Please confirm. (include config file lines if there are still problems)
great

thank's a lot, it's working now but not 'cycle-exact=true'

is perhaps ?
cycle_exact=true
CFou! is offline  
Old 20 May 2012, 17:54   #16
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Quote:
Originally Posted by CFOU! View Post
great

thank's a lot, it's working now but not 'cycle-exact=true'

is perhaps ?
cycle_exact=true
yeah, it is cycle_exact.

It is probably best to check configuration file, it uses exact same entries as custom input and uae-configuration.
Toni Wilen is online now  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble with custom input configurations Raggot support.WinUAE 3 17 September 2010 20:19
store custom input configurations in unique file? Marcuz request.UAE Wishlist 2 15 December 2008 16:52
Amiga Events in Hungary? Thalion Amiga scene 2 13 September 2008 07:22
[Events] Pianeta Amiga 2004 Paul News 0 14 December 2004 17:03
Events: ComputerParty @ SyntaxSociety Paul News 0 15 October 2004 16:56

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:37.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.16214 seconds with 15 queries