mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
apple2e.cpp, apple2gs.cpp: Remove leftover joystick macros (nw)
This commit is contained in:
parent
9a26068af3
commit
58ed6c4831
@ -493,13 +493,6 @@ private:
|
||||
offs_t dasm_trampoline(std::ostream &stream, offs_t pc, const util::disasm_interface::data_buffer &opcodes, const util::disasm_interface::data_buffer ¶ms);
|
||||
};
|
||||
|
||||
/***************************************************************************
|
||||
PARAMETERS
|
||||
***************************************************************************/
|
||||
|
||||
#define JOYSTICK_DELTA 80
|
||||
#define JOYSTICK_SENSITIVITY 50
|
||||
#define JOYSTICK_AUTOCENTER 80
|
||||
|
||||
offs_t apple2e_state::dasm_trampoline(std::ostream &stream, offs_t pc, const util::disasm_interface::data_buffer &opcodes, const util::disasm_interface::data_buffer ¶ms)
|
||||
{
|
||||
|
@ -630,14 +630,6 @@ private:
|
||||
}
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
PARAMETERS
|
||||
***************************************************************************/
|
||||
|
||||
#define JOYSTICK_DELTA 80
|
||||
#define JOYSTICK_SENSITIVITY 50
|
||||
#define JOYSTICK_AUTOCENTER 80
|
||||
|
||||
offs_t apple2gs_state::dasm_trampoline(std::ostream &stream, offs_t pc, const util::disasm_interface::data_buffer &opcodes, const util::disasm_interface::data_buffer ¶ms)
|
||||
{
|
||||
return m_a2common->dasm_override_GS(stream, pc, opcodes, params);
|
||||
|
Loading…
Reference in New Issue
Block a user