Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r14400 Thursday 9th February, 2012 at 10:36:13 UTC by Miodrag Milanović
Sync with MAME r15344 (no whatsnew)
[src/emu]emu.mak
[src/emu/drivers]xtal.h
[src/emu/machine]idectrl.c idectrl.h nscsi_bus.c* nscsi_bus.h* nscsi_cd.c* nscsi_cd.h* nscsi_hd.c* nscsi_hd.h*
[src/mame]mame.lst mame.mak
[src/mame/drivers]30test.c 8080bw.c calchase.c chihiro.c cobra.c djmain.c funkball.c gamecstl.c jaguar.c kinst.c kungfur.c mediagx.c midqslvr.c midvunit.c qdrmfgp.c queen.c savquest.c seattle.c taitogn.c taitowlf.c twinkle.c vegas.c viper.c xtom3d.c zn.c
[src/mame/layout]30test.lay kungfur.lay*
[src/mess/drivers]apple2.c bebox.c
[src/mess/machine]isa_ide.c
[src/mess/machine/ti99]tn_ide.c

r14399 Thursday 9th February, 2012 at 10:06:52 UTC by Barry Rodewald
Very preliminary ISA Gravis Ultrasound device. Warning: sound output is not
perfect. [Barry Rodewald]
[src/mess/drivers]at.c
[src/mess/includes]at.h
[src/mess/machine]isa_gus.c* isa_gus.h*

r14398 Wednesday 8th February, 2012 at 22:25:12 UTC by Fabio Priuli
a800.xml: added a few new dumps, on behalf of k1w1. no whatsnew.
[hash]a800.xml

r14397 Wednesday 8th February, 2012 at 22:14:56 UTC by Fabio Priuli
softlist: first quest for the consistency... no whatsnew.

this set of changes tries to improve setname consistency with MAME and/or across different lists.
in progress lists (cpc, saturn and x68k) haven't been touched.

if any list creator prefers some specific old name, be my guest and change it back but *please* change accordingly
also all other sets sharing the same name and their clones.
[hash]32x.xml a2600.xml a5200.xml a7800.xml a800.xml advision.xml apfm1000.xml apple1.xml apple2gs.xml arcadia.xml c64_cart.xml channelf.xml coco_cart.xml coleco.xml famicom_flop.xml fm77av.xml fm7_cass.xml fm7_disk.xml gameboy.xml gamegear.xml gba.xml gbcolor.xml gx4000.xml ibmpcjr_cart.xml intv.xml jaguar.xml lynx.xml megacd.xml megacdj.xml megadriv.xml msx1_cart.xml msx2_cart.xml mz2500.xml n64.xml nes.xml ngpc.xml pc8801_flop.xml pce.xml pcecd.xml pv1000.xml pv2000.xml scv.xml segacd.xml sg1000.xml sgx.xml sms.xml snes.xml svision.xml tg16.xml vc4000.xml vectrex.xml vg5k.xml vic10.xml vic1001_cart.xml vidbrain.xml wscolor.xml wswan.xml x1_cass.xml x1_flop.xml xegs.xml

r14396 Wednesday 8th February, 2012 at 21:56:13 UTC by Curt Coder
[C64] Re-added Super Explode! cartridge support, some graphics issues though. (nw)
[src/mess]mess.mak
[src/mess/machine]c64_super_explode.c* c64_super_explode.h* c64_vw64.c cbmipt.c cbmipt.h

r14395 Wednesday 8th February, 2012 at 21:23:44 UTC by Barry Rodewald
i386: Added trap flag support for Second Reality [Carl]
[src/emu/cpu/i386]i386.c i386priv.h

r14394 Wednesday 8th February, 2012 at 21:16:01 UTC by Curt Coder
[C64] Re-added VizaWrite 64 cartridge support. (nw)
[src/mess]mess.mak
[src/mess/machine]c64_silverrock.c c64_vw64.c* c64_vw64.h* c64exp.c cbmipt.c cbmipt.h

r14393 Wednesday 8th February, 2012 at 20:56:27 UTC by Wilbert Pol
isa_mda.c: Refactored the hercules code a bit to use some more c++ features. (nw)
[src/mess/video]isa_mda.c isa_mda.h

r14392 Wednesday 8th February, 2012 at 20:56:07 UTC by Angelo Salese
Fixed regression with at486, and fixed vram size, makes Alien Breed vertical scrolling to work properly
[src/emu/video]pc_vga.c

r14391 Wednesday 8th February, 2012 at 20:18:43 UTC by Wilbert Pol
isa_mda.c: Refactored the code a little bit, also added pixel stream implementation for the hercules card. (nw)
[src/mess/video]isa_mda.c isa_mda.h

r14390 Wednesday 8th February, 2012 at 20:05:54 UTC by Wilbert Pol
isa_mda.c: Added (fake) implementation of the pixel stream bit in the status register. (nw)
[src/mess/video]isa_mda.c isa_mda.h

r14389 Wednesday 8th February, 2012 at 17:17:11 UTC by Angelo Salese
Various changes, preliminary implementation of RGB888 (still not working, at all)
[src/emu/video]pc_vga.c

r14388 Wednesday 8th February, 2012 at 14:04:07 UTC by Angelo Salese
Improved ET4k rgb8 detection [Carl]
[src/emu/video]pc_vga.c

r14387 Wednesday 8th February, 2012 at 11:17:58 UTC by Barry Rodewald
i386: Fixes for DOS4GW 1.97 [Carl]
[src/emu/cpu/i386]i386.c

r14386 Wednesday 8th February, 2012 at 03:49:25 UTC by R. Belmont
m68k: 68040 MMU improvements [O. Galibert] (nw - credited in MAME)
[src/emu/cpu/m68000]m68k_in.c m68kcpu.c m68kcpu.h m68kmmu.h

r14385 Wednesday 8th February, 2012 at 03:22:00 UTC by Angelo Salese
Added RGB16 for S3 video card, used by Grand Theft Auto title screen
[src/emu/video]pc_vga.c

r14384 Wednesday 8th February, 2012 at 01:32:21 UTC by Angelo Salese
First batch of S3 SVGA support
[src/emu/video]pc_vga.c pc_vga.h
[src/mess/video]isa_svga_s3.c

r14383 Wednesday 8th February, 2012 at 00:21:00 UTC by Tafoid
Cleanup of some observed #include redundancy from source files which use emu.h (nw)
[src/mess/audio]gmaster.c
[src/mess/drivers]gba.c gp2x.c gp32.c hp16500.c pce.c rmnimbus.c scv.c
[src/mess/includes]gamecom.h wswan.h
[src/mess/machine]990_tap.c a7800.c apple2.c atarifdc.c c16.c dgn_beta.c gb.c hp48.c intv.c lynx.c nc.c nes.c rmnimbus.c sms.c
[src/mess/machine/ti99]gromport.c
[src/mess/video]apple2.c gb.c gba.c gime.c rmnimbus.c

r14382 Tuesday 7th February, 2012 at 21:30:53 UTC by Curt Coder
[C64] Cleaned up cartridge interface. (nw)
[hash]c64_cart.xml
[src/mess/machine]c64_silverrock.c c64_silverrock.h c64_std.c c64_std.h c64_xl80.c c64_xl80.h c64exp.c c64exp.h

r14381 Tuesday 7th February, 2012 at 20:46:30 UTC by Curt Coder
[C64] Re-added Skaermtrolden Hugo cartridge support. (nw)
[hash]c64_cart.xml
[src/mess]mess.mak
[src/mess/machine]c64_silverrock.c* c64_silverrock.h* c64_std.c c64_std.h c64_xl80.h c64exp.c c64exp.h cbmipt.c cbmipt.h

r14380 Tuesday 7th February, 2012 at 20:41:19 UTC by Angelo Salese
Hooked up dummy functions for S3 SVGA card
[src/emu/video]pc_vga.c pc_vga.h
[src/mess/video]isa_svga_s3.c

r14379 Tuesday 7th February, 2012 at 20:04:08 UTC by Wilbert Pol
ibmpc.c:
- Added hercules and vga to list of ISA cards.
- ibm5150: Changed the number of ISA slots to 5.
- ibm5160: Changed the number of ISA slots to 8.
isa_mda.c:
- Prevent crashes when only mounting the hercules video card.
[src/mess/drivers]ibmpc.c
[src/mess/video]isa_mda.c

r14378 Tuesday 7th February, 2012 at 13:14:25 UTC by Miodrag Milanović
pocketc nvram handling (nw)
[src/mess/drivers]pocketc.c
[src/mess/includes]pc1251.h pc1350.h pc1401.h pc1403.h
[src/mess/machine]pc1251.c pc1350.c pc1401.c pc1403.c

r14377 Tuesday 7th February, 2012 at 11:34:59 UTC by Miodrag Milanović
ip22 removed redundant machine_start and add two nvram devices (nw)
[src/mess/drivers]ip22.c

r14376 Tuesday 7th February, 2012 at 11:27:17 UTC by Miodrag Milanović
few more (nw)
[src/mess/drivers]avigo.c px4.c
[src/mess/includes]avigo.h

r14375 Tuesday 7th February, 2012 at 11:18:10 UTC by Miodrag Milanović
More nvram cleanup, cybiko use device nvram saving so not needed here (nw)
[src/mess/drivers]cybiko.c pce.c px4.c
[src/mess/includes]cybiko.h pce.h
[src/mess/machine]cybiko.c pce.c

r14374 Tuesday 7th February, 2012 at 10:56:33 UTC by Miodrag Milanović
Use generic nvram device in few drivers instead of custom implementation (nw)
[src/mess/drivers]apple2gs.c cat.c gp32.c pce220.c wswan.c
[src/mess/includes]apple2gs.h wswan.h
[src/mess/machine]apple2gs.c wswan.c

r14373 Tuesday 7th February, 2012 at 09:59:46 UTC by Miodrag Milanović
Arcadia custom sound moved to c++ (nw)
[src/mess/audio]arcadia.c arcadia.h*
[src/mess/drivers]arcadia.c
[src/mess/includes]arcadia.h
[src/mess/video]arcadia.c

r14372 Tuesday 7th February, 2012 at 08:31:10 UTC by Miodrag Milanović
Sync with MAME r15330 (no whatsnew)
[src/emu]audit.c cheat.c clifront.c diexec.c diimage.c fileio.c info.c input.c machine.c mame.c memory.c rendlay.c romload.c schedule.c softlist.c sound.c speaker.c tilemap.c timer.c ui.c uiimage.c uiinput.c uimain.c uiswlist.c validity.c
[src/emu/cpu/mips]mips3.c mips3drc.c
[src/emu/cpu/powerpc]ppcdrc.c
[src/emu/cpu/rsp]rspdrc.c
[src/emu/cpu/sh2]sh2drc.c
[src/emu/debugint]debugint.c
[src/emu/drivers]empty.c
[src/emu/video]voodoo.c
[src/ldplayer]ldplayer.c
[src/lib]lib.mak
[src/mame/drivers]bntyhunt.c coolridr.c ddenlovr.c igspc.c pinkiri8.c
[src/mame/machine]irobot.c n64.c vectrex.c
[src/mame/video]artmagic.c buggychl.c dc.c itech32.c jaguar.c mcatadv.c midtunit.c midyunit.c ppu2c0x.c psikyosh.c segas32.c shangha3.c snes.c stvvdp2.c taito_b.c vertigo.c

r14371 Tuesday 7th February, 2012 at 07:29:07 UTC by Miodrag Milanović
Updated messnew to 0.145
[docs]messnew.txt

r14370 Tuesday 7th February, 2012 at 07:28:39 UTC by Miodrag Milanović
Cleanup (nw)
[hash]famicom_flop.xml
[src/emu/video]pc_vga.c
[src/lib]lib.mak
[src/mess/drivers]at.c c64.c vic10.c x1.c
[src/mess/includes]c64.h vic10.h
[src/mess/machine]3c503.c c64exp.c c64exp.h cbmipt.c cntr_covox.c cntr_covox.h docg3.h isa.c isa.h isa_aha1542.c isa_aha1542.h isa_ibm_mfc.c isa_ibm_mfc.h lynx.c pc_lpt.c pc_lpt.h svi318.c vic10exp.c vic10exp.h
[src/mess/machine/ti99]evpc.c hsgpl.c

r14369 Monday 6th February, 2012 at 22:10:57 UTC by Fabio Priuli
sms.xml: added new Korean dumps from SMSPower. no whatsnew.
famicom_flop.xml: fixed a few descriptions and added real support status + fixed attempt to read past the end of the disk in some games. no whatsnew.

Side note on the famicom disks: 90% of currently not working games fails due to lack of write-to-disk support, so you can continue an existing game but you can't start a new one...
In a sense, this is good news: when we eventually get to adding write support, compatibility should jump to almost full ;-)
[hash]famicom_flop.xml megadriv.xml sms.xml
[src/mess/machine]nes.c

r14368 Monday 6th February, 2012 at 20:49:16 UTC by Angelo Salese
Fully rewritten gc registers from scratch
[src/emu/video]pc_vga.c pc_vga.h
[src/mess/video]cirrus.c

r14367 Monday 6th February, 2012 at 20:20:29 UTC by Wilbert Pol
ioport.c: Made the key/paste buffer auto-expand when it becomes full. This makes it possible to paste larger BASIC programs for instance. [Wilbert Pol]
[src/emu]ioport.c

r14366 Monday 6th February, 2012 at 17:43:00 UTC by Curt Coder
Cleanup. (nw)
[src/emu/machine]pls100.c pls100.h

r14365 Monday 6th February, 2012 at 17:38:07 UTC by Curt Coder
Cleanup. (nw)
[src/emu/machine]pls100.h
[src/mess/drivers]c64.c

r14364 Monday 6th February, 2012 at 10:43:31 UTC by Miodrag Milanović
Fixed validation (nw)
[src/mess]mess_dev.lst
[src/mess/machine]isa_ibm_mfc.c isa_ibm_mfc.h

r14363 Monday 6th February, 2012 at 10:12:29 UTC by Miodrag Milanović
Added ISA IBM PC Music Feature Card [Phil Bennett]
[src/emu/drivers]xtal.h
[src/emu/machine]i8251.c
[src/mess]mess.mak
[src/mess/drivers]at.c genpc.c ibmpc.c
[src/mess/includes]at.h
[src/mess/machine]isa_ibm_mfc.c* isa_ibm_mfc.h*

r14362 Monday 6th February, 2012 at 08:51:50 UTC by Miodrag Milanović
Sync with MAME 0.145 (nw)
[ROOT]makefile
[src]version.c
[src/emu]diimage.c
[src/emu/machine]ctronics.c ctronics.h msm6242.c pls100.c pls100.h rtc65271.h
[src/emu/sound]samples.c
[src/emu/video]pc_vga.c
[src/lib]lib.mak
[src/mame]mame.lst mame.mak
[src/mame/audio]dsbz80.c wow.c
[src/mame/drivers]bmcpokr.c bntyhunt.c* calchase.c deco32.c esd16.c igspc.c midqslvr.c photoply.c shtzone.c stv.c tourvis.c truco.c vamphalf.c
[src/mame/layout]superchs.lay
[src/mame/machine]atari_vg.h
[src/mame/video]boogwing.c decocomn.c decospr.c n64.c rdptpipe.h

r14361 Monday 6th February, 2012 at 08:39:08 UTC by Miodrag Milanović
Added comment in 3c503 (nw)
[src/mess/machine]3c503.c

r14360 Monday 6th February, 2012 at 07:16:12 UTC by Fabio Priuli
removed fds headers from some disks, so that now sizes are consistent. no whatsnew.

if you want to use these headerless files with an emulator which requires the header, just follow the instructions
at the top of the xml file to create one (it's quite a silly header since it just contains the number of sides, which
could be retrieved as filesize/65500...)
[hash]famicom_flop.xml

r14359 Monday 6th February, 2012 at 00:37:07 UTC by Fabio Priuli
famicom: added a floppy disk softlist and updated the driver to use it. [Fabio Priuli]
[hash]famicom_flop.xml*
[src/mess/drivers]nes.c

r14358 Monday 6th February, 2012 at 00:20:56 UTC by Fabio Priuli
nes.xml: added missing info + some consistency fix. no whatsnew.
[hash]nes.xml

r14357 Monday 6th February, 2012 at 00:19:56 UTC by Fabio Priuli
sync with nointro. no whatsnew.
[hash]gameboy.xml gbcolor.xml

r14356 Monday 6th February, 2012 at 00:16:45 UTC by Fabio Priuli
added missing svn properties to a few lists.
[hash]sage2.xml tiki100.xml vic10.xml

r14355 Sunday 5th February, 2012 at 19:11:37 UTC by Wilbert Pol
isa_mda.c: Fix for crashes when no other video device is enabled. (nw)
[src/mess/video]isa_mda.c

r14354 Sunday 5th February, 2012 at 16:56:24 UTC by Curt Coder
Cleanup. (nw)
[src/emu/machine]pls100.c pls100.h

r14353 Sunday 5th February, 2012 at 15:48:08 UTC by Curt Coder
[C64] Implemented memory mapping via a 82S100 device that uses the actual PLA fusemap. [Curt Coder]
[src/emu]emu.mak
[src/emu/machine]pls100.c* pls100.h*
[src/mess/drivers]c64.c
[src/mess/includes]c64.h
[src/mess/machine]c64exp.h vic10exp.h

r14352 Sunday 5th February, 2012 at 10:09:32 UTC by Fabio Priuli
workaround for softlist images ending up with the wrong basename. this fixes problems with nvram and snap handling in softlist, and with the wrong names being displayed in the File Manager when softlist items are mounted. no whatsnew.
[src/emu]diimage.c

r14351 Sunday 5th February, 2012 at 09:58:49 UTC by Curt Coder
Fixed cmpro complaint. (nw)
[src/mess/drivers]next.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team