Michaël Banaan Ananas
39007a7d58
nw
2014-03-28 02:59:53 +00:00
Michaël Banaan Ananas
80e29ca80d
add support for savestates
2014-03-28 02:50:08 +00:00
Michaël Banaan Ananas
4debf03d36
rename these sets:
...
getstar -> grdian
gtstarb1 -> getstarb1
gtstarb2 -> getstarb2
2014-03-28 02:34:20 +00:00
Michaël Banaan Ananas
3db6cb8627
cleanup
2014-03-28 02:25:10 +00:00
mahlemiut
e013e80064
s3: added configuration registers for Trio/Virge chipsets. Are read-only for now. (no whatsnew)
2014-03-28 01:26:59 +00:00
Michaël Banaan Ananas
d18d514e4e
sharedram is 2KB
2014-03-28 00:57:33 +00:00
Michaël Banaan Ananas
a68a51ef87
port 0 d0 is vblank bit (see tigerh game start)
2014-03-28 00:04:20 +00:00
Michaël Banaan Ananas
47b4526e06
renamed/combined some functions and added irq ack and soundnmi disable
2014-03-27 22:56:38 +00:00
cracyc
8d2db3434a
(mess) pc: split tandy 1000 and pcjr from pc.c (nw)
2014-03-27 21:31:00 +00:00
Michaël Banaan Ananas
2026fc5a9d
move generic functions out of machine/slapfght.c to drivers/slapfght.c, only keep MCU stuff in there
2014-03-27 21:20:59 +00:00
Oliver Stöneberg
47f4030a92
fixed memory leaks in diimage.c (nw)
2014-03-27 21:20:44 +00:00
Mike Naberezny
7c4c302745
(MESS) pet_rom.xml: Added Nestar Cluster/One CLO-1002-2 [Mike Naberezny]
2014-03-27 21:10:14 +00:00
Roberto Fresca
806efcfad7
4enlinea: Adjusted the initial screen parameters according
...
to the HCGA controller programmed registers and improved
the way the graphics are drawn. Now the text is readable.
[Roberto Fresca]
2014-03-27 16:09:37 +00:00
Roberto Fresca
0990a61c37
Fixed documentation and confirmed the AY-8910 clock.
2014-03-27 15:58:37 +00:00
Miodrag Milanovic
9a05909abe
k007420 callbacks to delegates (nw)
2014-03-27 14:54:32 +00:00
Miodrag Milanovic
09cf6f06ff
modernized s3c24xx (nw)
2014-03-27 12:14:08 +00:00
Michaël Banaan Ananas
e427dcc9b5
fix tigerh defaults, thanks trap15
2014-03-27 11:38:57 +00:00
Curt Coder
ad46293b08
(MESS) pet: Fixed sound. (nw)
2014-03-27 11:20:46 +00:00
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