Commit Graph

49354 Commits

Author SHA1 Message Date
R. Belmont
063ea0512c Merge pull request #1979 from npwoods/imgtool_fix_attr_listing
[Imgtool] Fixed recently introduce bug on attribute listings
2017-01-15 15:02:47 -05:00
R. Belmont
4d8258dbcb Merge pull request #1978 from npwoods/fix_coco_dmk_image_creation
[CoCo] Fixed a recently introduced bug in DMK image creation
2017-01-15 15:00:28 -05:00
R. Belmont
e3d585e85f Merge pull request #1980 from npwoods/remove_unnecessary_callback
Removing unnecessary callback
2017-01-15 14:59:16 -05:00
R. Belmont
87a9745005 Merge pull request #1983 from intealls/pa-cc
Fix PortAudio MinGW cross-compilation
2017-01-15 14:58:16 -05:00
intealls
28aa7060f8 Fix PortAudio MinGW cross-compilation 2017-01-15 19:59:31 +01:00
MetalliC
95e4591d0b atvtrack.cpp NAND erase&program, game is running now (nw) 2017-01-15 20:37:49 +02:00
briantro
d45d8e8bb3 pacman.cpp: Added readme for Number Crash [Guru] 2017-01-15 11:26:04 -06:00
briantro
9f1ef3c861 jollyjgr.cpp: Updated readme and correct clocks for Jolly Jogger [Guru] 2017-01-15 11:19:17 -06:00
couriersud
c612391f8e Move analog devices into "netlist::analog" namespace. Added
documentation to opamp model. (nw)
2017-01-15 17:56:47 +01:00
couriersud
fd59a10f92 Added more documentation to diode and bjt model. (nw) 2017-01-15 17:56:46 +01:00
couriersud
3cfe098bb2 Introduce a more structured approach to models. (nw) 2017-01-15 17:56:45 +01:00
Nathan Woods
3b55bebadc Removing unnecessary callback
I'm doing this in response to a compilation error on MSVC 2015.  As far as I can tell, this is a bug in the compiler.  My basis for asserting this is that placing the following declaration within the 'endpoint.on_open = <<lambda>>' gives the same compilation error:

	const std::function<void(void)> mycallback = [](void) {};

Whereas moving that logic outside of the 'endpoint.on_open = <<lambda>>' does not give an error.

Normally I don't like working around buggy compilers, but in this case the callback is supposed to be optional anyways.
2017-01-15 11:55:33 -05:00
Nathan Woods
6a85ec0985 [Imgtool] Fixed recently introduce bug on attribute listings 2017-01-15 11:46:25 -05:00
Nathan Woods
1540cd5e7a [CoCo] Fixed a recently introduced bug in DMK image creation
Also some minor cleanups
2017-01-15 11:29:17 -05:00
Robbbert
fa6442a5e6 Merge branch 'master' of https://github.com/mamedev/mame 2017-01-16 01:01:47 +11:00
Robbbert
1bf597dded Housekeeping (nw) 2017-01-16 01:01:02 +11:00
MetalliC
c175878358 atvtrack.cpp document IO madness (nw) 2017-01-15 15:59:16 +02:00
MetalliC
6c7e83f0b7 (nw) 2017-01-15 14:58:34 +02:00
MetalliC
fd0f3b0657 atvtrack.cpp checkpoint (nw) 2017-01-15 14:42:21 +02:00
Vas Crabb
ffd5f6cc9c copypaste error (nw) 2017-01-15 22:25:35 +11:00
Vas Crabb
71c5ceb5fe m68705: add MC68705R3 for pipeline
* ADC is stubbed out with logerror (pipeline doesn't use it at all)
* Bootstrap ROM is believed to be identical to U3 but need to confirm

renegade: use common Taito 68705 hookup

taitosj.cpp: use new MC68705P3 core

stfight.cpp: use new MC68705P5 core

pipeline: use new MC68705R3 core

mexico86: use new MC68705P3 core, simulate synchronous latches better

New WORKING clones:
-------------------
Motorola MC68705R3 Programmer
2017-01-15 20:58:58 +11:00
hap
a4e383ee2c novag6520: added rs232 port (untested) (nw) 2017-01-15 10:28:53 +01:00
R. Belmont
f740593989 Merge pull request #1975 from ajrhacker/coco_sbs_dac
Correct Color Computer DAC type and separate single-bit sound
2017-01-15 03:13:00 -05:00
RobertoFresca
0e763b18c8 Changed the romset name according to the real game name. 2017-01-15 03:47:46 -03:00
RobertoFresca
8d049c3b56 Identified... so:
New machines marked as NOT_WORKING
----------------------------------
Mega Bonus Star II (Euro, Millennium Edition) [Roberto Fresca, Team Europe]

Mega Bonus Star II: Derived machine and started a proper memory map. the game
starts to show the attract. [Roberto Fresca].
2017-01-15 03:34:02 -03:00
RobertoFresca
388baaa818 New machines marked as NOT_WORKING
----------------------------------
Unknown MBG-EURO game [Roberto Fresca, Team Europe]
2017-01-15 02:59:33 -03:00
R. Belmont
72cf75f937 Merge pull request #1974 from shattered/_55d0495
minor floppy internals improvements
2017-01-14 23:41:24 -05:00
R. Belmont
2fd881e559 Merge pull request #1973 from intealls/pafixes
PortAudio fixes
2017-01-14 23:40:30 -05:00
Vas Crabb
b36d61fbf2 taito68705interface improvements:
* remove non-obvious mcu_status_r and semaphore_r members and move to drivers (varies by system)
* slap fight functionality can be safely folded into base class so do so
* remove leftover crud from driver state classes

qix.cpp, bub68705, changela: use new MC68705P3 core
2017-01-15 14:56:56 +11:00
AJR
cd4e732364 Correct Color Computer DAC type and separate single-bit sound
A few notes on Tandy 1000 joysticks (nw)
2017-01-14 19:49:44 -05:00
hap
d57170d5a5 novag6502: added barebones sexpert/sforte acia (nw) 2017-01-15 00:29:02 +01:00
Sergey Svishchev
89b7801ebe formats/wd177x_dsk: allow override of build_sector_description, like nec765_dsk 2017-01-15 02:24:48 +03:00
Sergey Svishchev
62363c0c21 imagedev/floppy: add has_trk00 property, initially for IBM 6360 8-inch drives 2017-01-15 02:24:48 +03:00
Sergey Svishchev
5fb832ed24 imagedev/floppy: add 'dskchg_writable' property (for Sony Microfloppy drives) 2017-01-15 02:24:48 +03:00
intealls
9d1c8c45ae fix indentation, leading spaces to tabs 2017-01-15 00:05:18 +01:00
intealls
e74399a722 fix msvc compile 2017-01-14 23:34:33 +01:00
cracyc
a1707709c7 i8255: revert for now but revisit it later (nw) 2017-01-14 16:13:35 -06:00
intealls
d406d4dd2f some osd_printf_verbose calls should be to osd_printf_error 2017-01-14 22:15:12 +01:00
intealls
f0887bfd0a fix memory leak and log error checking 2017-01-14 22:00:59 +01:00
intealls
9b3214af37 tabs to spaces 2017-01-14 21:58:36 +01:00
hap
21edda29c8 New working machine added
-----------
Tiger 7 in 1 Sports Stadium [hap, Sean Riddle]
2017-01-14 19:58:39 +01:00
R. Belmont
4a3da442bc Merge pull request #1972 from npwoods/imgtool_mac_charconverter
[Imgtool Mac] Adding support for MacRoman encoding
2017-01-14 12:39:32 -05:00
R. Belmont
56d86b029a Merge pull request #1970 from rzero9/patch-1
x1_cass.xml: misc additions
2017-01-14 12:17:01 -05:00
R. Belmont
9d984f9b39 Merge pull request #1971 from ajrhacker/polepos2b_voices
polepos.cpp: Sound improvements for bootlegs
2017-01-14 12:16:40 -05:00
hap
912859f6ba fidel68k: accurate irq handling (nw) 2017-01-14 17:57:15 +01:00
Nathan Woods
acdefe2ecc [Imgtool Mac] Adding support for MacRoman encoding 2017-01-14 11:45:10 -05:00
Vas Crabb
19529fe768 Merge pull request #1868 from npwoods/imgtool_charconv_rewrite
[Imgtool] Rewrote charconv; now an interface rather than an enumeration
2017-01-15 03:10:59 +11:00
Vas Crabb
aecea73a53 maniach, maniach2: use common Taito 68705 interface device
m68705prg.cpp: clone relationships, because why not (nw)
2017-01-15 03:09:02 +11:00
Nathan Woods
b2c87ba47d Restyled some imgtoolerr_t typecasts 2017-01-14 10:57:05 -05:00
Nathan Woods
36033a2f98 Spacing fix 2017-01-14 10:56:57 -05:00