Ivan Vangelista
a3ff93c233
Added working save states to svolleybl and the rest of rpunch.c game drivers. (nw)
2014-07-11 10:49:29 +00:00
Ivan Vangelista
9f5810aa7e
Fixed doraemon save state problem (actually seta001.c save states weren't complete) (nw)
2014-07-11 10:48:09 +00:00
Ivan Vangelista
7f792594af
Fixed brkthru.c.c save state regression (nw)
2014-07-11 10:47:12 +00:00
Ivan Vangelista
a43c32aabe
Fixed 4enraya.c save state regression (nw)
2014-07-11 10:46:33 +00:00
Robbbert
1f702cb5ae
babypac : Added nvram and joystick. Game is playable but no sound.
2014-07-11 09:00:22 +00:00
Wilbert Pol
f74e0219ee
silence compiler warning (nw)
2014-07-10 19:51:30 +00:00
Wilbert Pol
8911a52216
minx.c: Get rid of pointers to member functions (nw)
2014-07-10 19:47:57 +00:00
Robbbert
309361d038
babypac WIP : added coin and start inputs, and something for granny.
2014-07-10 13:01:57 +00:00
Robbbert
c5a8d47b84
babypac WIP : boots up but that's all
2014-07-10 05:51:23 +00:00
Brian Troha
a7cf202315
peplus.c: Yet another slight update in documentation - NW
2014-07-10 02:57:46 +00:00
Brian Troha
2260f977c8
peplus.c: Documentation corrections & Explain the Lucky Deal bonus feature. - NW
2014-07-10 02:01:04 +00:00
Couriersud
821233a8b8
Fix some issues introduced with last commit.
...
The sound system does not allow to stream values > 2^20. Currently limiting the value, but this is not really optimal.
2014-07-09 21:21:38 +00:00
Wilbert Pol
1c4ae49942
sh4: inlined some functions (nw)
2014-07-09 20:20:43 +00:00
Couriersud
1f49d873fb
AY8910_RESISTOR_OUTPUT now selects resistance calculation by simple saturation mosfet model in ay8910.c. Currently only two drivers use this: 1942 and popeye.
2014-07-09 19:20:11 +00:00
Wilbert Pol
cb96fc035c
cv1k.c: Reduce tagmap lookups (nw)
2014-07-09 18:26:40 +00:00
Alex W. Jackson
3f43e51021
various cpu cores: don't state save icount (nw)
2014-07-09 17:34:43 +00:00
Michaël Banaan Ananas
5994722394
6805: add missing items to save state
2014-07-09 17:22:17 +00:00
Alex W. Jackson
bbfe92080f
nec cpu: add missing items to save state [Alex Jackson]
2014-07-09 16:02:33 +00:00
Alex W. Jackson
95ee97467e
schedule.c: minor logging improvements (nw)
2014-07-09 15:52:27 +00:00
Brian Troha
76902c727f
tigeroad.c: Correct name for BPROM and document type for the Tiger Road sets - NW
2014-07-09 02:17:40 +00:00
mahlemiut
e705d2392e
amstrad: added the ability for expansion devices to contain ROMs (as some do).
...
added ROMs for DK'Tronics Speech Synthesiser, and both RS232
interfaces (plus one alternate for the Amstrad interface).
split Amstrad and Pace serial interfaces into separate devices as
they have different sized ROM areas. [Barry Rodewald]
2014-07-09 02:10:41 +00:00
R. Belmont
d45ce5936e
Chihiro WIP [Samuele Zannoli]
...
- Add NV2A vertex program disassembler
- Added two new debugger commands, grab_vprog <filename> to save the currently uploaded vertex program, and vprogdis <address, length>[<,type>] to disassemble a vertex program.
- Implemented alpha-test, blending, and logical per-fragment operations. Improves many 2D displays in outr2.
2014-07-09 01:19:20 +00:00
Couriersud
4a7b606d5c
Updated information about measurements and model derived from those. [Couriersud]
2014-07-08 23:38:08 +00:00
Alex W. Jackson
5796aef6b3
schedule.c: rebuild_execute_list() after loading a saved state to ensure the order of execution remains consistent [Alex Jackson]
2014-07-08 08:55:55 +00:00
Alex W. Jackson
3357b42c17
paradise.c: fix save state issue (nw)
2014-07-08 05:22:54 +00:00
Brian Troha
609040e618
New Tiger Road clone
...
tigeroad.c: Added PCB locations to the Tiger Road sets. [Bonky0013, Brian Troha]
New clone Added
-----------------------------------------------------
Tiger Road (US) [Bonky0013, The Dumping Union]
2014-07-08 02:35:17 +00:00
Alex W. Jackson
4e688af06b
(nw)
2014-07-08 01:53:43 +00:00
Scott Stone
f700a74857
CPS-1 update [Team CPS-1]:
...
* Added missing documentation to kenseim
* Minor cleanups and fixes
(MESS) Fixed Quickload (c64) to allow files packed with Kompressmaster v4.1-3 from Peter Arndt. [M.A.S.H.]
2014-07-08 01:41:19 +00:00
Brian Troha
a0e8f0cef8
fd1089.c: Document the newly redumped FD1089A 317-0027 along with it's unencrypted data range. [Charles MacDonald]
2014-07-08 01:01:35 +00:00
Michaël Banaan Ananas
c8f4b190c6
forgot one
2014-07-08 00:08:07 +00:00
Alex W. Jackson
4330abf258
(MESS) c64 improvement & fix [Alex Jackson]
...
* Cache pointers to basic and kernal ROMs at startup (they can be in separate
ROM regions or a single ROM depending on model) rather than branching on
every read
* Moved "ProLogic-DOS Classic" BIOS from c64 to c64c, since it's clearly meant
for, and only successfully boots on, the latter machine
2014-07-07 23:25:29 +00:00
Michaël Banaan Ananas
c1b6f45939
correct ac after function set too
2014-07-07 23:22:03 +00:00
Michaël Banaan Ananas
cd48f499e3
(whitespace)
2014-07-07 22:56:20 +00:00
Michaël Banaan Ananas
a0d07ce2f7
setting address is allowed before function set
2014-07-07 22:51:32 +00:00
cracyc
2e1ebbc360
(mess) rmnimbus: more refactoring, simplfy and better document the video controller (nw)
2014-07-07 21:35:48 +00:00
Mike Naberezny
9fc9f1a13c
(MESS) corvushd: Fix typo in struct name. (nw)
2014-07-07 21:09:30 +00:00
Wilbert Pol
b63e1f9fdd
sh4: Modernized cpu core (nw)
2014-07-07 20:02:49 +00:00
Michaël Banaan Ananas
5fe4dda582
(MESS)
...
New System Drivers Supported:
-----------------------------
Texas Instruments Compact Computer 40 [hap, Jon Guidry]
I'm still working on this, looking for bugs in tms7000 core now
2014-07-07 19:30:15 +00:00
Michaël Banaan Ananas
8a88f2eedb
nw
2014-07-07 19:08:25 +00:00
Mike Naberezny
b69bc3d0b1
(MESS) corvushd: Handle attempt to enter prep mode while in prep mode. (nw)
2014-07-07 18:41:23 +00:00
Michaël Banaan Ananas
1904a39163
looks like unmapped output bits are 0
2014-07-07 15:20:19 +00:00
cracyc
d2ae627d17
(mess) rmnimbus: fix and simplify more drawing code (nw)
2014-07-07 15:01:52 +00:00
Alex W. Jackson
1be39477da
nec v25: initialize clock divider in constructor, since execute_clocks_to_cycles() gets called before device_start() (nw)
2014-07-07 11:55:29 +00:00
Alex W. Jackson
8d05989711
m6809: add missing members to save registration; this should fix the save state regressions for real [Alex Jackson]
2014-07-07 11:52:34 +00:00
Alex W. Jackson
76e6524c39
Add ATTR_COLD to DECLARE_(foo)_START and DECLARE_DRIVER_INIT (nw)
2014-07-07 09:39:42 +00:00
Alex W. Jackson
0fd90ee5f5
(MESS) bus/c64/xl80: add a plausible divider to the CRTC clock; it's rather unlikely that the card drives its monitor at 490 Hz refresh.
...
mc6845: don't make visible area larger than screen size with SHOW_BORDER_AREA; it causes vblank duration to be negative, which is all kinds of weird and wrong.
2014-07-07 07:55:46 +00:00
Justin Kerk
0a23dc606f
Grammar (nw)
2014-07-07 02:55:53 +00:00
Alex W. Jackson
7ea44410c8
m6809: fix another typo (nw)
2014-07-07 02:32:10 +00:00
mahlemiut
6a6747abd7
kccomp: fix video output and debug build crash.
2014-07-07 02:30:42 +00:00
Mike Naberezny
422026f786
(MESS) corvushd: Prep mode now supports multiple drives. [Mike Naberezny]
...
This allows the Corvus diagnostics program to format any drive. Previously,
the drive id sent in the command to enter prep mode was ignored and drive 1
would always be formatted instead.
2014-07-07 01:37:14 +00:00