Commit Graph

24053 Commits

Author SHA1 Message Date
Michaël Banaan Ananas
bed4069f7b namcos22 cleanup: moved static functions/vars to class and converted 3d renderer to polynew 2013-08-06 14:57:18 +00:00
Curt Coder
a0258d1b2c (MESS) mpt02: Fixed CDP1864 colors. [Curt Coder, Guru] 2013-08-06 14:39:38 +00:00
Dirk Best
f7654641d7 apricot.c: connect rs232 and centronics interfaces 2013-08-06 12:26:54 +00:00
Oliver Stöneberg
3294dc000e removed unused legacy macro PALETTE_INIT_CALL (nw) 2013-08-06 07:49:02 +00:00
Aaron Giles
bcd4b2f20a Cave cleanup 2013-08-06 04:31:30 +00:00
Aaron Giles
cb513fef5b A little more primary_screen removal. 2013-08-06 04:05:49 +00:00
R. Belmont
b8f66ce559 es5510: improved debug capabilities, better disassembly, bugfixed many opcodes. Most effects programs now produce correct results. [Christian Brunschen] 2013-08-06 02:49:26 +00:00
Angelo Salese
e318ca7149 Some bizzarro-world video documentation ... 2013-08-06 01:11:59 +00:00
Angelo Salese
2e2dc1d999 Obviously I've messed up format used ... 2013-08-06 00:25:19 +00:00
Angelo Salese
5055f13b35 Mapped something out for IDE, still not quite right 2013-08-06 00:10:29 +00:00
David Haywood
4eedbece82 casanova seems to want the video buffered (see palette/bg sync in intro, it's ugly and buggy anyway, but t was much worse before). Also had to change it from ind16 to rgb32 to stop -mt from breaking it even when I do buffer it! 2013-08-05 23:32:31 +00:00
Angelo Salese
496f5a213a IDE documentation for PC-9801 2013-08-05 23:02:14 +00:00
Angelo Salese
c6b05a75c4 added some new A dumps 2013-08-05 22:01:43 +00:00
Aaron Giles
ed53641fc7 Some cleanups of remaining machine->primary_screen references in drivers. Mostly
minor except for the megadriv stuff, where I made a first pass at removing some
of the legacy cruft.
2013-08-05 21:31:00 +00:00
Angelo Salese
035a870960 Fixed folder FDIs 2013-08-05 20:59:29 +00:00
David Haywood
4db179d397 fix compile (nw) 2013-08-05 20:44:42 +00:00
Curt Coder
d70e03cf63 (MESS) studio2: Fixed loose .bin/.rom cartridge file loading, and supported loading ROMs to multiple base addresses in the software list. [Curt Coder]
(MESS) visicom: Added cartridge software list. [ranger_lennier, Charles MacDonald]
2013-08-05 18:51:19 +00:00
David Haywood
4c1ff054ab switched lockload sample regions around (nw) 2013-08-05 18:24:09 +00:00
Ivan Vangelista
daf47bf3c2 Moved targ/spectar audio functions into driver state while having no luck in fixing MT05217. (nw) 2013-08-05 16:51:59 +00:00
Ivan Vangelista
fd66b2953f Modernized the Amiga sound device. (nw) 2013-08-05 15:20:36 +00:00
Ivan Vangelista
645fe0f762 Modernized the skeleton namco62.c device. (nw) 2013-08-05 15:12:46 +00:00
Dirk Best
d36fed32fd apricot.c: cleaned up, fixed regression, back to error 08 now 2013-08-05 14:37:51 +00:00
Oliver Stöneberg
1062e2bd39 more PALETTE_INIT modernizations (nw) 2013-08-05 13:38:36 +00:00
Oliver Stöneberg
bd681be20a PALETTE_INIT modernizations 2013-08-05 12:58:39 +00:00
Wilbert Pol
2c8c6ce711 (MESS) fix some regressions (nw) 2013-08-05 12:50:35 +00:00
Wilbert Pol
abe3d67e34 lh5801.c: Modernized cpu core(nw) 2013-08-05 12:14:26 +00:00
Oliver Stöneberg
77fd68733e some SCREEN_UPDATE_* cleanups (nw) 2013-08-05 12:06:18 +00:00
Oliver Stöneberg
a9b35916ac small MACHINE_RESET cleanup 2013-08-05 11:40:00 +00:00
Alex W. Jackson
e817c41aeb cave.c: cosmetic cleanup, give banks meaningful names and remove some stone age relic code (nw) 2013-08-05 10:33:59 +00:00
Aaron Giles
539367c7d1 Bulk removal of machine().primary_screen references from MAME drivers, in
favor of using the common m_screen. This is 98% reliable except for cases
where there were multiple screens or where the screens were not named
'screen' like everywhere else. Those cases will need to be revisited but
should reveal themselves in the next round of regression tests.

Eventual plan is primary_screen will go away. Devices that need to know the
screen should have a device_video_interface. Drivers should find the screen
device like any other, or use the pre-found m_screen for the common
single-screen case.
2013-08-05 06:00:20 +00:00
Aaron Giles
46adb9df43 Workaround for finding screens owned by device_video_interface devices.
The typical usage pattern is the video device controls a screen that is
owned by its owner, not by the device itself. The nubus video cards break
this model, so they need to compute the full path to the screen device
in order for it to be found.
2013-08-05 05:54:32 +00:00
David Haywood
2950ebcee4 sneaky, must also read back the cart region here when the reset command is issued, also applied same logic to our other sims. (nw) 2013-08-05 03:56:59 +00:00
Dirk Best
532fc17491 cs4031: fix for the previous commit, ignore external gate a20 when emulation is enabled 2013-08-05 01:23:39 +00:00
Angelo Salese
4335fc5131 Ops 2013-08-04 21:03:27 +00:00
Angelo Salese
1a731c09c2 Okuman Chouja 2 rom name fix 2013-08-04 20:51:35 +00:00
Wilbert Pol
5d50b69b62 (MESS) sms.c: Enhancements for Sega Scope and LCD persistence and fix SMS Light Phaser TH read bug. [Enik Land] 2013-08-04 20:28:30 +00:00
Wilbert Pol
9eec05fa5d jaguar.c: Modernized cpu core. (nw) 2013-08-04 20:14:10 +00:00
Oliver Stöneberg
c719c1d3d1 small VIDEO_START cleanup (nw) 2013-08-04 20:12:42 +00:00
Angelo Salese
c6e56a9cd9 Note for Puyo Puyo 2013-08-04 19:55:53 +00:00
Wilbert Pol
b29adda3ab Added a missing define (nw) 2013-08-04 18:34:36 +00:00
David Haywood
5621ffea5f ok, level depth wasn't my black bar issue, seems the lower parts of the backgrounds weren't getting handled properly by another command, not sure how much I trust this logic tho (nw) 2013-08-04 17:54:23 +00:00
Wilbert Pol
1a9ef1251f i960.c: Modernized cpu core (nw) 2013-08-04 12:16:02 +00:00
Wilbert Pol
fbf7820fbf Removed unneeded, commented members. (nw) 2013-08-04 11:00:35 +00:00
David Haywood
fd4347890a new clones
Night Slashers (US Rev 1.2, HuC6280 Sound CPU) [Smitdogg, The Dumping Union]
2013-08-04 10:03:39 +00:00
Ivan Vangelista
956d9332a9 Modernized Mirco3D noise device. [Osso] 2013-08-04 09:47:44 +00:00
Oliver Stöneberg
a06e29cadb small PALETTE_INIT cleanup (nw) 2013-08-04 07:54:06 +00:00
Ivan Vangelista
ed28212ed1 Fix for MT 05056. This brings the badlands bootlegs to the same non working state they were before the regression. (nw) 2013-08-04 07:50:23 +00:00
Oliver Stöneberg
9fe7280032 small VIDEO_START cleanup (nw) 2013-08-04 07:14:26 +00:00
Oliver Stöneberg
a28f756e3d removed unused legacy macro VIDEO_RESET (nw) 2013-08-04 07:11:22 +00:00
Oliver Stöneberg
75b944768b small DEVICE_START cleanup (nw) 2013-08-03 23:08:21 +00:00