Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Dexter on October 19, 2004, 09:45:27 am

Title: keypress to ascii
Post by: Dexter on October 19, 2004, 09:45:27 am
Hi all,

there was a tiny DOS program doing the rounds that on a keypress returned a charachter value for use in config files for assigning keys to functions.

Can anybody point me in the right direction??

Thanks

Dexter

Title: Re:keypress to ascii
Post by: JoyMonkey on October 19, 2004, 10:25:36 am
Was it the Scancode utility from the PC2Jamma project? It's available from the download page here:
http://www.mameworld.net/pc2jamma/downutil.html
Title: Re:keypress to ascii
Post by: Minwah on October 19, 2004, 12:15:37 pm
OK so I'm bored...rename this to .exe :)
Title: Re:keypress to ascii
Post by: TheGatesofBill on October 19, 2004, 03:42:52 pm
I have something that does just that stuck in my ASCII Pong, simply because I couldn't find one, and it wasn't hard to make. The bonus over the other ones is that you get Pong too (albiet a very poor version of it  :P ).

Edit: Oh yea: Link! (http://sourceforge.net/project/showfiles.php?group_id=91067&package_id=95953)
Title: Re:keypress to ascii
Post by: Dexter on October 20, 2004, 06:07:03 am
Thanks all! I'm remapping some keys so my pause button switches screen orientation in Arcadeos.

Dexter