Michaël Banaan Ananas
4096aa50a6
fix compile
2013-06-13 17:37:26 +00:00
Oliver Stöneberg
f1b5e6ee0d
(MESS) removed unused private field from src/mess/machine/cs4031.h (nw)
2013-06-13 16:51:44 +00:00
Dirk Best
ff3a768786
PC driver cleanup:
...
- Much improved CS4031 emulation, added DMA, interrupt controller, timer, RTC directly to the device as sub devices and added the generic functions needed for AT compatibility
- Moved the ct486 driver to its own file, to avoid all the legacy stuff in at.c
- Added support for the IOCHCK signal to the ISA bus, this is used instead of directly issuing an NMI to the main CPU
- Moved ISA device slot definitions to its own file to avoid copy & pasting the same list to different drivers
- Updated MC146818 RTC for devcb2
2013-06-13 15:43:56 +00:00
Dirk Best
5c509024c2
pit8253: fix null counter reset, fixes grub invaders
2013-06-13 14:14:35 +00:00
smf-
f37f07dc2e
moved the reset timer across (nw)
2013-06-13 12:47:19 +00:00
smf-
12a7bb6ea2
moved the status timer across (nw)
2013-06-13 12:35:02 +00:00
Fabio Priuli
493194ac6f
Modernized Taito PC080SN video device. [Osso]
2013-06-13 12:26:12 +00:00
smf-
397c5048cf
moved the status and command across (nw)
2013-06-13 12:20:48 +00:00
smf-
c7eb27985f
error register moved across (nw)
2013-06-13 11:35:50 +00:00
Fabio Priuli
4c918f749f
Modernized Konami 007232 sound device [Osso]
...
also, removed the chip from bishi_state class, since it seems that the driver does not use this device at all...
2013-06-13 11:20:06 +00:00
smf-
cd23c39c2b
area 51 site 4 doesn't like the same value as fishing frenzy, maybe there is a difference between the value you get for no drives at all and no current drive (nw)
2013-06-13 08:58:10 +00:00
Olivier Galibert
c96ecb8e82
tx1: The prom is accessed at 16bits, so load it as such [O. Galibert]
2013-06-13 08:25:44 +00:00
smf-
e044f50905
tidied up some ide i/o addresses (nw)
2013-06-13 08:17:31 +00:00
R. Belmont
e39e742b38
i86: don't lose save_xor on reset. (nw)
2013-06-13 03:58:01 +00:00
cracyc
aa526af88b
mediagx: fix config register access (nw)
2013-06-13 03:43:40 +00:00
Michaël Banaan Ananas
ef715ac4bd
getting sidetraked
2013-06-13 00:02:12 +00:00
Curt Coder
b37c283a46
(MESS) Added skeleton for IMI 5000H hard disk controller. [Curt Coder, Al Kossow]
2013-06-12 23:01:05 +00:00
smf-
c624c808a1
Allow more than one ide controller on the same device [smf]
2013-06-12 21:14:17 +00:00
smf-
e2fc23868d
fishing frenzy has no hard drive at all and prefers this value. (nw)
2013-06-12 20:58:27 +00:00
smf-
2a6048249d
fixed crash if no disk (nw)
2013-06-12 20:39:44 +00:00
smf-
5a86df85fd
a couple more over the fence (nw)
2013-06-12 19:50:17 +00:00
smf-
1f80aa9959
moved a couple more variables (nw)
2013-06-12 19:28:18 +00:00
smf-
86523aabea
either I misunderstand the spec or the code but judge dredd doesn't like this change (nw)
2013-06-12 19:07:06 +00:00
smf-
6f67159d96
moved block_count to the device, renamed some ide commands to make them closer to the spec & also use the block count for triggering the first irq on read/write multiple (nw)
2013-06-12 18:16:53 +00:00
smf-
4701b261cb
moved password fields off the ide controller (nw)
2013-06-12 17:47:10 +00:00
smf-
900595dd05
moved more state from idectrl.h (nw)
2013-06-12 17:28:00 +00:00
Olivier Galibert
3bf927f944
memory: Fix subunit reconfiguration [O. Galibert]
...
To hit this bug you need to have two subsized handlers on the same
address with a different starting address. Something like, in a
64-bits address map:
AM_RANGE(0x00, 0x1f) AM_READ32(r1_r, 0xffffffff00000000)
AM_RANGE(0x10, 0x1f) AM_READ32(r2_r, 0x00000000ffffffff)
Then r2_r (last entry) was called with an incorrect offset.
To say that this configuration does not happen often is an
understatement.
2013-06-12 16:40:31 +00:00
Curt Coder
6a4fdb6a33
(MESS) softbox: Fixed reset. [Mike Naberezny]
...
(MESS) corvushd: Supported 4 hard disks and usage from within a device. [Curt Coder]
2013-06-12 13:48:22 +00:00
Oliver Stöneberg
39aac3fc10
reverted r23642 (nw)
2013-06-12 11:43:35 +00:00
Robbbert
d372ba54b9
attackfc: added notes
2013-06-12 11:03:09 +00:00
Fabio Priuli
b773901de3
(MESS) pce: fixed RAM access with some cart types. one bug out, but still not enough to fix MT report... nw.
2013-06-12 10:51:12 +00:00
Andrew Gardner
e74983f6f8
QT Debugger: Finished up the breakpoints window. [Andrew Gardner]
...
It now shows breakpoints for all CPUs and lets you sort by
each field.
2013-06-12 06:22:35 +00:00
R. Belmont
0ee305fd61
The wrath of GCC 4.0.1 rumbles across the plains (nw)
2013-06-12 02:56:27 +00:00
R. Belmont
bdd13a8f6a
Just when you thought OS X 10.5 was gone... (nw)
2013-06-12 02:06:41 +00:00
smf-
4b1d6da30d
moved the buffer from the ide controller to the device (nw)
2013-06-11 21:58:07 +00:00
Oliver Stöneberg
401f0d6871
removed unused private field m_variant from upd1990a_device (nw)
2013-06-11 21:30:11 +00:00
Wilbert Pol
ddacededb5
Modernized tms1xxx cpu cores. (nw)
2013-06-11 21:16:05 +00:00
Michaël Banaan Ananas
6e5ee7b19e
pretty sure that ttfitter isn't a bootleg
...
(Taito Japan was known to name some games with a T.T. prefix)
2013-06-11 20:24:13 +00:00
smf-
598d207e53
If there is no drive selected then there is nothing to read from, although I'm not sure what value you'd expect to receive. (nw)
2013-06-11 18:59:57 +00:00
Michaël Banaan Ananas
5a8c4aa514
srcclean made the gamelist lop sided :p
2013-06-11 18:50:47 +00:00
Michaël Banaan Ananas
17567b5c12
note
2013-06-11 17:52:43 +00:00
Michaël Banaan Ananas
a37368c80d
revert prev commit for now...
2013-06-11 17:50:59 +00:00
cracyc
d344421d9f
microtch: convert most remaining users of non-serial microtouch to serial (nw)
2013-06-11 14:40:41 +00:00
Michaël Banaan Ananas
a0e6925204
galdrvr.c: Improved Namco Galaxian colors [Andrew Welburn]
2013-06-11 13:35:36 +00:00
Oliver Stöneberg
d9c98de098
some MemorySanitizer preparations:
...
- put memory initialization in src/emu/emualloc.c behind NO_MEMORY_INITIALIZATION define
- disable memory initialization when msan is used
- use origin tracking for msan when clang is used
2013-06-11 13:01:11 +00:00
Oliver Stöneberg
28aff9d786
removed obsolete "tests" target from makefile (nw)
2013-06-11 12:58:47 +00:00
Michaël Banaan Ananas
a29a17376d
arkanoid.c: added Arkanoid hardware documentation [Guru]
2013-06-11 12:19:10 +00:00
Michaël Banaan Ananas
c8bdd9ce74
fix sscope crash
2013-06-11 11:46:35 +00:00
smf-
e071b9a9ca
switch jed files to binary as the checksum includes line endings (nw)
2013-06-11 11:30:00 +00:00
Oliver Stöneberg
3993a1cea3
jedtest: output the actual error message (nw)
2013-06-11 11:06:55 +00:00