Go to file
Aaron Giles 191fe9cdc3 > From: Atari Ace [mailto:atari_ace@verizon.net]
> Sent: Sunday, September 06, 2009 7:25 AM
> To: submit@mamedev.org
> Cc: atariace@hotmail.com
> Subject: [patch] Deglobalize input.c
> 
> Hi mamedev,
> 
> These patches deglobalize input.c.  The first adds running_machine to
> some driver apis.  The (large) second patch adds the machine parameter
> to the most input_code_pressed apis (generated by script, not
> compilable).  The last patch then actually changes those apis and
> others to take running_machine, and adds struct _input_private to hold
> the input state variables.
> 
> ~aa
2009-09-06 22:28:58 +00:00
docs Ouch... there was still one crsshairpath... 2009-07-14 18:08:29 +00:00
src > From: Atari Ace [mailto:atari_ace@verizon.net] 2009-09-06 22:28:58 +00:00
.gitattributes Added disc_syc.c as a container for core modules (output, task) currently. 2009-09-05 10:24:04 +00:00
makefile Added infrastructure to compile universal standalone disassembler: 2009-08-22 06:25:07 +00:00