comparison stateview.c @ 1842:49f65d240299 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sun, 14 Apr 2019 23:38:02 -0700
parents c9695252eff4
children bfacedbae5f0
comparison
equal deleted inserted replaced
1787:0c6d07f91346 1842:49f65d240299
77 77
78 void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay) 78 void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay)
79 { 79 {
80 } 80 }
81 81
82 void controller_add_mappings()
83 {
84 }
85
86 tern_node * config; 82 tern_node * config;
87 int headless = 0; 83 int headless = 0;
88 84
89 int main(int argc, char ** argv) 85 int main(int argc, char ** argv)
90 { 86 {