Go to file
Aaron Giles 921e6203a5 > From: atari_ace@frontier.com
> To: submit@mamedev.org
> CC: atariace@hotmail.com
> Subject: [patch] Cleanup natural keyboard support
> Date: Tue, 14 Dec 2010 07:20:08 -0800
> 
> Hi mamedev,
> 
> inputx_setup_natural_keyboard sets callbacks from the core into the
> drivers which lack machine or device pointers. This means that
> drivers that use this api can't completely place their state in
> non-global storage. This patch fixes that by adding the machine
> parameter to the callbacks, and places the implementation data into
> input_port_private as well.
> 
> This really only affects MESS, since nothing in MAME uses this api.
> 
> ~aa
2011-01-27 08:13:06 +00:00
docs Added support for OSD-generated fonts. The OSD is queried first to see 2010-10-24 00:16:54 +00:00
hash megatech.xml: Fixed the few remaining issue [David Haywood] 2011-01-27 08:11:45 +00:00
src > From: atari_ace@frontier.com 2011-01-27 08:13:06 +00:00
.gitattributes C++-ified the sound and streams interfaces. Combined sound.c and streams.c 2011-01-27 08:06:43 +00:00
makefile Silly. 2010-12-30 06:50:24 +00:00