Alex W. Jackson
ccb862cc09
MSVC-specific macros? In my trunk? (nw)
2014-05-08 00:36:12 +00:00
Alex W. Jackson
9b05c33d38
AY8910 uses this constructor (nw)
2014-05-08 00:16:35 +00:00
Couriersud
0636e577c2
For AY891X emulate vol-0 resistor as infinite.
2014-05-07 23:30:35 +00:00
cracyc
b742018c29
(mess) pcw16: make switch suspend, doesn't resume though (nw)
2014-05-07 22:41:04 +00:00
Andreas Naive
dc3795efd4
Refactored fd1094's decryption code in order to make the function more amenable to inversion. [Andreas Naive]
2014-05-07 22:33:58 +00:00
cracyc
61cf0b26f6
ins8250: fix regression (nw)
2014-05-07 20:50:54 +00:00
Scott Stone
c7ba2131f9
comment printf spam (~250KB/sec) (nw)
2014-05-07 19:27:54 +00:00
Roberto Fresca
de65bd4229
rcdino4 improvements...
...
- Improved decryption, game boots now. [Peter Ferrie]
- Created a dedicated machine driver. [Roberto Fresca]
- Adjusted the tilemap size accordingly. [Roberto Fresca]
- Added the proper color banking. [Roberto Fresca]
- Hooked DIP switches and proper inputs. [Roberto Fresca]
2014-05-07 18:43:01 +00:00
Ivan Vangelista
8ebb7d2933
ins8250_device: converted to devcb2 (nw)
2014-05-07 16:40:09 +00:00
Alex W. Jackson
2e2436da42
88games.c: modernized banking [Alex Jackson]
2014-05-07 16:23:31 +00:00
Oliver Stöneberg
f7cc234d6e
enabled rgbsse.h for Visual Studio 64-bit builds as well and use rgbgen.h for all DEBUG builds since this is the fastest combination [Oliver Stöneberg]
2014-05-07 14:23:54 +00:00
Miodrag Milanovic
8681303061
Fix tiny build (nw)
2014-05-07 13:59:50 +00:00
Wilbert Pol
537e813916
(MESS) MSX softlists: preparing for slot support. (nw)
2014-05-07 13:55:39 +00:00
Alex W. Jackson
d2359911ef
Fix r30269 regressions (nw)
2014-05-07 11:38:40 +00:00
Alex W. Jackson
9f53ae3552
zaccaria.c: fix AY regression (nw)
2014-05-07 11:25:25 +00:00
Oliver Stöneberg
71282cd78d
added GCC 4.9 handling to build/flags_gcc.mak now it has been released (nw)
2014-05-07 10:41:39 +00:00
Curt Coder
ef5fa52474
Fixed compile. (nw)
2014-05-07 10:34:33 +00:00
Miodrag Milanovic
cff20637eb
Fix osd_printf_debug regression, replace gone wrong :) (nw)
2014-05-07 07:07:04 +00:00
Scott Stone
6737043700
Silence ~1MB/second printf spam (nw)
2014-05-07 00:30:36 +00:00
Alex W. Jackson
dd63231a1a
ay8910.c: Provide chip-specific details (number of outputs, number of usable IO ports) in constructor for each variant (nw)
2014-05-06 23:42:49 +00:00
Couriersud
1f70685652
Added first draft of 74123 to netlist code.
2014-05-06 22:37:20 +00:00
Couriersud
6e59e28996
Allow connecting a net to itself, fixed typo and be more explicit on error.
2014-05-06 22:32:26 +00:00
David Haywood
1500978953
more (nw)
2014-05-06 21:59:54 +00:00
Scott Stone
db260f64bb
(MESS) a7800.c:
...
- Brought initial Maria cycle counts inline from measurements taken with logic analyzer/tests. [Mike Saarna/Robert Tuccitto]
- Added interrupts to DMA cycle eating. Updates to LL, OL, and spin accounting for HALT behavior. [Mike Saarna]
2014-05-06 21:40:45 +00:00
David Haywood
b913a7501c
more discovery (nw)
2014-05-06 18:37:42 +00:00
Ivan Vangelista
62620055c4
ym2203, ym2608 and ym2610: initialize things properly. Thanks Micko! (nw)
2014-05-06 18:27:22 +00:00
Alex W. Jackson
5252d8d34f
ay8910.c: AY8912 and AY8913 are AY8910-based, not YM2149-based (nw)
2014-05-06 18:25:15 +00:00
Ivan Vangelista
da1252459f
ay8910_device and extended family: converted to devcb2 (nw)
...
This is easily the commit I ever did that touches the most drivers. I payed extra attention while doing it, stared at the diff really hard to find any errors and did some testing. Obviously I can't test every single game / system, so please report any regression you might find.
2014-05-06 17:37:43 +00:00
Scott Stone
c407543c9f
de-spaced and fixed vectrex bios names (nw)
2014-05-06 16:58:39 +00:00
Ville Linde
efcbcca87c
sharc: DMA internal index registers are only 17 bits long. (nw)
2014-05-06 16:46:08 +00:00
Scott Stone
fa7c52129a
-validation fix (nw)
2014-05-06 16:35:53 +00:00
David Haywood
0619698c40
sc4 backup (nw)
2014-05-06 15:43:25 +00:00
David Haywood
02abf7488a
new clones
...
Tao Taido (2/3 button version) [ShouTime]
2014-05-06 14:42:50 +00:00
Oliver Stöneberg
6631d4296c
avoid even more unnecessary rgb_t<->UINT32 conversions (nw)
2014-05-06 12:30:15 +00:00
Oliver Stöneberg
8abad0f849
avoid some more unnecessary rgb_t <-> UINT32 conversions (nw)
2014-05-06 11:59:50 +00:00
Miodrag Milanovic
a8f98dd602
Fix tiny build (nw)
2014-05-06 10:23:04 +00:00
Miodrag Milanovic
0f294922b2
small fix for makemak (nw)
2014-05-06 09:10:33 +00:00
Alex W. Jackson
c3f40b01ee
segag80r.c: fix generic_paletteram regression (nw)
2014-05-06 06:28:17 +00:00
Alex W. Jackson
04090feede
blockhl.c, chqflag.c: fix generic_paletteram regression (nw)
2014-05-06 06:09:11 +00:00
Alex W. Jackson
4885348d99
ddragon3.c: palette cleanup (nw)
2014-05-06 05:59:14 +00:00
Alex W. Jackson
4bfc3aa3e8
emupal.c: Support palette RAM less than the full width of the data bus it's on,
...
without the need for per-driver trampolines. Started removing said trampolines.
[Alex Jackson]
(nw) This fixes generic_paletteram regressions in simpl156.c and tmnt.c.
Just a couple left now.
2014-05-06 05:20:51 +00:00
Scott Stone
1ee0b92325
shortname fix (nw)
2014-05-06 03:13:29 +00:00
Alex W. Jackson
9560b5cd80
Fix build (nw)
2014-05-05 23:38:34 +00:00
Phil Bennett
f794866ac6
i960.c: Save some additional state [Phil Bennett]
2014-05-05 22:20:01 +00:00
Couriersud
4985aa6eb6
Fixed compile issue. Thanks Justin!
2014-05-05 22:14:55 +00:00
Couriersud
dce5fbf03e
Netlist:
...
- Pong Doubles now working
Thanks a lot to Adam Bousley for dual licensing DICE netlists.
Hooked up player inputs
- Minor performance tweaks
- Separated game netlists from driver. Dice is making extensive use of macros which may conflict
if these are in one source file.
- Added some rescap.h macros to netlist
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Pong Doubles [DICE Team, Couriersud]
2014-05-05 20:02:26 +00:00
Alex W. Jackson
a355e4d154
16 buttons is plenty thanks (nw)
2014-05-05 17:56:58 +00:00
David Haywood
6c31448b58
sc4dnd / sc4dndtp / sc4dnddw layout fun - backup of WIP (nw)
2014-05-05 15:17:28 +00:00
Miodrag Milanovic
be76aeae5b
Finished s3c24xx conversion to devcb2 (nw)
2014-05-05 13:10:25 +00:00
cracyc
4b0f0aae85
pc_dsk: doh (nw)
2014-05-05 12:35:48 +00:00