[Xmame] cross compiling for win32

2005-11-04 Thread ron hoffman
Hello all i was wondering how to cross compile xmame back to mame in a unix type environment, i did try using the mame makefile within the xmame sources and had mingw32 dev libs as well as djgpp dev libs installed on debian.. Thanks in advance, Ron Hoffman __

Re: [Xmame] keyboard input: combination

2005-11-04 Thread Frankie Liu
Hello Lawrence, xmame_keyboard_register_event calls kbd_fifo_put(kbd_fifo, *event); key[event->scancode] = event->press; It seems that there are two structures being used, the fifo which stores events, and the key[#] array that is used to store the state of all KEY_CODES, so that multiple key