Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r500 Monday 28th May, 2007 at 16:50:44 UTC by Nathan Woods
[TANO DRAGON] Switching back to use CoCo FDC hardware [Phill Harvey-Smith]
[src/mess/machine]coco.c

r499 Monday 28th May, 2007 at 11:42:12 UTC by Wilbert Pol
[A2600] Updated the HMxx behaviour to also use and update the motclkXX variables.
[src/mame/video]tia.c

r498 Monday 28th May, 2007 at 11:02:38 UTC by Wilbert Pol
[A2600] Fixed starting bank for mode8K (F8) mapped games. (bug #1234)
[src/mess/drivers]a2600.c

r497 Monday 28th May, 2007 at 09:37:03 UTC by Wilbert Pol
[A2600] Simplified and improved handling of pending motion clocks when resetting a graphics position counter.
[src/mame/video]tia.c

r496 Sunday 27th May, 2007 at 22:03:58 UTC by Wilbert Pol
[A2600] Update to prevent zoomed size original player graphics from being drawn.
[src/mame/video]tia.c

r495 Sunday 27th May, 2007 at 21:19:16 UTC by Wilbert Pol
[A2600] Player and missile graphics originals should still be drawn when the position counter is reset to the same value.
[src/mame/video]tia.c

r494 Sunday 27th May, 2007 at 20:59:44 UTC by Cowering
[a2600] WIP add auto detection to many more 2600 mapper formats
[src/mess/drivers]a2600.c

r493 Sunday 27th May, 2007 at 20:56:38 UTC by Wilbert Pol
[A2600] Original of missile graphics should not be drawn when the position counter has just been reset.
[src/mame/video]tia.c

r492 Sunday 27th May, 2007 at 19:30:09 UTC by Wilbert Pol
[A2600] Added 3E mapper.
[src/mess/drivers]a2600.c

r491 Sunday 27th May, 2007 at 17:44:59 UTC by Wilbert Pol
[A2600] Limiting of hmove cycles when hmove is initiated later or earlier than normal. Moved NUSIZ0 and NUSIZ1 code to specific handlers.
[src/mame/video]tia.c

r490 Sunday 27th May, 2007 at 17:33:43 UTC by R. Belmont
[SDLMESS] Fixed vector games + crash in -video soft mode.
[src/osd/sdl]drawsdl.c

r489 Sunday 27th May, 2007 at 16:51:20 UTC by Cowering
[A2600] automatic detection of 32K Tigervision mode (remove printf)
[src/mess/drivers]a2600.c

r488 Sunday 27th May, 2007 at 16:37:59 UTC by Cowering
[A2600] automatic detection of 32K Tigervision mode
[src/mess/drivers]a2600.c

r487 Sunday 27th May, 2007 at 10:09:56 UTC by Wilbert Pol
[A2600] Renamed HMOVE_INVALID constant to HMOVE_INACTIVE.
[src/mame/video]tia.c

r486 Sunday 27th May, 2007 at 06:27:08 UTC by R. Belmont
[ARM/ARM7] Several bugfixes also submitted to MAMEdev.
[src/emu/cpu/arm]arm.c
[src/emu/cpu/arm7]arm7core.c arm7exec.c

r485 Saturday 26th May, 2007 at 18:23:48 UTC by Wilbert Pol
[A2600] Improved handling of extra hmove cycles when resetting the position counter for a graphics object.
[src/mame/video]tia.c

r484 Saturday 26th May, 2007 at 15:51:45 UTC by Wilbert Pol
[A2600] Added support for 512KB roms using 3F style (TigerVision) banking.
[src/mess/drivers]a2600.c

r483 Saturday 26th May, 2007 at 15:30:02 UTC by R. Belmont
[SDLMESS] Latest verified OpenGL speedups from sgothel.
[src/osd/sdl]drawsdl.c input.c sdldir.c sdlsync.c sdlwork.c window.c window.h

r482 Saturday 26th May, 2007 at 14:18:45 UTC by Wilbert Pol
[A2600] Improved handling of writes to the HMxx registers during Hmove period.
[src/mame/video]tia.c

r481 Saturday 26th May, 2007 at 05:03:04 UTC by R. Belmont
[SDLMESS] Updates to match SDLMAME 0.115u2.
[src/osd/sdl]drawsdl.c input.c sdlfile.c sdlmain.c sound.c testkeys.c

r480 Friday 25th May, 2007 at 13:40:17 UTC by Wilbert Pol
[A2600] If a player graphic has finished drawing and the size of the player is altered then no pixels from the player graphic should be drawn. (fixes bug #1225)
[src/mame/video]tia.c

r479 Friday 25th May, 2007 at 13:02:22 UTC by Wilbert Pol
[A2600] Collision detection should also take place during the extended hblank period.
[src/mame/video]tia.c

r478 Friday 25th May, 2007 at 11:05:34 UTC by Wilbert Pol
[A2600] If the number of player copies is raised but the current position is past the start location for that copy then we should not draw anything of that copy.
[src/mame/video]tia.c

r477 Friday 25th May, 2007 at 10:55:50 UTC by Curt Coder
[FUNVISION] Properly hooked up SN76489 to the PIA
[src/mess/drivers]fnvision.c

r476 Thursday 24th May, 2007 at 18:52:58 UTC by Wilbert Pol
[A2600] Enable signal for missile 0, missile 1, and ball graphics delayed for 1 cycle.
[src/mame/video]tia.c

r475 Thursday 24th May, 2007 at 15:14:10 UTC by Wilbert Pol
mame tourtabl driver update as submitted to mamedev
[src/mame/drivers]tourtabl.c

r474 Thursday 24th May, 2007 at 14:06:39 UTC by Cowering
[A2600] add Tutankham hack
[src/mess/drivers]a2600.c

r473 Thursday 24th May, 2007 at 11:51:34 UTC by Curt Coder
[FUNVISION] Added creatiVision driver and almost fixed inputs
[docs]messnew.txt

r472 Thursday 24th May, 2007 at 11:50:47 UTC by Curt Coder
[FUNVISION] Added creatiVision driver and almost fixed inputs
[src/mess]messdriv.c
[src/mess/drivers]fnvision.c

r471 Thursday 24th May, 2007 at 09:28:05 UTC by Curt Coder
[SG1000] Use SN76489 instead of SN76496
[src/mess/drivers]sg1000.c

r470 Thursday 24th May, 2007 at 06:14:14 UTC by Curt Coder
[FUNVISION] Fixed cartridge loading, all carts work now
[src/mess/drivers]fnvision.c

r469 Thursday 24th May, 2007 at 03:30:11 UTC by Nathan Woods
1. Fixups to messnew.txt

2. Added many SHA1 hashes. [Fabio Priuli]
[docs]messnew.txt
[src/mess/drivers]aim65.c at.c c128.c c64.c channelf.c hp48.c mz700.c p2000t.c pc.c pcw.c pcw16.c pet.c ssystem3.c sym1.c thomson.c ti85.c ti99_4p.c ti99_8.c trs80.c x68k.c zx.c

r468 Wednesday 23rd May, 2007 at 21:58:11 UTC by Justin Kerk
Fix svn:eol-style
[src/mess/devices]coco_fdc.c coco_pak.c cococart.c cococart.h orch90.c

r467 Wednesday 23rd May, 2007 at 14:38:36 UTC by Wilbert Pol
[TIA] Removed calls to readinputport()
[src/mame/video]tia.c

r466 Wednesday 23rd May, 2007 at 13:25:48 UTC by Curt Coder
[SG-1000] Added Terebi Oekaki (TV Draw) touchpad emulation
[src/mess/drivers]sg1000.c

r465 Wednesday 23rd May, 2007 at 11:38:40 UTC by Nathan Woods
Updated to MAME 0.115u2 core
[docs]messnew.txt
[src/emu]driver.h inptport.c ui.c video.c video.h
[src/emu/cpu/z180]z180op.c
[src/emu/sound]fm.c
[src/mame]mame.mak mamedriv.c
[src/mame/audio]exidy.c mcr.c spiders.c williams.c
[src/mame/drivers]armedf.c astrocde.c cham24.c* chinagat.c cidelsa.c coinmstr.c ertictac.c funworld.c gdrawpkr.c itech8.c laserbat.c mastboy.c maxaflex.c mediagx.c mpu4.c multigam.c* namcoic.c namcos1.c nemesis.c nyny.c ojankohs.c pmpoker.c qix.c r2dtank.c redalert.c segag80r.c spiders.c taito_z.c toaplan2.c toratora.c tugboat.c twin16.c williams.c zaccaria.c
[src/mame/includes]qix.h spiders.h
[src/mame/machine]6821pia.c 6821pia.h 74123.c 74123.h atari.c carpolo.c irem_cpu.c mcr.c n64.c pd4990a.c qix.c
[src/mame/video]astrocde.c cdp1869.c crtc6845.c crtc6845.h qix.c
[src/mess/drivers]apf.c fnvision.c thomson.c
[src/mess/machine]aim65.c apple1.c coco.c dgn_beta.c pet.c thomson.c
[src/osd/windows]sound.c winfile.c winmain.c winutf8.c winutf8.h
[src/tools]png2bdc.c regrep.c

r464 Wednesday 23rd May, 2007 at 06:58:09 UTC by Wilbert Pol
[A2600] HMOVE triggered on the last possible CPU cycle also triggers a delay of the end of HBlank.
[docs]messnew.txt
[src/mame/video]tia.c

r463 Wednesday 23rd May, 2007 at 00:48:18 UTC by Hobie Troxell
[sysinfo.dat] Cleaned up some spelling & units
[ROOT]sysinfo.dat

r462 Tuesday 22nd May, 2007 at 21:36:00 UTC by Wilbert Pol
[A2600] Some more finetuning for resetting graphics position counters during extended hblank period.
[src/mame/video]tia.c

r461 Tuesday 22nd May, 2007 at 21:04:11 UTC by Wilbert Pol
[A2600] Updated range for setting minimal player 0 and 1 position counters.
[src/mame/video]tia.c

r460 Tuesday 22nd May, 2007 at 20:26:21 UTC by Wilbert Pol
[A2600] First copy of player 0 and 1 graphics will be skipped when RESP0/RESP1 is set during the current scanline.
[src/mame/video]tia.c

r459 Tuesday 22nd May, 2007 at 19:46:55 UTC by Justin Kerk
[sysinfo.dat] Copyedit
[ROOT]sysinfo.dat

r458 Tuesday 22nd May, 2007 at 18:00:37 UTC by Wilbert Pol
[A2600] Improved graphics counter resets during extended hblank period a bit more.
[src/mame/video]tia.c

r457 Tuesday 22nd May, 2007 at 17:00:56 UTC by Wilbert Pol
[A2600] Improved positioning of all graphics when position counters are reset in the extended HBlank period during a HMOVE.
[docs]messnew.txt
[src/mame/video]tia.c

r456 Tuesday 22nd May, 2007 at 15:30:28 UTC by R. Belmont
Fixed up the Apple II sections, especially the IIgs.
[ROOT]sysinfo.dat

r455 Tuesday 22nd May, 2007 at 10:37:42 UTC by Wilbert Pol
[A2600] Taken out a logerror that accidentily made it in in the previous commit.
[src/mame/video]tia.c

r454 Tuesday 22nd May, 2007 at 04:03:41 UTC by Hobie Troxell
[sysinfo.dat] Update a couple of systems missed in last update. Includes some bios switching cmd lines. All by [Fabio Priuli]
[ROOT]sysinfo.dat

r453 Monday 21st May, 2007 at 16:18:33 UTC by Wilbert Pol
[A2600] Updated handling of HMOVE writes during active scanline area.
[src/mame/video]tia.c

r452 Monday 21st May, 2007 at 03:45:28 UTC by Tim Lindner
Fixed some page 1 opencode lengths in the 6309 dissasembler
[src/emu/cpu/hd6309]6309dasm.c

r451 Monday 21st May, 2007 at 03:26:47 UTC by Hobie Troxell
- [sysinfo.dat] Massive update to entire file. [Fabio Priuli]
[ROOT]sysinfo.dat
[docs]messnew.txt

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team