summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/akiko.cpp
Commit message (Collapse)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-02-191-1/+1
|
* 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.
* Remove debug printf (nw) Dirk Best2017-02-101-2/+0
|
* Amiga: Make Akiko independent from driver state Dirk Best2017-02-101-38/+29
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-36/+36
| | | | | 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
* reverting: Miodrag Milanovic2016-01-201-2/+2
| | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw)
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
| | | | fix start project for custom builds in Visual Studio (nw)
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
|
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
|
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ↵ Miodrag Milanovic2015-12-171-3/+3
| | | | | | | std::unique_ptr (nw) auto_alloc_array to unique_ptr Added make_unique_clear
* clang-modernize part 3 Miodrag Milanovic2015-12-041-22/+22
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+927