summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2e.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-06-14 08:38:14 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-06-14 08:38:29 -0400
commit58ed6c4831ac0c5447cb423622da78fb05052f37 (patch)
tree52a2e30a23d82acacbd1aad9233cfc13b82f3c33 /src/mame/drivers/apple2e.cpp
parent9a26068af359f29e620476e4a3800ceed486b2db (diff)
apple2e.cpp, apple2gs.cpp: Remove leftover joystick macros (nw)
Diffstat (limited to 'src/mame/drivers/apple2e.cpp')
-rw-r--r--src/mame/drivers/apple2e.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mame/drivers/apple2e.cpp b/src/mame/drivers/apple2e.cpp
index 94b03ee875c..d38869d8c4e 100644
--- a/src/mame/drivers/apple2e.cpp
+++ b/src/mame/drivers/apple2e.cpp
@@ -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 &params);
};
-/***************************************************************************
- 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 &params)
{