summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/t10mmc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* doh, value is split over two bytes (nw) Philip Bennett2018-12-241-2/+1
|
* t10mmc - Support 256 gain levels (nw) Philip Bennett2018-12-231-3/+3
|
* srcclean (nw) Vas Crabb2018-12-231-2/+2
|
* -t10mmc; Revert erroneous CD audio change circa July, and add gain setters ↵ mooglyguy2018-12-221-29/+31
| | | | for each CD channel. [Phil Bennett]
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-221-14/+14
| | | | | | | | | | | | -sound/discrete, okim6295: Removed MCFG macros. [Ryan Holtz] -norautp, osi, audio/mario: Removed MACHINE_CONFIG macros. [Ryan Holtz] -vsmile: Split into its own driver from vii.cpp. [Ryan Holtz] -vii: Fixed broken controller inputs. [Ryan Holtz] -konamim2: Massive update. Most games work, but are still marked non-working due to rare MAME crashes in the PPC DRC. [Phil Bennett, Ryan Holtz]
* t10mmc: add missing header bytes to mode sense, fixes audio playing with ↵ cracyc2018-06-031-27/+29
| | | | common dos cdrom drivers (nw)
* tsk tsk tsk (nw) Olivier Galibert2017-06-071-1/+1
|
* Improve CD audio play track/index command handling [smf] (#2337) Angelo Salese2017-06-061-25/+40
| | | | | (kokoroj2 needs mods in the MB89352 core that won't break x68k as well. kokoroj2 requires the printer interface: a command to stop current track is sent with CD & printer disabled in dip-switches. As for x68k, installing HumanOS on HDD fails with current too so there's a lot of fun factor here)
* 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.
* t10mmc: added Play Audio MSF (0x47) command, used by Another CD Player and ↵ mahlemiut2017-02-061-0/+35
| | | | Astrocounter of Crescents.
* 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
* reverting: Miodrag Milanovic2016-01-201-1/+1
| | | | | | | 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-1/+1
| | | | fix start project for custom builds in Visual Studio (nw)
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+766