summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/smpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "moved debugger_access() from address space to machine & removed the ↵ Vas Crabb2016-11-211-1/+1
| | | | | | anti-patterns that updated cascading address spaces. [smf]" This reverts commit 5f05fbf61348c65204fde1e2aeed72de4cb56593.
* moved debugger_access() from address space to machine & removed the ↵ smf-2016-11-191-1/+1
| | | | anti-patterns that updated cascading address spaces. [smf]
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
| | | | | 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
* saturn and stv split (nw) Miodrag Milanovic2016-05-011-1/+1
|
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-16/+16
|
* small cleanup + added note about some pad configuration etabeta782016-04-241-1/+8
| | | | which is not detected correctly. nw.
* saturn.cpp: converted controllers to work through slot devices, etabeta782016-04-231-195/+76
| | | | | | | | cleaning up the related code. [Fabio Priuli] saturn.cpp: added emulation of the SegaTap adapter (4 controllers) and Sega Multitap adapter (6 controllers). Saturn Bomberman can now be played as intended. [Fabio Priuli]
* 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)
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-4/+4
|
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ↵ Miodrag Milanovic2015-12-171-2/+2
| | | | | | | std::unique_ptr (nw) auto_alloc_array to unique_ptr Added make_unique_clear
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1084