Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r6223 Friday 30th October, 2009 at 16:21:18 UTC by Dirk Best
[TF20] Various updates, starts to read its OS from floppy now
[src/mess/machine]tf20.c

r6222 Friday 30th October, 2009 at 16:16:54 UTC by Dirk Best
[UPD765] Some fixes to avoid crashes when accessing unconnected drives
[src/mess/machine]upd765.c

r6221 Friday 30th October, 2009 at 16:13:33 UTC by Dirk Best
[Z80] Check for NOP in IM0
[src/emu/cpu/z80]z80.c

r6220 Friday 30th October, 2009 at 14:17:46 UTC by Curt Coder
[KYOCERA] Renamed olivm10 to m10, simplified HD44102 interface, and converted HD61830 to use an internal address space for video RAM.
[src/mess]messdriv.c
[src/mess/drivers]kyocera.c
[src/mess/includes]kyocera.h
[src/mess/video]hd44102.c hd44102.h hd61830.c hd61830.h kyocera.c

r6219 Friday 30th October, 2009 at 12:58:52 UTC by Curt Coder
[TIKI100] Cleanup.
[src/mess/drivers]tiki100.c

r6218 Friday 30th October, 2009 at 04:54:34 UTC by Justin Kerk
[AT586] Hooked up VGA video, shows something now.
[docs]messnew.txt
[src/mess/drivers]at.c

r6217 Thursday 29th October, 2009 at 23:14:59 UTC by Angelo Salese
[PC98]: Updated notes
[src/mess/drivers]pc98.c

r6216 Thursday 29th October, 2009 at 11:54:17 UTC by Dirk Best
Fixed compile issue
[src/mess/drivers]mikromik.c
[src/mess/machine]upd7201.c upd7201.h

r6215 Thursday 29th October, 2009 at 11:23:47 UTC by Dirk Best
[TF20] Connected µPD7201
[src/mess/machine]tf20.c tf20.h upd7201.c upd7201.h

r6214 Thursday 29th October, 2009 at 05:58:03 UTC by Fabio Priuli
[newui] Fixed bug #1878
[docs]messnew.txt
[src/mess/osd/windows]menu.c

r6213 Thursday 29th October, 2009 at 03:54:19 UTC by Justin Kerk
[PC] Add .360 file extension (used by Tand-Em).
[src/mess/formats]pc_dsk.c

r6212 Thursday 29th October, 2009 at 03:03:13 UTC by Justin Kerk
[AT] Hooked up VGA video to at386 and at486. The usefulness is somewhat limited by the drivers' other issues, but the latter will boot certain graphical boot disks.
[docs]messnew.txt
[src/mess/drivers]at.c
[src/mess/machine]at.c

r6211 Thursday 29th October, 2009 at 00:46:17 UTC by R. Belmont
[MAC] Improved ADB implementation to cooperate with driver in 6.0.8.
[src/mess/machine]mac.c

r6210 Wednesday 28th October, 2009 at 23:22:09 UTC by Angelo Salese
[ApricotF1]: Implemented some basic stuff
[src/mess/drivers]act.c

r6209 Wednesday 28th October, 2009 at 22:10:38 UTC by R. Belmont
SCSIHD: fix crashes for drive slots that have no disk.
[src/emu/machine]scsihd.c

r6208 Wednesday 28th October, 2009 at 20:15:33 UTC by Fabio Priuli
[COCO] I think this should fix the Tandy HiRes interface for good.
[src/mess/machine]coco.c

r6207 Wednesday 28th October, 2009 at 14:32:49 UTC by Curt Coder
[Z80DART] Refactored interface to use devcb more.
[src/mess/drivers]abc80x.c tiki100.c
[src/mess/machine]z80dart.c z80dart.h

r6206 Wednesday 28th October, 2009 at 14:06:40 UTC by Curt Coder
[COSMICOS] Added memory protect switch, and save state support. Promoted to working.
[docs]messnew.txt
[src/mess/drivers]cosmicos.c
[src/mess/includes]cosmicos.h

r6205 Wednesday 28th October, 2009 at 13:38:10 UTC by Fabio Priuli
[COCO] Hopefully improved CoCo3 Max Hi-Res interface inputs
[src/mess/machine]coco.c

r6204 Wednesday 28th October, 2009 at 07:51:26 UTC by Fabio Priuli
various updates to messnew.txt
[docs]messnew.txt

r6203 Wednesday 28th October, 2009 at 07:35:07 UTC by Fabio Priuli
[CDTV] Fixed Turrican 1 & 2 problem which was crashing MESS (due to incorrect CIA handler)
[src/mess/drivers]amiga.c

r6202 Wednesday 28th October, 2009 at 03:52:31 UTC by R. Belmont
NCR5380: drop /REQ briefly each 512 bytes of a transfer. Required by MacOS.
[src/mess/machine]ncr5380.c

r6201 Wednesday 28th October, 2009 at 03:51:02 UTC by R. Belmont
[MAC] Many updates.
- Fixed ID readbacks for all models
- Fixed SCSI handshake on Mac II and later machines
- Fixed ADB timing to specs; prevents hangs of System >6.0.3 on ADB systems
and improves mouse pointer smoothness
- Complete emulation of SE/30 on-board video and RasterOps 264 ColorBoard
[src/mess/drivers]mac.c
[src/mess/includes]mac.h
[src/mess/machine]mac.c
[src/mess/video]mac.c

r6200 Wednesday 28th October, 2009 at 03:44:00 UTC by R. Belmont
Mirroring M68k changes checked in to MAME.
[src/emu/cpu/m68000]m68k_in.c m68kdasm.c m68kfpu.c

r6199 Wednesday 28th October, 2009 at 03:09:31 UTC by Harmony
[PALM] Split debugging code off into a separate file, and removed erroneously-added GAME_NO_SOUND from working Palm drivers. [Harmony]
[src/mess/drivers]palm.c palm_dbg.c*

r6198 Wednesday 28th October, 2009 at 02:19:43 UTC by Harmony
[IP22] Fixed crashiness in Indy driver; boot tune works, and you can get in and mess around in the boot menus. [Harmony]
[src/mess/drivers]ip22.c

r6197 Tuesday 27th October, 2009 at 21:42:03 UTC by R. Belmont
CHDMAN: -createuncomphd option creates an uncompressed writeable harddisk CHD
[src/tools]chdman.c

r6196 Tuesday 27th October, 2009 at 14:24:00 UTC by Miodrag Milanović
[TVC] Added keyboard and fixed memory mapping
[src/mess/drivers]tvc.c

r6195 Tuesday 27th October, 2009 at 12:00:25 UTC by Robbbert
[GAMECOM] Added crosshairs. Added mouseclick for stylus touch. Can confirm that all menu items (except calculator) are working. The game Lights Out also works.
[src/mess/drivers]gamecom.c

r6194 Tuesday 27th October, 2009 at 10:06:33 UTC by Dirk Best
Rename nec765 to upd765
[src/mess]mess.mak
[src/mess/devices]flopdrv.h
[src/mess/drivers]amstrad.c at.c bebox.c bw12.c compis.c elwro800.c kc.c mikromik.c nanos.c nc.c newbrain.c pc.c pc8801.c pcw.c pcw16.c prof80.c px4.c pyl601.c qx10.c sg1000.c sord.c specpls3.c x68k.c
[src/mess/includes]amstrad.h bw12.h compis.h kc.h newbrain.h pc8801.h prof80.h sg1000.h
[src/mess/machine]amstrad.c at.c compis.c kc.c nec765.c nec765.h pc.c pc8801.c pc_fdc.c pc_fdc.h pf10.c tf20.c upd765.c* upd765.h*
[src/mess/video]x68k.c

r6193 Tuesday 27th October, 2009 at 09:26:18 UTC by Dirk Best
[CENTRONICS] Use device_find_child_by_tag()
[src/mess/machine]ctronics.c

r6192 Tuesday 27th October, 2009 at 00:43:51 UTC by Harmony
[CDI] Backing out my previous change - causes The Apprentice to hang in its game intro. [Harmony]
[src/mess/drivers]cdi.c

r6191 Tuesday 27th October, 2009 at 00:36:18 UTC by Harmony
[CDI] Added CDDA support. [Harmony]
[src/mess/drivers]cdi.c

r6190 Monday 26th October, 2009 at 10:28:15 UTC by Fabio Priuli
[CDTV] Fixed CDTV (it was crashing due to some CDDA change)
[src/mess/machine]amigacd.c matsucd.c matsucd.h

r6189 Sunday 25th October, 2009 at 17:21:33 UTC by Angelo Salese
[PC98]: added a kludge to a ppi testing, bios now crashes due of missing verr/verw implementation
[src/mess/drivers]pc98.c

r6188 Sunday 25th October, 2009 at 13:17:55 UTC by Robbbert
[JAGUAR] Connected the TV system switch to the correct bit.
[src/mess/drivers]jaguar.c

r6187 Sunday 25th October, 2009 at 12:51:47 UTC by Robbbert
[GAMECOM] Added some DMA for carts. Some games look better, while some crash MESS.
[src/mess/drivers]gamecom.c
[src/mess/includes]gamecom.h
[src/mess/machine]gamecom.c

r6186 Sunday 25th October, 2009 at 11:58:58 UTC by Nathan Woods
Updated to MAME 0.134u4 core
[docs]messnew.txt
[src/emu]devcb.c drawgfxm.h info.c memory.c profiler.c
[src/emu/cpu/dsp56k]dsp56def.h dsp56k.c dsp56k.h dsp56mem.c dsp56ops.c dsp56pcu.c
[src/emu/cpu/e132xs]e132xs.c e132xsop.c
[src/emu/cpu/h6280]6280dasm.c
[src/emu/cpu/h83002]h8_16.c h8periph.c
[src/emu/cpu/i860]i860dis.c
[src/emu/cpu/m68000]m68kmake.c
[src/emu/cpu/s2650]s2650.c
[src/emu/cpu/tlcs90]tlcs90.c
[src/emu/cpu/z180]z180.c z180op.c z180tbl.h
[src/emu/machine]scsihd.c
[src/emu/sound]cdp1864.c cdp1864.h disc_dev.c disc_flt.c disc_mth.c disc_wav.c discrete.c discrete.h nes_apu.c tms5110.c tms5220.c
[src/lib/util]astring.c
[src/mame]mame.mak mamedriv.c
[src/mame/audio]8080bw.c bzone.c cchasm.c cinemat.c dkong.c firetrk.c galaxian.c hitme.c madalien.c mario.c mw8080bw.c norautp.c poolshrk.c senjyo.c skyraid.c sprint2.c sprint4.c starshp1.c taito_en.c triplhnt.c turbo.c vicdual.c
[src/mame/drivers]1942.c amaticmg.c appoooh.c astrocde.c asuka.c battlane.c battlera.c beaminv.c bfm_sc2.c bingor.c bionicc.c bladestl.c blockout.c bublbobl.c bzone.c cave.c cbuster.c cchasm.c chihiro.c cinemat.c circusc.c combatsc.c cosmic.c cps1.c cps2.c crimfght.c crystal.c dec8.c deco156.c deco_mlc.c dgpix.c djboy.c dlair.c drmicro.c dynax.c ertictac.c esripsys.c exprraid.c firebeat.c forte2.c gaiden.c galaxian.c galdrvr.c ggconnie.c* goldstar.c gradius3.c gstriker.c guab.c homerun.c hshavoc.c hvyunit.c hyperspt.c igs017.c itech8.c itgambl2.c itgambl3.c kchamp.c ksayakyu.c ksys573.c ladybug.c m90.c mainsnk.c mappy.c maygayv1.c mazerbla.c mediagx.c megadriv.h megaplay.c megatech.c megazone.c mikie.c mirderby.c* model2.c moo.c mouser.c mw8080bw.c namcofl.c namcos23.c naomi.c nbmj9195.c niyanpai.c norautp.c nss.c opwolf.c othldrby.c pgm.c pipeline.c plygonet.c popeye.c portrait.c powerbal.c quasar.c re900.c rockrage.c rollrace.c sbasketb.c segae.c segahang.c segamsys.h segaorun.c segas16a.c segas16b.c segas18.c segas24.c segaxbd.c seta.c sf.c sidearms.c skyfox.c skykid.c slapshot.c snesb.c sslam.c ssrj.c starcrus.c starfire.c stepstag.c stv.c tagteam.c tatsumi.c tecmosys.c thief.c toki.c topspeed.c toypop.c travrusa.c trucocl.c tumblep.c vamphalf.c vigilant.c wecleman.c welltris.c xybots.c zaxxon.c
[src/mame/includes]atari.h cchasm.h galaxian.h gstriker.h itech8.h kaneko16.h m92.h namcos21.h naomi.h nmk16.h norautp.h segas24.h seta.h skyraid.h snes.h system16.h tecmosys.h
[src/mame/machine]arkanoid.c asic65.c atari.c cps2crpt.c dc.c decoprot.c gdcrypt.c mcr.c n64.c namcos2.c naomibd.c s16fd.c s24fd.c slikshot.c snes.c stvprot.c tecmosys.c
[src/mame/video]atari.c cave.c cidelsa.c cischeat.c cps1.c dc.c deco16ic.c esd16.c gaiden.c goldstar.c gstriker.c kaneko16.c ladyfrog.c lethal.c m92.c midzeus.c midzeus2.c model3.c nmk16.c ppu2c0x.c seta.c snes.c suna8.c system16.c taito_b.c taito_z.c toaplan1.c toaplan2.c vball.c vrender0.c vrender0.h welltris.c zaxxon.c
[src/tools]ldverify.c romcmp.c src2html.c unidasm.c

r6185 Sunday 25th October, 2009 at 10:06:47 UTC by Robbbert
Update to messnew
[docs]messnew.txt

r6184 Sunday 25th October, 2009 at 06:58:33 UTC by Harmony
Whatsnew comment
[docs]messnew.txt

r6183 Sunday 25th October, 2009 at 04:51:17 UTC by Robbbert
[JAGUAR] Simulate the protection check instead of hacking it out.
[src/mess/drivers]jaguar.c

r6182 Sunday 25th October, 2009 at 01:51:54 UTC by Barry Rodewald
[PC98] Added slave PIC.
[src/mess/drivers]pc98.c

r6181 Saturday 24th October, 2009 at 21:26:10 UTC by Nathan Woods
Cleanups [Atari Ace]
[docs]messnew.txt
[src/mess/devices]ti99cart.c
[src/mess/drivers]v1050.c
[src/mess/includes]fm7.h gba.h super80.h ti85.h
[src/mess/machine]amigakbd.c gdrom.c llc.c pc_hdc.c serial.c thomson.c ti85.c vectrex.c
[src/mess/osd/winui]layoutms.c
[src/mess/video]pc1403.c vc4000.c
[src/osd/winui]dialogs.c directories.h layout.c mui_opts.c properties.c treeview.c treeview.h winui.c

r6180 Saturday 24th October, 2009 at 16:44:22 UTC by Harmony
[CDI] Hiding the LCD / VFD display now that emulation is more stable. [Harmony]
[src/mess/drivers]cdi.c

r6179 Saturday 24th October, 2009 at 10:51:40 UTC by Harmony
Fixes the build, forgot to add new helper function "attotime_is_never"
[src/emu]attotime.h

r6178 Saturday 24th October, 2009 at 10:43:24 UTC by Harmony
[CDI] Ported over some CDIC behavior from CD-i Emulator. Audio should be much more stable. End results include:
- Games should be less crash-y when doing audio DMA
- Richard Scarry's Best Neighborhood Disc Ever! no longer hangs
- Battleship is much more stable
- Hotel Mario now has sound effects
[src/mess/drivers]cdi.c

r6177 Friday 23rd October, 2009 at 19:20:29 UTC by Wilbert Pol
[LASER350/500/700] Updated driver to use standard floppy macros.
[src/mess/drivers]vtech2.c
[src/mess/includes]vtech2.h
[src/mess/machine]vtech2.c

r6176 Friday 23rd October, 2009 at 12:29:42 UTC by Miodrag Milanović
Removed not used SYSTEM_CONFIG_START blocks and optimized existing
[src/mess/drivers]abc80x.c atarist.c comquest.c exelv.c ip22.c ti99_2.c xerox820.c

r6175 Friday 23rd October, 2009 at 09:25:23 UTC by Miodrag Milanović
Removed XMODEM implementation from serial, was not used, and it should be implemented inside machine software not a MESS code
[docs]messnew.txt
[src/mess/drivers]abc80x.c atarist.c bw2.c newbrain.c
[src/mess/machine]nc.c serial.c serial.h thomson.c

r6174 Friday 23rd October, 2009 at 07:17:03 UTC by Harmony
[N64] Ported numerous fixes over from Mupen64's software rasterizer et al, some games appear considerably improved [Harmony]
[src/mame/includes]n64.h
[src/mame/machine]n64.c
[src/mame/video]n64.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team