Commit Graph

15 Commits

Author SHA1 Message Date
Philip Bennett
c043145cb6 doh, value is split over two bytes (nw) 2018-12-24 02:53:01 -08:00
Philip Bennett
e669182484 t10mmc - Support 256 gain levels (nw) 2018-12-23 23:01:54 -08:00
Vas Crabb
655bfff256 srcclean (nw) 2018-12-23 09:44:47 +11:00
mooglyguy
9f4e2a58ac -t10mmc; Revert erroneous CD audio change circa July, and add gain setters for each CD channel. [Phil Bennett] 2018-12-22 17:27:07 +01:00
mooglyguy
dc8834b8dc Last round of macro removals before the freeze. (nw)
-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]
2018-12-22 17:06:47 +01:00
cracyc
0dc611e2a9 t10mmc: add missing header bytes to mode sense, fixes audio playing with common dos cdrom drivers (nw) 2018-06-03 20:08:13 -05:00
Olivier Galibert
9229cb6deb tsk tsk tsk (nw) 2017-06-07 15:16:54 +02:00
Angelo Salese
59d3ee0e91 Improve CD audio play track/index command handling [smf] (#2337)
(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)
2017-06-06 22:57:12 +02:00
Vas Crabb
8f15315a52 srcclean (nw) 2017-02-19 11:40:55 +11:00
Olivier Galibert
a2557f1b02 Remove emu.h from headers (nw)
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.
2017-02-11 18:31:20 +01:00
mahlemiut
d1485e2d04 t10mmc: added Play Audio MSF (0x47) command, used by Another CD Player and Astrocounter of Crescents. 2017-02-06 14:50:55 +13:00
Miodrag Milanovic
ddb290d5f6 NOTICE (TYPE NAME CONSOLIDATION)
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
2016-10-22 13:13:17 +02:00
Miodrag Milanovic
4e8e3066f8 reverting:
SHA-1: 1f90ceab07

* tags are now strings (nw)
fix start project for custom builds in Visual Studio (nw)
2016-01-20 21:42:13 +01:00
Miodrag Milanovic
1f90ceab07 tags are now strings (nw)
fix start project for custom builds in Visual Studio (nw)
2016-01-16 14:54:42 +01:00
Miodrag Milanovic
7c19aac60e Rename *.c -> *.cpp in our source (nw) 2015-11-08 12:56:12 +01:00