therealmogminer@gmail.com
b5be1c3695
Put in ICE-causing code for others to test
2015-06-23 21:01:36 +02:00
therealmogminer@gmail.com
fd6db5d503
Convert rgbint and rgbaint globals to a class (nw)
2015-06-23 21:01:36 +02:00
therealmogminer@gmail.com
9fe201b57c
Work on making blending and combining use color_t instead of UINT8 pointesr
2015-06-23 21:01:34 +02:00
Dirk Best
66fdd28b83
missed one
2015-06-23 15:46:43 +02:00
Dirk Best
50071ab831
get rid of all the x
2015-06-23 15:32:17 +02:00
Scott Stone
1f3abbeb07
liberate:c: Validated and consolidated dip switches for driver and added locations [Tafoid]
2015-06-23 09:15:37 -04:00
Dirk Best
5bce2574a9
mc6845: only apply the interlace adjust to the apricot since it causes
...
issues with other systems. really need proper interlace support.
2015-06-23 10:02:31 +02:00
Dirk Best
782d37b6c7
sn76496: add ready read
2015-06-23 09:48:35 +02:00
Dirk Best
733667d7f9
isbx: add possiblity to read option lines
2015-06-23 09:48:32 +02:00
Miodrag Milanovic
c61df431e0
Revert "fix separate build (nw)"
...
This reverts commit 7f3ea1c5f6
.
2015-06-23 07:28:40 +02:00
Miodrag Milanovic
8cc4be2364
Revert "fix separate build (nw)"
...
This reverts commit 2766fc3357
.
2015-06-23 07:28:30 +02:00
Miodrag Milanovic
f7ce68d453
Revert "fix separate compile for amiga and removed duplicated code (nw)"
...
This reverts commit 7322d3e1ef
.
2015-06-23 07:28:20 +02:00
Miodrag Milanovic
ef69007aa8
Revert "fix compile of asteroid (nw)"
...
This reverts commit 0f15e374d3
.
2015-06-23 07:28:09 +02:00
Miodrag Milanovic
431152bf05
Revert "fix astrocde (nw)"
...
This reverts commit 31a1f6b01f
.
2015-06-23 07:27:57 +02:00
Miodrag Milanovic
0775014967
Revert "fixed asuka (nw)"
...
This reverts commit 38b7f181ee
.
2015-06-23 07:27:42 +02:00
ted green
f22e1d0905
Stop trying to read from null pointers
2015-06-22 11:47:52 -06:00
Miodrag Milanovic
38b7f181ee
fixed asuka (nw)
2015-06-22 18:54:09 +02:00
Miodrag Milanovic
31a1f6b01f
fix astrocde (nw)
2015-06-22 18:50:54 +02:00
Miodrag Milanovic
0f15e374d3
fix compile of asteroid (nw)
2015-06-22 18:42:23 +02:00
Miodrag Milanovic
7322d3e1ef
fix separate compile for amiga and removed duplicated code (nw)
2015-06-22 18:42:22 +02:00
David Haywood
8d137f7ab9
no longer a complete guess (nw)
2015-06-22 17:37:38 +01:00
Ivan Vangelista
2484b10e0c
warpwarp.c: added save state support (nw)
2015-06-22 18:36:44 +02:00
Miodrag Milanovic
2766fc3357
fix separate build (nw)
2015-06-22 18:20:03 +02:00
Miodrag Milanovic
7f3ea1c5f6
fix separate build (nw)
2015-06-22 18:20:02 +02:00
Ivan Vangelista
3a3a65367c
darkmist.c: fixed MT05967 (my bad), switched to configured banking (nw)
2015-06-22 18:11:14 +02:00
David Haywood
222e3d1ed2
drop IMPERFECT_COLOURS flag on battroad, after confirming swapped r/b matches PCB [caius]
2015-06-22 17:08:17 +01:00
Miodrag Milanovic
946156afbb
fix separate compile (nw)
2015-06-22 18:06:15 +02:00
Miodrag Milanovic
c5c718beb8
no need for subdir for these projects, those are same for all mame builds (nw)
2015-06-22 17:57:50 +02:00
David Haywood
b21f535aef
add speedup to new mrkicker sets, swap them around because the new one works better (nw)
2015-06-22 16:37:23 +01:00
David Haywood
0f1f9fc28b
ugly, but let's not ship broken (nw)
2015-06-22 16:10:52 +01:00
David Haywood
af8efa174c
(nw)
2015-06-22 15:49:08 +01:00
David Haywood
6b267a2aad
make battroad text layer colours match the flyer - more correct?
...
http://flyers.arcade-museum.com/flyers_video/irem/12110501.jpg
2015-06-22 15:32:08 +01:00
Osso
9adbb4dcf7
audio/irem.c: work around crash in m52.c games
2015-06-22 15:18:25 +02:00
MetalliC
ba95edcd7e
chihiro.c: Wangan 2 dumps was messed (nw)
2015-06-22 14:40:22 +03:00
Alex W. Jackson
2db485a82f
vcombat.c: remove do-nothing DIRECT_UPDATE handlers (nw)
2015-06-22 06:38:34 -04:00
couriersud
a929b15424
Left a comment in AY8910.c about io ports A and B. (nw)
...
The io ports are designed as open collector outputs. Bits 7 and 8 of
AY_ENABLE only enable (low) or disable (high) the pull up resistors.
The YM2149 datasheet specifies those pull up resistors as 60k to 600k
(min / max). We do need a callback for those two flags. Kid Niki (Irem
m62) is one such case were it makes a difference in comparison to a
standard TTL output.
2015-06-21 21:07:20 +02:00
hap
567ae51cbe
just some whitespace cleanup, no functional change
2015-06-21 18:54:52 +02:00
couriersud
00150aec1c
Analog drums and filtering for Kid Niki et al. [Andrew Gardner,
...
Couriersud]
In addition:
- Generalized the device family concept.
- Truthtable device can now define their own device family model.
2015-06-21 18:46:32 +02:00
couriersud
ff2bb580ce
Fixed reset for proxy devices. In addition, documented how to achieve a
...
reliable voltage stop criteria in gmres solver. (nw)
2015-06-21 18:46:30 +02:00
couriersud
3d6498c7e7
Fix a clash (for_each) with c++ standard libraries. (nw)
2015-06-21 18:46:29 +02:00
ted green
1314fc9823
vooddefs.h - Small correction in genTexture.
...
voodoo.c - Separate direct fb write to help performance.
vrc4373.c - Clean up dma routine.
2015-06-21 09:41:26 -06:00
hap
9bb341b6b7
small cleanup
2015-06-21 16:32:37 +02:00
Miodrag Milanovic
a65f0f36a3
for separate drivers use simple naming logic (nw)
2015-06-21 09:07:07 +02:00
Miodrag Milanovic
89669187a7
arm7 also use drc code (nw)
2015-06-21 09:07:06 +02:00
Ivan Vangelista
69a4bbd0d3
vastar.c: added save state support (nw)
2015-06-21 09:02:43 +02:00
Miodrag Milanovic
51713aeda1
few more fixes (nw)
2015-06-21 08:59:21 +02:00
Miodrag Milanovic
6ff3f77b96
Fix and optimization (nw)
2015-06-21 08:44:45 +02:00
Miodrag Milanovic
fa6a859646
Made FM cores compile only in group, that way it always work (nw)
2015-06-21 08:16:36 +02:00
mahlemiut
f2ec221cec
xt_hdc: improved Write Sector Buffer command
2015-06-21 13:21:00 +12:00
Justin Kerk
039b1e0a12
Missing bits needed for Emscripten compile (nw)
2015-06-20 13:42:30 -07:00