smf-
763ea8412b
added missing emu.h (nw)
2017-05-26 08:45:47 +01:00
Vas Crabb
308c2bb72d
cheekyms: add preliminary netlist sound based on schematics provided by Sam Grech
...
(nw) It doesn't work quite right yet. The "Hammer" and "Pest" sounds
are generated by free-running 555/556 timers and gated with LM324
applifiers. For whatever reason, the netlist system produces a kind of
buzzing from the "Hammer" circuit when it's supposed to be suppressed,
and it doesn't think the pest sound should be suppressed completely so
you can always hear it at a low level in the background. The "Cheese"
circuit is a bit weird - either they're using the base-emitter junction
of a 2SC945 as a signal diode, or there's an error in the schematic
(collector is shown unconnected). Connecting this part of the circuit
causes the netlist system to hang, so R2/R3/C8/Q2 are not connected for
now.
2017-05-26 16:43:29 +10:00
angelosa
504071e721
Base MB89352 hookup in kokoroj2, disabled by default (nw)
2017-05-26 07:35:07 +02:00
AJR
e79276a293
netmerc: Correct game title (nw)
2017-05-26 00:27:17 -04:00
AJR
59892fae0f
Needs some RAM, too (nw)
2017-05-26 00:08:32 -04:00
AJR
b5e6db0652
netmerc: Preliminary configuration of Polhemus CPU (nw)
2017-05-25 23:52:29 -04:00
AJR
59ddc844b2
model1.cpp: Implement workaround for race condition that caused vf to lose sound (MT #6587 ). This fix causes swa to show an error message before booting normally, due to the I/O board not being emulated properly in the first place.
2017-05-25 22:03:35 -04:00
Dirk Best
05320d9bd5
ojankohs: Remove tagmap lookups
2017-05-26 02:44:37 +02:00
briantro
883dc7d09d
SD Gundam Psycho Salamander no Kyoui - Base clocks on actual OSCs (nw)
2017-05-25 16:41:31 -05:00
Dirk Best
aa7c97aa76
ojankohs: Comment update (nw)
2017-05-25 22:02:10 +02:00
MetalliC
94a8978bed
segas18.cpp: dumped later ver of Shadow Dancer sound CPU ROM, document main program EPR labels [rtw]
2017-05-25 21:29:43 +03:00
Dirk Best
52052ffddb
ojankohs: Rewrite input handling
...
- Add missing player 2 controls
- Verify and remove non-existing keys from games
- Add dip switch locations to all games
- Identify some of the unknown dip switches
- Clean up and correct code
2017-05-25 18:52:12 +02:00
MetalliC
c8fecfe42f
Machines promoted to WORKING
...
Microman Battle Charge
Technical Bowling
thanks Osso/Ivan for pointing similar to patocar medal cabinets
2017-05-25 19:29:37 +03:00
AJR
1b2c303243
Typo fix (nw)
2017-05-25 12:15:46 -04:00
AJR
ce5641bb8c
m_owner cleanup (nw)
2017-05-25 12:08:57 -04:00
AJR
a7fbc354c0
z8: Timer clock cleanup (nw)
2017-05-25 11:44:19 -04:00
AJR
9422e167ca
z80ctc: Minor clock cleanup (nw)
2017-05-25 11:32:59 -04:00
Robbbert
84456ebe15
(nw) Housekeeping.
2017-05-26 00:57:08 +10:00
AJR
fd400482c1
Another quick compilation fix (nw)
2017-05-25 10:31:55 -04:00
MetalliC
237feef483
fix compile (nw)
2017-05-25 17:18:37 +03:00
Michael Zapf
347e8a4fb7
ti99: Created bus gromport, split monster file gromport
2017-05-25 16:01:23 +02:00
Robbbert
7346e19dfa
Fixed 2 bugs
...
1. If either a multipart softlist item was loaded, or a single-part item loaded into a system with more than one of the same media slot, then a reset would cause a fatal error.
2. If a non-existing image was listed in the ini, it would fatal error at start and there was no way to fix it except by hand-editing the ini file. This restores the previous behaviour of ejecting the bad image with the first error.
2017-05-25 23:58:51 +10:00
AJR
bdab5d00d2
One quick compilation fix (nw)
2017-05-25 09:47:42 -04:00
hap
42890eae62
fidel6502: SC9B dump confirmed by yoyo_chessboard (nw)
2017-05-25 15:35:39 +02:00
arbee
15be7d1d84
accomm: main screen turn on (nw)
2017-05-25 09:06:30 -04:00
Nathan Woods
1617d0ab27
Retired min/max in attotime.h, in favor of std::[min|max]()
2017-05-25 21:45:46 +10:00
smf-
104fe318ac
don't use -static on msys2 clang 4.0.0 as it's currently broken, also removed -static-libgcc & -static-libstdc++ on gcc builds as they have no effect if you use -static (nw)
2017-05-25 11:02:24 +01:00
smf-
9339777901
fix for MSVC (nw)
2017-05-25 11:02:23 +01:00
Vas Crabb
23e1e845a8
some more Voodoo cleanup (nw)
2017-05-25 17:26:08 +10:00
AJR
2a82145b2e
Validation fix for peribox (nw)
2017-05-25 00:58:42 -04:00
briantro
db91ab3195
model3.cpp: Minor doc update (nw)
2017-05-24 23:07:45 -05:00
arbee
1dbbb778c3
New machines added as MACHINE_NOT_WORKING
...
-----------------------------------------
Acorn Communicator [R. Belmont]
2017-05-24 23:05:28 -04:00
Michael Zapf
1e77ec65c1
ti99: Added console connector "ioport" with PEB as slot option
2017-05-25 00:34:17 +02:00
AJR
2cf7003f6b
mrflea: Use PPIs for interboard communication and PIC for sub interrupt
2017-05-24 18:27:57 -04:00
Ivan Vangelista
40dca76f32
hng64.cpp: fixed regression (nw)
2017-05-25 00:01:46 +02:00
cracyc
aaaa916058
luaengine: support lua style args for some emu.file members (nw)
2017-05-24 16:46:10 -05:00
Scott Stone
584c06d6c8
Updated Hungarian language localization [Lothar Serra Mari]
2017-05-24 16:46:45 -04:00
smf-
f9016b335d
make the code acceptable to clang 4.0.0 (nw)
2017-05-24 17:27:25 +01:00
Ivan Vangelista
803ee5fddc
updated second half of mame/video devices to use device_add_mconfig insted of device_mconfig_additions (nw)
2017-05-24 18:07:43 +02:00
R. Belmont
7c03ae131d
Updated Xavix CPU hunt notes (nw)
2017-05-24 12:03:42 -04:00
Ivan Vangelista
8f13c7eb04
updated first half of mame/video devices to use device_add_mconfig insted of device_mconfig_additions (nw)
2017-05-24 17:44:38 +02:00
Ivan Vangelista
0832b6e2be
updated devices/video devices to use device_add_mconfig insted of device_mconfig_additions (nw)
2017-05-24 17:19:07 +02:00
Vas Crabb
a1e83106ad
migrate TI-8x bus devices to machine config in members (nw)
2017-05-25 01:16:04 +10:00
Ivan Vangelista
02e20545e7
updated devices/sound devices to use device_add_mconfig insted of device_mconfig_additions (nw)
2017-05-24 16:44:58 +02:00
Ivan Vangelista
5613114773
finished updating mame/audio devices to use device_add_mconfig insted of device_mconfig_additions (nw)
2017-05-24 16:41:34 +02:00
npwoods
a20c2428d6
Cleanups to ram_device ( #2324 )
...
Specifically:
1. Changed ram_device to expose specific options, removing the burden for clients to parse RAM strings
2. Moved validation of command line arguments out of device_validity_check(); that method is only intended for checking the device itself
3. Miscellaneous polishing
2017-05-24 23:58:33 +10:00
David Haywood
f3d04843e3
some tidying (nw)
2017-05-24 23:45:29 +10:00
AJR
c9190b482c
upd7759.cpp: Enough with the logging (nw)
2017-05-24 09:35:25 -04:00
AJR
0e98f04741
seta.cpp: Input notes (nw)
2017-05-24 00:23:48 -04:00
Robbbert
37facdd9ac
(nw) Housekeeping.
2017-05-24 13:49:53 +10:00