Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r9409 Sunday 17th October, 2010 at 23:46:53 UTC by Angelo Salese
[Mega CD]: putted hock commands behind a timer, fixes an issue with stop all command
[src/mame/drivers]megadriv.c

r9408 Sunday 17th October, 2010 at 21:54:13 UTC by Angelo Salese
[Mega CD]: Improved RAM mode 1 behaviour [David Haywood]
[src/mame/drivers]megadriv.c

r9407 Sunday 17th October, 2010 at 20:03:03 UTC by Angelo Salese
[Mega CD]: Improved dmna / ret behaviour, you can now enter into the cd player menu [David Haywood]
[src/mame/drivers]megadriv.c

r9406 Sunday 17th October, 2010 at 19:34:02 UTC by R. Belmont
[MAC] Corrected ASC interrupt storm on IIci, IIci now doesn't lock up on sound.
[src/emu/sound]asc.c

r9405 Sunday 17th October, 2010 at 18:52:25 UTC by R. Belmont
[MAC] CLeanups, greatly improved V8-type support (LC2, Classic II both stick on Egret now), improved LC III support, and improved ASC FIFO mode (SoundTrecker plays recognizable MODs now & several games sounded OK).
[src/emu/sound]asc.c asc.h
[src/mess/audio]mac.c
[src/mess/drivers]mac.c
[src/mess/includes]mac.h
[src/mess/machine]mac.c
[src/mess/video]mac.c

r9404 Sunday 17th October, 2010 at 10:59:39 UTC by Robbbert
[MBEE] Added motor line, bit more tidy up.
[src/mess/drivers]mbee.c
[src/mess/machine]mbee.c

r9403 Sunday 17th October, 2010 at 08:37:55 UTC by Robbbert
Fixed a couple of buffer overflows.
[src/mess/video]mbee.c super80.c

r9402 Sunday 17th October, 2010 at 07:39:04 UTC by Robbbert
[MBEE] Disks enabled on all disk bees, ready to go once the fdc is fixed.
[src/mess/drivers]mbee.c
[src/mess/includes]mbee.h
[src/mess/machine]mbee.c

r9401 Sunday 17th October, 2010 at 05:36:56 UTC by Robbbert
mbee - little more tidyup. Super80v - remove unneeded routine.
[src/mess/video]mbee.c super80.c

r9400 Sunday 17th October, 2010 at 04:31:08 UTC by Robbbert
[MBEE] cleanup of sy6545 code closer to completion. Edasm keyboard no longer locks up. 128k monitor works. Fixed small characters showing when they shouldn't.
[src/mess/drivers]mbee.c
[src/mess/video]mbee.c

r9399 Saturday 16th October, 2010 at 18:00:34 UTC by Wilbert Pol
emuaaloc.h: Force inlining of MAME's new and delete operators.
[src/emu]emualloc.h

r9398 Saturday 16th October, 2010 at 14:11:57 UTC by Robbbert
[MBEE] First step in converting to use mame mc6845 device.
[src/mess/drivers]mbee.c
[src/mess/includes]mbee.h
[src/mess/video]mbee.c

r9397 Saturday 16th October, 2010 at 12:30:16 UTC by Robbbert
[SUPER80] super80v - removed an unused variable
[src/mess/video]super80.c

r9396 Saturday 16th October, 2010 at 11:00:34 UTC by Miodrag Milanović
Sync with MAME (Curt work is not overwritten with this)
[src/emu]devintrf.h emualloc.h emuopts.c emuopts.h render.c render.h video.c video.h
[src/emu/debugint]debugint.c
[src/emu/machine]intelfsh.c microtch.c
[src/osd/sdl]osdsdl.h sdlmain.c video.c
[src/osd/windows]video.c windows.mak winmain.c winmain.h
[src/osd/winui]properties.c

r9395 Saturday 16th October, 2010 at 09:03:15 UTC by Miodrag Milanović
Fixed tools compile
[src/mess/tools/messtest]testmess.c

r9394 Saturday 16th October, 2010 at 08:34:04 UTC by Miodrag Milanović
Forgot to remove one file
[artwork]van16.zip

r9393 Saturday 16th October, 2010 at 08:24:47 UTC by Miodrag Milanović
Removed Mephisto Vancouver 16 Bit driver on contributor request
[docs]messnew.txt
[src/mess]mess.mak messdriv.c
[src/mess/drivers]vancouver.c

r9392 Friday 15th October, 2010 at 14:55:20 UTC by Angelo Salese
[Mega CD]: Updated notes [David Haywood]
[src/mame/drivers]megadriv.c

r9391 Friday 15th October, 2010 at 13:56:42 UTC by Tafoid
Eliminated byte order mark from beginning of mboard.h - UTF-8 files should not have these. [Balrog]
[src/mess/machine]mboard.h

r9390 Friday 15th October, 2010 at 11:26:18 UTC by Angelo Salese
[Mega CD]: added RF5C164 sound using RF5C68 core, doesn't sync up correctly on SegaCD, but otherwise sounds reasonable. Maybe the clock is wrong.
[src/mame/drivers]megadriv.c

r9389 Friday 15th October, 2010 at 09:36:30 UTC by Angelo Salese
[Mega CD]: Added irq 3 hook-up, allows Mega CD EU and JP versions to animate [David Haywood]
[src/mame/drivers]megadriv.c

r9388 Friday 15th October, 2010 at 09:13:08 UTC by Curt Coder
Converted all drivers except cosmicos.c to use the new COSMAC CPU. Regressions: studio2 graphics, pecom64 keyboard. These will be fixed later.

[COSMAC] Fixed OUT instruction.
[CDP1869] Added pal_ntsc_r function.
[CDP1871] Added da_r, rpt_r functions and used ASSERT/CLEAR line in interface.
[src/emu/cpu/cosmac]cosmac.c
[src/emu/sound]cdp1869.c cdp1869.h
[src/mess/audio]cdp1863.c vp550.c
[src/mess/drivers]comx35.c elf.c eti660.c pecom.c studio2.c tmc1800.c tmc2000e.c tmc600.c
[src/mess/formats]comx35_comx.c
[src/mess/includes]comx35.h elf.h eti660.h pecom.h studio2.h tmc1800.h tmc600.h vip.h
[src/mess/machine]cdp1871.c cdp1871.h comx35.c pecom.c
[src/mess/video]comx35.c pecom.c tmc1800.c tmc600.c

r9387 Friday 15th October, 2010 at 04:05:44 UTC by Miodrag Milanović
New System Drivers Supported:
-----------------------------
- Mephisto MM2 [Ralf Schaefer]
- Mephisto Vancouver 16 Bit [Ralf Schaefer]

-Enable the chess board emulation for the following exitsting emulations.
glasgow (was already exiting, just
renewed),dallas,dallas16,dallas32,amsted,roma32,mm4,mm5,mm50,rebel5

- the mephisto chess board is defined as a machine (mboard).
- to reduce the artwork files glasgow, amsterd and mm4 are defined as PARENTS.
[artwork]amsterd.zip dallas.zip dallas16.zip dallas32.zip glasgow.zip mm4.zip mm5.zip mm50.zip rebel5.zip roma32.zip van16.zip*
[docs]messnew.txt
[src/mess]mess.mak messdriv.c
[src/mess/drivers]glasgow.c mephisto.c vancouver.c*
[src/mess/machine]mboard.c* mboard.h*

r9386 Friday 15th October, 2010 at 03:37:01 UTC by Robbbert
Fixed hec2hrx crash on exit that was reported by Tafoid. mbee small tidyup.
[src/mess/drivers]hec2hrp.c
[src/mess/machine]mbee.c

r9385 Thursday 14th October, 2010 at 21:03:01 UTC by Tafoid
Haze: Clamp Roz stuff to 24-bit, seems to fix the remaining issues with the Sega logos.
[src/mame/drivers]megadriv.c

r9384 Thursday 14th October, 2010 at 20:26:27 UTC by Tafoid
Haze: Fixed use of the sign bits on the SegaCD Roz parameters, improves the SegaCD intro rotations etc. which now appear correct.
[src/mame/drivers]megadriv.c

r9383 Thursday 14th October, 2010 at 15:39:40 UTC by Wilbert Pol
OSX compile fix.
[src/osd/sdl]debugosx.m

r9382 Thursday 14th October, 2010 at 14:05:56 UTC by Wilbert Pol
Removed unused variable.
[src/mess/drivers]vip.c

r9381 Thursday 14th October, 2010 at 12:35:02 UTC by Curt Coder
[CDP1802] Refactored the RCA CDP1802 CPU into a C++ device (COSMAC). The old CDP1802 will coexist until all drivers are refactored to use the new implementation.
[VIP] Refactored driver to define ADDRESS_MAP_MODERN and use the new RCA COSMAC CPU.
[docs]messnew.txt
[src/emu/cpu]cpu.mak
[src/emu/cpu/cosmac]cosdasm.c* cosmac.c* cosmac.h*
[src/mess]mess.mak
[src/mess/drivers]vip.c
[src/mess/includes]vip.h

r9380 Thursday 14th October, 2010 at 10:43:02 UTC by Angelo Salese
[Mega CD]: Done some work to allow Sega CD logo animations [David Haywood]
[src/mame/drivers]megadriv.c

r9379 Thursday 14th October, 2010 at 08:58:28 UTC by Nathan Woods
Updated to MAME 0.139u4 core
[docs]messnew.txt
[src/emu]cheat.c crsshair.c debugger.c devintrf.h emualloc.c emualloc.h emucore.h info.c inptport.c machine.c machine.h memory.c render.c render.h rendersw.c rendfont.c rendfont.h rendlay.c rendlay.h softlist.c sound.c ui.c ui.h uigfx.c uiimage.c uimenu.c video.c video.h
[src/emu/cpu/adsp2100]adsp2100.c
[src/emu/cpu/m68000]m68kmmu.h
[src/emu/cpu/sh2]sh2comn.c sh2comn.h
[src/emu/debug]debugcmd.c debugcon.c debugcpu.c
[src/emu/debugint]debugint.c
[src/emu/drivers]empty.c
[src/emu/machine]er2055.c er2055.h intelfsh.c ldcore.c x2212.c x2212.h z80dma.c
[src/emu/sound]asc.c asc.h psx.c psx.h
[src/emu/video]v9938.c vector.c
[src/lib/util]png.c
[src/mame]mame.mak mamedriv.c
[src/mame/audio]cps3.c exidy.c flower.c geebee.c gomoku.c gridlee.c leland.c phoenix.c pleiads.c pleiads.h polepos.c redbaron.c seibu.c tiamc1.c tx1.c warpwarp.c wiping.c
[src/mame/drivers]ampoker2.c ataxx.c avt.c* berzerk.c bzone.c ccastles.c cdi.c cloud9.c clshroad.c cps2.c cps3.c csplayh5.c* dualgame.c* exidy.c firefox.c flower.c foodf.c goldnpkr.c gomoku.c gridlee.c hitme.c hornet.c konamigq.c konamigv.c ksys573.c leland.c lgp.c liberatr.c mazerbla.c megadriv.c mirage.c moo.c mustache.c mw8080bw.c namcos10.c namcos11.c namcos12.c namcos2.c naomi.c naughtyb.c neodrvr.c neogeo.c niyanpai.c nsmpoker.c* omegrace.c pgm.c phoenix.c polepos.c puckpkmn.c raiden2.c segaorun.c segas16b.c segas18.c starwars.c subsino.c taito_b.c taitogn.c tiamc1.c tickee.c tmnt.c tomcat.c twinkle.c tx1.c vamphalf.c vicdual.c victory.c viper.c vpoker.c vsnes.c warpwarp.c wiping.c yunsun16.c zn.c zr107.c
[src/mame/includes]bzone.h ccastles.h cdi.h* cloud9.h cps3.h exidy.h flower.h foodf.h gomoku.h gridlee.h leland.h liberatr.h moo.h mustache.h phoenix.h polepos.h psx.h raiden2.h starwars.h tiamc1.h tx1.h warpwarp.h wiping.h
[src/mame/machine]atari_vg.c atarigen.c atarigen.h cdi070.c* cdi070.h* cdicdic.c* cdicdic.h* cdislave.c* cdislave.h* cps2crpt.c fddebug.c leland.c naomibd.c psx.c seicop.c starwars.c
[src/mame/video]amiga.c deco16ic.c leland.c liberatr.c mcd212.c* mcd212.h* naughtyb.c neogeo.c phoenix.c psx.c solomon.c ssv.c taito_f3.c tx1.c
[src/mess]mess.mak
[src/mess/devices]cassette.c
[src/mess/drivers]psx.c
[src/mess/osd/windows]menu.c
[src/osd/osdmini]minimain.c
[src/osd/sdl]debugwin.c draw13.c drawogl.c drawsdl.c dview.c video.c window.c window.h
[src/osd/windows]debugwin.c drawd3d.c drawdd.c drawgdi.c drawnone.c video.c window.c window.h

r9378 Thursday 14th October, 2010 at 08:12:36 UTC by Robbbert
[MBEE] mbee256 - fixed keyboard.
[src/mess/drivers]mbee.c
[src/mess/machine]mbee.c

r9377 Wednesday 13th October, 2010 at 21:32:49 UTC by Barry Rodewald
[SCSIBUS] Fixed get_scsi_line() function.
[src/mess/machine]scsibus.c

r9376 Wednesday 13th October, 2010 at 20:51:00 UTC by Tafoid
Minor filename fixes for hash/vectrex.xml
[hash]vectrex.xml

r9375 Wednesday 13th October, 2010 at 20:50:52 UTC by Tim Lindner
Added call to cartslot.c that will load the metadata for an image. PCB type will be correctly matched.
[docs]messnew.txt
[src/mess/devices]cartslot.c

r9374 Wednesday 13th October, 2010 at 16:22:25 UTC by Wilbert Pol
8237dma.c: Initialize the command register to 0 on reset.
[src/emu/machine]8237dma.c

r9373 Wednesday 13th October, 2010 at 16:18:24 UTC by Wilbert Pol
[AT Family] Hooked dma controller #1 hrq output line to dma controller #2 dreq0 input line.
[src/mess/machine]at.c

r9372 Wednesday 13th October, 2010 at 14:43:18 UTC by Wilbert Pol
[AT Drivers] Fixed asserts.
[src/mess/machine]at.c

r9371 Wednesday 13th October, 2010 at 12:31:13 UTC by Angelo Salese
[PC-6001]: Added more accurate MC6847 colors for NEC PC-6001 too [Ensjo]
[src/mess/drivers]pc6001.c

r9370 Wednesday 13th October, 2010 at 11:17:54 UTC by Curt Coder
[HD61830] Refactored into a C++ device.
[POFO] Refactored driver to define ADDRESS_MAP_MODERN.
[docs]messnew.txt
[src/mess/drivers]kyocera.c micronic.c portfoli.c
[src/mess/includes]kyocera.h micronic.h portfoli.h
[src/mess/video]hd61830.c hd61830.h kyocera.c

r9369 Wednesday 13th October, 2010 at 11:15:32 UTC by Curt Coder
Introduced more accurate MC6847 palette. [Ensjo]
[src/mess/video]m6847.c

r9368 Wednesday 13th October, 2010 at 10:25:16 UTC by Robbbert
[MBEE] Moved non-video routines from video to machine. Added TODO notes. 128k - added banking and the proper rom.
[src/mess/drivers]mbee.c
[src/mess/includes]mbee.h
[src/mess/machine]mbee.c
[src/mess/video]mbee.c

r9367 Tuesday 12th October, 2010 at 22:39:59 UTC by Angelo Salese
Fix for MAME side of things
[src/mame/drivers]megadriv.c

r9366 Tuesday 12th October, 2010 at 22:21:50 UTC by Angelo Salese
[Mega CD]: more works with the video buffers [David Haywood]
[src/mame/drivers]megadriv.c

r9365 Tuesday 12th October, 2010 at 11:22:39 UTC by Robbbert
[MBEE] mbee256 - added banked memory, now has 256k of ram. Fixed speed of flashing text.
[src/mess/drivers]mbee.c
[src/mess/includes]mbee.h
[src/mess/machine]mbee.c
[src/mess/video]mbee.c

r9364 Tuesday 12th October, 2010 at 10:36:07 UTC by Curt Coder
[POFO] Typed in chargen ROM from technical manual, now showing proper characters.
[HD61830] Added support for external character generator ROM.
[docs]messnew.txt
[src/mess/drivers]kyocera.c micronic.c portfoli.c
[src/mess/video]hd61830.c hd61830.h kyocera.c

r9363 Tuesday 12th October, 2010 at 06:11:32 UTC by Curt Coder
[TT030] Fixed input port related crash.
[src/mess/drivers]atarist.c

r9362 Monday 11th October, 2010 at 21:54:02 UTC by Angelo Salese
[Mega CD]: Basic CD-ROM loading (nothing yet works)
[src/mame/drivers]megadriv.c

r9361 Monday 11th October, 2010 at 17:11:56 UTC by Angelo Salese
[Mega CD] stamp operation now puts some mame_rand pixels in the destination address.. which you can see get copied to the sega cd bios screen [David Haywood]
[src/mame/drivers]megadriv.c

r9360 Monday 11th October, 2010 at 14:00:20 UTC by Angelo Salese
[Mega CD]: Some progresses with stampmaps [David Haywood]
[src/mame/drivers]megadriv.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team