Home
last modified time | relevance | path

Searched defs:Mahjong (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/core/input/
H A DNstInpMahjong.hpp38 class Mahjong : public Device class
H A DNstInpMahjong.cpp38 Mahjong::Mahjong(const Cpu& c) in Mahjong() function in Nes::Core::Input::Mahjong
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/input/
H A DNstInpMahjong.hpp38 class Mahjong : public Device class
H A DNstInpMahjong.cpp38 Mahjong::Mahjong(const Cpu& c) in Mahjong() function in Nes::Core::Input::Mahjong
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/input/
H A Dmahjong.c66 static INPUTCFC Mahjong = { MJ_Read, MJ_Write, 0, MJ_Update, 0, 0 }; variable
/dports/emulators/mednafen/mednafen/src/nes/input/
H A Dmahjong.cpp92 static INPUTCFC Mahjong={MJ_Read,MJ_Write,0,MJ_Update,0,0, StateActionFC }; variable
/dports/games/xshisen/xshisen-1.51/
H A Dmahjong.C6 Mahjong::Mahjong(void) in Mahjong() function
/dports/emulators/nestopia/nestopia-1.51.1/source/core/api/
H A DNstApiInput.hpp503 struct Mahjong struct in Nes::Core::Input::Controllers
506 {
534 uint buttons;
536 Mahjong() in Mahjong() function
539 typedef bool (NST_CALLBACK *PollCallback) (void*,Mahjong&,uint);
541 static PollCaller2<Mahjong> callback;
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/api/
H A DNstApiInput.hpp503 struct Mahjong struct in Nes::Core::Input::Controllers
506 {
534 uint buttons;
536 Mahjong() in Mahjong() argument
539 typedef bool (NST_CALLBACK *PollCallback) (void*,Mahjong&,uint);
541 static PollCaller2<Mahjong> callback;
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerInput.cpp59 typedef Nes::Input::Controllers::Mahjong Mahjong; typedef in Nestopia::Managers::Input::Callbacks