Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r400 Monday 14th May, 2007 at 19:35:10 UTC by Wilbert Pol
[A2600] Updated contents of the lower 6 bits when reading from the TIA.
[src/mame/video]tia.c

r399 Monday 14th May, 2007 at 17:15:31 UTC by Wilbert Pol
[A2600] Made TIA frequency calculated from the master clock frequency. Added crc of another burgertime dump.
[src/mess/drivers]a2600.c

r398 Monday 14th May, 2007 at 16:40:58 UTC by Wilbert Pol
[A2600] Fixed redraw of lines to honor the VBLANK bit (partially fixes bug #1173).
[src/mame/video]tia.c

r397 Monday 14th May, 2007 at 12:27:46 UTC by Curt Coder
Add Sega SG-1000 Mark II driver
[docs]messnew.txt
[src/mess]messdriv.c
[src/mess/drivers]sg1000.c

r396 Monday 14th May, 2007 at 12:14:32 UTC by Curt Coder
[SC3000] Fix keyboard layout and add type detection for special cartridges
[src/mess/drivers]sg1000.c

r395 Monday 14th May, 2007 at 09:46:57 UTC by Curt Coder
[SC3000] Fix cartridges that require external RAM
[src/mess/drivers]sg1000.c

r394 Monday 14th May, 2007 at 07:38:18 UTC by Curt Coder
New drivers for Sega SG-1000, SC-3000, and SF-7000 (not working yet)
[docs]messnew.txt
[src/mess]mess.mak messdriv.c
[src/mess/drivers]sg1000.c*

r393 Monday 14th May, 2007 at 05:18:59 UTC by R. Belmont
[N64] Big update from Ryan Holtz (also submitted on the MAME side). BIOS now required.
[src/emu/cpu/rsp]rsp.c rsp.h
[src/mame/machine]n64.c
[src/mame/video]n64.c
[src/mess/drivers]n64.c

r392 Monday 14th May, 2007 at 02:19:25 UTC by Nathan Woods
[Windows GUI] More UNICODE=1 work [Oliver Stoeneberg]
[ROOT]makefile.mes
[src/osd/windows/ui]dirwatch.c dirwatch.h m32util.c m32util.h tabview.c tabview.h win32ui.c

r391 Monday 14th May, 2007 at 00:20:46 UTC by Nathan Woods
[Windows GUI] More UNICODE=1 fixes [Oliver Stoeneberg]
[src/mess/osd/windows/ui]propertiesms.c
[src/osd/windows/ui]directdraw.c directdraw.h directories.c m32opts.c m32util.c m32util.h properties.c win32ui.c

r390 Sunday 13th May, 2007 at 23:15:08 UTC by XulChris
credit myself for awesome fix
[docs]messnew.txt

r389 Sunday 13th May, 2007 at 22:34:23 UTC by XulChris
turn of autocenter for paddles, and set default keys for player 4 paddle controller.
[src/mess/drivers]a2600.c

r388 Sunday 13th May, 2007 at 19:13:45 UTC by Wilbert Pol
[A2600] Added support for burgertime additional RAM.
[src/mess/drivers]a2600.c

r387 Sunday 13th May, 2007 at 18:22:41 UTC by Wilbert Pol
[A2600] Fixed CRC to recognize burgertime.
[src/mess/drivers]a2600.c

r386 Sunday 13th May, 2007 at 18:04:32 UTC by Dirk Best
[Amiga] Updated to output the LED status to the artwork system.
[docs]messnew.txt
[src/mess/drivers]amiga.c
[src/mess/machine]amigafdc.c

r385 Sunday 13th May, 2007 at 16:38:55 UTC by Wilbert Pol
[A2600] Updated playfield graphics timing and handling.
[src/mame/video]tia.c

r384 Saturday 12th May, 2007 at 21:34:46 UTC by Nathan Woods
[Windows GUI] More UNICODE=1 work [Oliver Stoeneberg]
[src/mess/osd/windows/ui]devview.c
[src/osd/windows/ui]audit32.c dialogs.c dialogs.h directories.c m32util.c m32util.h properties.c treeview.c win32ui.c

r383 Saturday 12th May, 2007 at 16:47:40 UTC by Wilbert Pol
[A2600] Updated playfield reflect bit to only have effect when set before pixel 80.
[docs]messnew.txt
[src/mame/video]tia.c

r382 Saturday 12th May, 2007 at 16:44:40 UTC by Nathan Woods
1. Fixed a memory leak. (bug #1019) [Oliver Stoeneberg]

2. Removed an obsolete stub call. [Oliver Stoeneberg]
[docs]messnew.txt
[src/mess]artworkx.c
[src/mess/tools/messtest]tststubs.c

r381 Saturday 12th May, 2007 at 14:19:19 UTC by Nathan Woods
[Windows GUI] UNICODE=1 fixes [Oliver Stoeneberg]
[src/osd/windows/ui]columnedit.c dialogs.c dialogs.h dijoystick.c dijoystick.h directdraw.c directinput.c directories.c m32util.c properties.c screenshot.c screenshot.h win32ui.c

r380 Saturday 12th May, 2007 at 09:57:35 UTC by Wilbert Pol
[A2600] Fixed leftmost location for P0 and P1 graphics (bug #1152).
[src/mame/video]tia.c

r379 Saturday 12th May, 2007 at 09:40:28 UTC by Wilbert Pol
[A2600] Save a couple of pixels from the previous drawing action when the player start bit is not set (partial fix for bug #1152).
[src/mame/video]tia.c

r378 Saturday 12th May, 2007 at 01:00:08 UTC by Nathan Woods
Submitting on behalf of Oliver Stoeneberg

1. Removed obsolete define in messdriv.c

2. Fixed bug #1073

3. Made some code compilable under UNICODE=1
[docs]messnew.txt
[src/mess]messdriv.c
[src/mess/osd/windows]menu.c
[src/mess/osd/windows/ui]devview.c mess32ui.c propertiesms.c
[src/osd/windows/ui]audit32.c columnedit.c dialogs.c dijoystick.c directdraw.c directinput.c directories.c help.c m32util.c mame32.rc properties.c treeview.c win32ui.c

r377 Friday 11th May, 2007 at 21:27:22 UTC by Wilbert Pol
[A2600] Update tia to support MDRV_SCREEN_RAW_PARAMS screen definitions. Enabled a2600p driver.
[docs]messnew.txt
[src/mame/video]tia.c
[src/mess]messdriv.c
[src/mess/drivers]a2600.c

r376 Friday 11th May, 2007 at 20:17:19 UTC by Wilbert Pol
[A2600] Updated PAL pallete initialization code.
[src/mame/video]tia.c

r375 Friday 11th May, 2007 at 16:10:02 UTC by Wilbert Pol
[WSWAN] Added .bin to list of file extensions.
[src/mess/drivers]wswan.c

r374 Friday 11th May, 2007 at 15:51:34 UTC by Wilbert Pol
[A2600] Changed start up bank for 16KB cartridges (partially fixed bug #1170).
[docs]messnew.txt
[src/mess/drivers]a2600.c

r373 Thursday 10th May, 2007 at 23:41:18 UTC by Nathan Woods
1. WD17xx cleanups (though I've made the wd17xx startup more strict, so there
is probably some breakage)

2. Removed some outdated tests
[docs]messnew.txt
[src/mess/devices]thomflop.c
[src/mess/drivers]apf.c atarist.c concept.c coupe.c einstein.c enterp.c exidy.c mbee.c spectrum.c svi318.c trs80.c
[src/mess/includes]concept.h coupe.h enterp.h
[src/mess/machine]99_dsk.c bbc.c cgenie.c coco.c cococart.c concept.c coupe.c dgn_beta.c enterp.c mbee.c msx.c msx_slot.c oric.c svi318.c trs80.c wd17xx.c wd17xx.h
[src/mess/tests]mess_lynx.xml

r372 Thursday 10th May, 2007 at 20:02:41 UTC by Wilbert Pol
Documenting updates to a2600 driver in messnew
[docs]messnew.txt

r371 Thursday 10th May, 2007 at 19:53:29 UTC by Wilbert Pol
[A2600] Added support for RESPx/NUSIZx mid-scanline updates. Added support for HMOVE/HMMx odd behaviour. Updated delay when writing to the playfield registers. Driver file now uses the header file instead of extern declarations.
[src/mame/video]tia.c tia.h
[src/mess/drivers]a2600.c

r370 Thursday 10th May, 2007 at 11:34:37 UTC by Nathan Woods
[Windows GUI] Sync with MAME32
[src/osd/windows/ui]win32ui.c

r369 Wednesday 9th May, 2007 at 04:02:59 UTC by Nathan Woods
1. Prep for next dev cycle

2. [Windows GUI] Sync with MAME32
[docs]messnew.txt
[src]version.c
[src/osd/windows/ui]mame32.rc properties.c screenshot.c screenshot.h

r368 Monday 7th May, 2007 at 10:20:38 UTC by Curt Coder
[STUDIO2] Update comments and add proper rom names
[src/mess/drivers]studio2.c

r367 Sunday 6th May, 2007 at 23:13:11 UTC by Nathan Woods
1. [Windows] Fixed bug #1161

2. [Windows GUI] Fixed bug #1159
[src/mess/osd/windows]menu.c
[src/osd/windows/ui]win32ui.c

r366 Sunday 6th May, 2007 at 20:39:38 UTC by Justin Kerk
Finish half-complete conversion of lynx and lynxa to BIOS system
[src/mess]messdriv.c
[src/mess/drivers]lynx.c

r365 Sunday 6th May, 2007 at 16:45:46 UTC by Nathan Woods
Updated to MAME 0.115 core
[ROOT]whatsnew.txt
[docs]messnew.txt
[src]version.c
[src/emu/cpu/arm7]arm7core.c arm7dasm.c arm7exec.c
[src/emu/cpu/m6805]m6805.c m6805.h
[src/emu/cpu/tms34010]34010ops.c
[src/emu/cpu/z80]z80.c
[src/emu/sound]k007232.c
[src/mame]mame.mak mamedriv.c
[src/mame/drivers]40love.c 8080bw.c arkanoid.c bigevglf.c bublbobl.c buggychl.c changela.c coinmstr.c ddragon.c enigma2.c flstory.c gdrawpkr.c lkage.c lsasquad.c matmania.c maxaflex.c mexico86.c msisaac.c mustache.c namcoic.c nycaptor.c pipeline.c pitnrun.c pmpoker.c pushman.c qix.c raiders5.c retofinv.c seibuspi.c slapfght.c sstrangr.c* superqix.c taitosj.c toaplan1.c ttmahjng.c xain.c
[src/mame/includes]8080bw.h lazercmd.h qix.h
[src/mame/layout]goldnpkr.lay* pmpoker.lay* pottnpkr.lay*
[src/mame/machine]avalnche.c qix.c
[src/mame/video]8080bw.c avalnche.c clayshoo.c crtc6845.c crtc6845.h lazercmd.h minivadr.c qix.c raiders5.c spiders.c ttmahjng.c
[src/osd/windows]window.c

r364 Sunday 6th May, 2007 at 16:21:24 UTC by Wilbert Pol
[GAMEBOY] Some more lcd_int state handling improvements.
[src/mess/video]gb.c

r363 Sunday 6th May, 2007 at 14:27:33 UTC by Nathan Woods
[Windows GUI] Fixed #1159 again, and sync with MAME32
[src/osd/windows/ui]audit32.c m32opts.c

r362 Sunday 6th May, 2007 at 13:33:54 UTC by Wilbert Pol
[GAMEBOY] Improved STAT state interrupt checking and handling, fixes Altered Space intro. Stat mode 0 and 3 are now also based on the number of sprites on a line.
[src/mess/video]gb.c

r361 Sunday 6th May, 2007 at 13:26:47 UTC by Dirk Best
[VTECH1] Fixed stupid bug introduced in the last snapshot code update, cleaned up video code and ran srcclean.exe on the files.
[src/mess/drivers]vtech1.c
[src/mess/includes]vtech1.h
[src/mess/machine]vtech1.c
[src/mess/video]vtech1.c

r360 Saturday 5th May, 2007 at 23:58:46 UTC by Dirk Best
[M6847] Fixed border colors for systems that use a custom palette.
[docs]messnew.txt
[src/mess/video]m6847.c

r359 Saturday 5th May, 2007 at 22:21:08 UTC by Dirk Best
[VTECH1] Fixed snapshot loading on big-endian systems and added correct interrupt emulation.
[docs]messnew.txt
[src/mess/drivers]vtech1.c
[src/mess/machine]vtech1.c
[src/mess/video]vtech1.c

r358 Saturday 5th May, 2007 at 21:52:51 UTC by Nathan Woods
[Windows GUI] Sync with MAME32
[src/osd/windows/ui]m32opts.c m32util.c

r357 Saturday 5th May, 2007 at 19:54:42 UTC by Nathan Woods
[Windows GUI] Fixed bug #1157
[src/osd/windows/ui]m32util.c m32util.h properties.c

r356 Saturday 5th May, 2007 at 18:52:38 UTC by Nathan Woods
[Windows GUI] Fixed RAM combo box (bug #1157)
[src/mess/osd/windows/ui]propertiesms.c

r355 Saturday 5th May, 2007 at 03:08:00 UTC by Nathan Woods
1. [Windows GUI] Sync with MAME32

2. Removed "DRIVER(gba)" from messdriv (Arbee...)
[src/mess]messdriv.c
[src/osd/windows/ui]m32opts.c win32ui.c

r354 Saturday 5th May, 2007 at 02:06:44 UTC by R. Belmont
[MAC] Add Mac Classic. Won't boot yet due to 8530 SCC trouble.
[src/mess]messdriv.c
[src/mess/drivers]mac.c
[src/mess/includes]mac.h
[src/mess/machine]mac.c

r353 Friday 4th May, 2007 at 23:52:17 UTC by Nathan Woods
[Windows GUI] Progress on bug #1157
[src/mess/osd/windows/ui]optionsms.c propertiesms.c propertiesms.h
[src/osd/windows/ui]datamap.c properties.c

r352 Friday 4th May, 2007 at 14:02:54 UTC by Nathan Woods
[Windows GUI] More work on the per-system software list
[src/mess/osd/windows/ui]propertiesms.c

r351 Friday 4th May, 2007 at 13:40:14 UTC by Nathan Woods
[Windows GUI] Worked on fixing breakage on properties software list (bug #1157)
[src/mess/osd/windows/ui]propertiesms.c propertiesms.h
[src/osd/windows/ui]properties.c properties.h

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team