summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2mouse.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std::clamp in more source files AJR2021-08-151-2/+2
|
* cpu/alto2: Fixed allocation widths for decoded ROMs, and removed a bunch of ↵ Vas Crabb2021-06-221-1/+1
| | | | reinterpret_cast.
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
| | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude.
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* alto2: further cleanup + remove cruft jbu2016-08-031-12/+10
| | | | Get rid of the fake status display. Refactor mouse positioning code.
* alto2: Hunting the jiggly cursor bug [Juergen Buchmueller] jbu2016-07-251-22/+4
| | | | | Removed dead and unused code while searching for the bug which causes the jiggly mouse cursor display. No success yet.
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+271