Commit Graph

27953 Commits

Author SHA1 Message Date
Michaël Banaan Ananas
f6dbaaafce update prev commit 2014-03-27 11:08:52 +00:00
Curt Coder
04c9f4b05e mc6845: Added display enable and horizontal/vertical back porch widths to the update function. Updated some MESS drivers to make use of this. [Curt Coder]
(MESS) pet: Added the "Fat 40" PET/CBM 4032 models. Check out "No Pets Allowed" by Orb to see them and the new mc6845 functionality in action. [Curt Coder]
2014-03-27 09:33:57 +00:00
Alex W. Jackson
ab3a90ca29 gfx_elements now have a xor mask that is applied to each source bit offset when decoding. This can be used to deal with endianness when decoding gfx from RAM or from program ROMs, or to reverse the bit order sense when this is useful (e.g. pgm.c) [Alex Jackson]
(nw) This is test/checkpoint right now, final goal is to automatically determine the appropriate xor at startup when the gfxdecode info is processed (e.g. based on the width and endianness of the ROM region)
2014-03-27 09:21:55 +00:00
Olivier Galibert
076399b3fd (nw) 2014-03-27 06:20:49 +00:00
Alex W. Jackson
0a7b3daaaf Move destructor definitions out of header files included by emu.h; clean some obsolete junk out of machine.h [Alex Jackson] 2014-03-27 00:14:25 +00:00
Michaël Banaan Ananas
7a761c77aa small cleanup 2014-03-26 22:41:32 +00:00
Michaël Banaan Ananas
5335791f57 mame neogeo update from Johnboy, no whatsnew
Changes:
. Updated Neo-Geo PCB infos
. Added redumped puzzldpr s1 and chip info
. Removed bangpedp - A proto with same layout exists, some roms are different, currently undumped
. Removed roboarma - This is a hack
. Add new clone kof98a (alternate board)
. Add new clone kof95a (alternate board)
. Replaced diggerma m1 and s1 with 128k versions (64k m1 and s1 do not exist)
2014-03-26 22:12:14 +00:00
Mike Naberezny
5a5e796c90 h8: Fixed build. (nw)
Compiling src/emu/cpu/h8/h8.c...
src/emu/cpu/h8/h8.c: In member function ‘virtual void h8_device::execute_run()’:
src/emu/cpu/h8/h8.c:192:8: error: unused variable ‘picount’ [-Werror=unused-variable]
cc1plus: all warnings being treated as errors
make: *** [obj/sdl/emu/cpu/h8/h8.o] Error 1
2014-03-26 21:22:38 +00:00
Scott Stone
d0ba459fbd Add line ending and proper wording to an error (nw) 2014-03-26 20:02:37 +00:00
Roberto Fresca
4b7986f75b Improvements to 4enlinea driver. Hooked preliminary
HCGA controller in CGA mode (we need proper UM487F 
device emulation. Added documentation and findings
after some analysis. [Roberto Fresca]
2014-03-26 19:43:40 +00:00
Miodrag Milanovic
5e253a4efe cdp1869 converted to use delegates so whole configuration is in MCFG block (nw) 2014-03-26 18:32:03 +00:00
Olivier Galibert
2dee25312f Cleanup (nw) 2014-03-26 18:10:13 +00:00
Fabio Priuli
bbcca62190 (MESS) 32x: experimental change to the pixel mixing to better understand the
performance impact of this piece of code. might be reverted soon. nw.
2014-03-26 17:49:42 +00:00
Ivan Vangelista
8b019898d2 mc6846_device: converted to devcb2 (nw) 2014-03-26 17:33:21 +00:00
Fabio Priuli
65fe2c6dd8 avoid dupe timers. nw. 2014-03-26 17:24:38 +00:00
Michaël Banaan Ananas
d90de6566c fix bangbead recent regression (from_hz takes a "double", can't handle large numbers) 2014-03-26 16:30:33 +00:00
Curt Coder
93883704c3 Fixed linking. (nw) 2014-03-26 16:12:24 +00:00
Miodrag Milanovic
74dec2794b READ/WRITE*_HANDLER -> READ/WRITE*_MEMBER (nw) 2014-03-26 15:14:30 +00:00
Olivier Galibert
536dd63920 floppy: splice-related fixes [O. Galibert] 2014-03-26 14:16:43 +00:00
Curt Coder
89c75e9b03 (MESS) pet: European models sync at 50Hz. (nw) 2014-03-26 13:41:24 +00:00
Miodrag Milanovic
cbe4fa6ab9 aga is isa device now, aga/cga cleanup (nw)
note that aga should be extended out of isa_cga in future
2014-03-26 11:28:27 +00:00
smf-
937bfafb3a fixed lui/ori and lui/addi constant calculation by pretending instructions can be 8 bytes long. (nw) 2014-03-26 10:50:42 +00:00
smf-
fadd52ec26 use an interface for passing state to the disassembler instead of copying it into a structure for every line (nw). 2014-03-26 10:27:52 +00:00
Olivier Galibert
1068beee0e we need to find a solution there (nw) 2014-03-26 10:20:32 +00:00
Olivier Galibert
67ce40035f h8: Prettify registers/flags in debugger [O. Galibert] 2014-03-26 10:18:05 +00:00
Olivier Galibert
47095e6006 fix cybiko "handlers" (nw) 2014-03-26 10:18:02 +00:00
Fabio Priuli
c368097095 (MESS) sms: fixed Korean Gam*Boy 2 being detected as a Japanese
machine when a real unit does not. [Enik Land]

New driver added :
- Samsung Gam*Boy I [Enik Land]
2014-03-26 09:36:44 +00:00
Alex W. Jackson
49b16af8c9 Split C45 road chip from namcoic.c [Alex Jackson] 2014-03-26 09:30:21 +00:00
Fabio Priuli
e0d062fa2c small clean-up of the MegaPlay bios banking. nw. 2014-03-26 09:18:15 +00:00
Olivier Galibert
987d44a403 h8: Fix enable handling in timers [O. Galibert] 2014-03-26 08:55:35 +00:00
Olivier Galibert
cf941cb006 h8: Sort out UE polarity [O. Galibert] 2014-03-26 08:55:33 +00:00
Olivier Galibert
ff8a1bfe4c h8: dec16/inc16 fix [Fabio Priuli] 2014-03-26 08:55:28 +00:00
Miodrag Milanovic
878beeaa4d forgot these (nw) 2014-03-26 08:45:59 +00:00
Scott Stone
0916535c50 (MESS) ql.c: Added emulation of both the QIMI and Sandy mice to the QL driver as well as adding support of those to the Sandy SuperQBoard. Moved the selection of the mouse and disk interface from dip switches to config, as this seemed more appropriate. [Phill-Harvey-Smith] 2014-03-26 08:39:25 +00:00
Fabio Priuli
dc41389e02 clean-up of the MegaPlay and MegaTech driver classes. nw. 2014-03-26 08:19:02 +00:00
Miodrag Milanovic
c97f67ba1e no more pc_cga (nw) 2014-03-26 08:04:32 +00:00
Alex W. Jackson
4b69b0281a Refactor UI graphics viewer to handle 'empty' gfx decoders [Alex Jackson] 2014-03-26 07:42:59 +00:00
mahlemiut
86d73c7d17 hunter2: converted to use bankdev 2014-03-26 05:52:31 +00:00
Scott Stone
233b795c21 (MESS) a7800.c: Fixed DMA regarding startup, shutdown and cycle stealing which fixes numerous recorded MAMETester bugs. Bug fixed and fine tuned the DMA timing. Corrected RIOT timing [Mike Saarna] 2014-03-26 03:41:11 +00:00
Scott Stone
35a825bb38 Fixes to correct some of the regression test data used by the jedutil test. [Kevin Eshbach] 2014-03-26 02:52:28 +00:00
Brian Troha
59052d4aff The Real Broadway is now working.
New games added or promoted from NOT_WORKING status
---------------------------------------------------
The Real Broadway [Brian Troha, Mariusz Wojcieszek, The Dumping Union]
2014-03-26 02:49:50 +00:00
Scott Stone
a6870deec9 Fix for c64gs crash (nw) 2014-03-26 02:37:33 +00:00
Michaël Banaan Ananas
42a57d09f3 verified that tigerh music speed is correct, and made cpu sync perfect instead of only 10 times per frame (gotta ensure good comms timing with shared ram and mcu) 2014-03-26 01:36:22 +00:00
Michaël Banaan Ananas
67682746d9 small cleanup 2014-03-26 00:49:27 +00:00
Michaël Banaan Ananas
70bd74c915 changed amspdwy_port_r to simply AM_ROM 2014-03-26 00:11:43 +00:00
Michaël Banaan Ananas
fd23d94f2d - MCFG_CPU_ADD("subcpu", H83002, S23_H8CLOCK*2 )
+	MCFG_CPU_ADD("subcpu", H83002, S23_H8CLOCK )
namcos23 h8 clock was wrong, the rest is small cleanup.
It doesnt fix the new regression with timecrs2 subcpu timeout :(
2014-03-25 23:01:06 +00:00
Curt Coder
8c43133fb4 Fixed build. (nw) 2014-03-25 22:15:15 +00:00
Fabio Priuli
bd8f99ea2d updated MegaPlay and MegaTech to use modern SMS VDP. [Fabio Priuli]
with this, it was finally possible to remove the other outdated (& non-device) 
implementation which was lurking inside segamsys.c 
also, MESS at last compiles without the need of megatech.c
2014-03-25 22:06:18 +00:00
Curt Coder
5a8dee9023 (MESS) c64_flop.xml: Added some VICE testprogs. (nw) 2014-03-25 21:57:00 +00:00
Olivier Galibert
65d778cad3 h8: Rewrite [O. Galibert]
(mess) mu100: Main screen turn on [O. Galibert]
2014-03-25 21:53:54 +00:00