Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r14794 Thursday 22nd March, 2012 at 14:04:10 UTC by incog
New Casio PV-1000 dump (anondumper)
[hash]pv1000.xml

r14793 Thursday 22nd March, 2012 at 09:29:35 UTC by Fabio Priuli
pico.xml: new dumps [Team Europe]


out of whatsnew: I had apparently forgotten about this commit... sorry
[hash]pico.xml

r14792 Thursday 22nd March, 2012 at 07:56:57 UTC by Miodrag Milanović
Sync with MAME r15749 (no whatsnew)
[src/emu/cpu/arm7]arm7thmb.c
[src/mame]mame.lst
[src/mame/drivers]8080bw.c adp.c aerofgt.c alpha68k.c bfm_sc1.c bigstrkb.c bingo.c by35.c champbas.c chanbara.c cliffhgr.c cps1.c galaxian.c galdrvr.c goldnpkr.c gp_2.c gts80a.c hotstuff.c itech8.c jankenmn.c kyugo.c liberate.c midyunit.c mirax.c model2.c model3.c mrgame.c othldrby.c pgm.c play_2.c progolf.c pyson.c quasar.c seibuspi.c senjyo.c sfcbox.c sidepckt.c snk.c snowbros.c spinb.c toaplan2.c wiz.c
[src/mame/includes]galaxian.h pgm.h
[src/mame/layout]jankenmn.lay
[src/mame/machine]pgmcrypt.c r2crypt.c
[src/mame/video]cps1.c galaxian.c pgm.c

r14791 Thursday 22nd March, 2012 at 06:49:39 UTC by Fabio Priuli
nes.xml: new dumps from cah4e3. no whatsnew.
[hash]nes.xml
[src/mess/machine]nes_pcb.c nes_unif.c

r14790 Thursday 22nd March, 2012 at 06:49:10 UTC by Fabio Priuli
rm380z: fixed the timer scheduling so that it does not complain anymore about saving attempts after state registration is closed. no whatsnew.
[src/mess/includes]rm380z.h
[src/mess/machine]rm380z.c

r14789 Thursday 22nd March, 2012 at 06:47:17 UTC by Fabio Priuli
fixed validation
[hash]c64_cart.xml

r14788 Thursday 22nd March, 2012 at 03:23:39 UTC by R. Belmont
Mirroring SoftFloat and m68k fixes from MAME, credited in MAME. (nw)
[src/emu/cpu/m68000]m68k_in.c
[src/lib/softfloat]fsincos.c

r14787 Thursday 22nd March, 2012 at 03:20:23 UTC by R. Belmont
Apollo: do bounds checking on Ethernet packets [Hans Ostermeyer]
[src/mess/machine]3c505.c apollo_eth.c

r14786 Wednesday 21st March, 2012 at 20:04:48 UTC by Curt Coder
Fixed checksum. (nw)
[src/mess/drivers]c64.c

r14785 Wednesday 21st March, 2012 at 20:02:59 UTC by Curt Coder
[C64] Added several Kernal replacements, and extended the parallel cable support to 1571. [Curt Coder]
[src/mess/drivers]c64.c
[src/mess/machine]c1541.c c1541.h c1571.c c1571.h c64_bn1541.c c64_bn1541.h

r14784 Wednesday 21st March, 2012 at 10:46:30 UTC by Robbbert
misc notes etc.
[src/mess/drivers]pasopia.c pcm.c rm380z.c
[src/mess/includes]rm380z.h
[src/mess/machine]rm380z.c
[src/mess/video]rm380z.c

r14783 Tuesday 20th March, 2012 at 21:50:23 UTC by Curt Coder
[C64] Added some kernal replacements. (nw)
[src/mess/drivers]c64.c

r14782 Tuesday 20th March, 2012 at 21:39:57 UTC by Curt Coder
[C64] Added support for the SpeedDOS/Burst Nibbler 1541 parallel cable. SpeedDOS kernal replacement and FCopy III are somewhat working. E.g. "mess c64p -user bn1541 -flop fcopy3.d64" [Curt Coder]
[src/mess/drivers]c64.c
[src/mess/machine]c1541.c c64_bn1541.c

r14781 Tuesday 20th March, 2012 at 15:56:02 UTC by Curt Coder
Comment fix. (nw)
[src/mess/machine]c64_bn1541.h

r14780 Tuesday 20th March, 2012 at 15:49:35 UTC by Curt Coder
[C64] Added support for the geoCable Centronics cable. [Curt Coder]
[C64] Added preliminary support for the 1541 parallel cable. (nw)
[src/emu/machine]6526cia.c 6526cia.h
[src/mess]mess.mak
[src/mess/machine]c1541.c c1541.h c64_bn1541.c* c64_bn1541.h* c64_geocable.c* c64_geocable.h* c64user.h cbmipt.c cbmipt.h

r14779 Tuesday 20th March, 2012 at 15:42:42 UTC by Curt Coder
Added some carts. (nw)
[hash]c64_cart.xml plus4_cart.xml

r14778 Tuesday 20th March, 2012 at 14:55:30 UTC by Sandro Ronco
Fixed some more regressions. (nw)
[src/mess/drivers]pc100.c pc88va.c pockstat.c sgi_ip2.c supracan.c ti99_4p.c tsispch.c x68k.c
[src/mess/machine]amigacrt.c snescart.c
[src/mess/machine/ti99]tn_usbsm.c

r14777 Tuesday 20th March, 2012 at 12:06:53 UTC by Robbbert
Fixed keyboard on a few systems.
[src/mess/drivers]cd2650.c jupiter.c phunsy.c ptcsol.c
[src/mess/machine]rm380z.c

r14776 Tuesday 20th March, 2012 at 11:49:06 UTC by Robbbert
Replaced terminal with ascii keyboard where appropriate.
[src/mess/drivers]bigbord2.c cd2650.c h19.c ipds.c jupiter.c k8915.c okean240.c pasopia.c phunsy.c poly.c ptcsol.c rm380z.c tk80bs.c v6809.c z9001.c zrt80.c

r14775 Tuesday 20th March, 2012 at 10:48:23 UTC by Robbbert
Created a generic ascii keyboard (includes serial interface). Connected to 'pcm' driver.
[src/mess]mess.mak
[src/mess/drivers]pcm.c
[src/mess/machine]keyboard.c* keyboard.h*

r14774 Tuesday 20th March, 2012 at 02:20:40 UTC by R. Belmont
Correct several no-boot regressions from Judge's #14738 (nw)
[src/mess/drivers]apexc.c gba.c gp2x.c ng_aes.c

r14773 Monday 19th March, 2012 at 21:25:47 UTC by Curt Coder
[C64] Miscellanous cartridge fixes. (nw)
[C64] Added support for the XL 80 column cartridge. [Curt Coder]
[src/mess/machine]c64_4dxh.h c64_4ksa.h c64_4tba.h c64_final.c c64_final.h c64_final3.h c64_stardos.c c64_stardos.h c64_warp_speed.c c64_warp_speed.h c64_xl80.c c64_xl80.h

r14772 Monday 19th March, 2012 at 18:57:43 UTC by Curt Coder
[C64] Finalized Final Cartridge 3 support. (nw)
[src/mess/machine]c64_final3.c c64_final3.h

r14771 Monday 19th March, 2012 at 18:51:29 UTC by Curt Coder
[C64] Added support for the Digital Excess/Hitmen, Kingsoft, and Starbyte 4 player joystick interfaces. [Curt Coder]
[C64] Added preliminary support for the Final Cartridge III. [Curt Coder]
[src/mess]mess.mak
[src/mess/machine]c64_4cga.c c64_4cga.h c64_4dxh.c* c64_4dxh.h* c64_4ksa.c* c64_4ksa.h* c64_4tba.c* c64_4tba.h* c64_final3.c* c64_final3.h* c64_magic_formel.c c64_magic_formel.h c64_stardos.c c64_stardos.h c64_warp_speed.c c64_warp_speed.h cbmipt.c cbmipt.h

r14770 Monday 19th March, 2012 at 16:21:16 UTC by Sandro Ronco
Fixed TI89 regression. (nw)
[src/mess/drivers]ti89.c

r14769 Monday 19th March, 2012 at 12:32:25 UTC by Robbbert
Fixed numerous regressions caused by recent changes to the Terminal device. Note: Phunsy has some other regression as well, still needs to be fixed.
[src/mess/drivers]bigbord2.c cd2650.c h19.c ipds.c jupiter.c k8915.c okean240.c pasopia.c pcm.c phunsy.c poly.c ptcsol.c rm380z.c tk80bs.c v6809.c z9001.c zrt80.c

r14768 Sunday 18th March, 2012 at 18:31:51 UTC by Curt Coder
[C64] Added support for the Classical Games/Protovision 4 player joystick interface. [Curt Coder]
[hash]c64_cart.xml
[src/mess]mess.mak
[src/mess/machine]c64_4cga.c* c64_4cga.h* cbmipt.c cbmipt.h

r14767 Sunday 18th March, 2012 at 17:44:08 UTC by Curt Coder
[C64] Split carts properly. (nw)
[hash]c64_cart.xml vic10.xml vic1001_cart.xml
[src/mess/machine]c64_westermann.c

r14766 Sunday 18th March, 2012 at 11:38:24 UTC by Curt Coder
[C64] Split cart properly. (nw)
[hash]c64_cart.xml
[src/mess/machine]c64_super_games.c

r14765 Sunday 18th March, 2012 at 09:46:12 UTC by Curt Coder
[C64] Split cart properly. (nw)
[hash]c64_cart.xml

r14764 Sunday 18th March, 2012 at 09:39:03 UTC by Curt Coder
[C64] Added support for Kingsoft cartridges. [Curt Coder]
[hash]c64_cart.xml vic1001_cart.xml
[src/mess]mess.mak
[src/mess/machine]c64_kingsoft.c* c64_kingsoft.h* cbmipt.c cbmipt.h

r14763 Saturday 17th March, 2012 at 20:58:54 UTC by Curt Coder
[C64] Added some cart. (nw)
[hash]c64_cart.xml

r14762 Saturday 17th March, 2012 at 20:23:16 UTC by Curt Coder
[C64] Added some carts. (nw)
[hash]c64_cart.xml
[src/mess/formats]cbm_crt.h
[src/mess/machine]c64exp.c

r14761 Saturday 17th March, 2012 at 18:27:00 UTC by Curt Coder
[C64] Documentation fix. (nw)
[hash]c64_cart.xml

r14760 Friday 16th March, 2012 at 07:56:26 UTC by Fabio Priuli
a couple of updates. no whatsnew.
[hash]gamegear.xml n64.xml

r14759 Wednesday 14th March, 2012 at 22:44:16 UTC by Sandro Ronco
Fixed ti85 regression (nw)
[src/mess/machine]ti85.c

r14758 Wednesday 14th March, 2012 at 17:04:37 UTC by Miodrag Milanović
Sync with MAME r15703 (nw)
[src/emu/drivers]xtal.h
[src/mame]mame.lst mame.mak
[src/mame/drivers]bfm_sc2.c cninja.c galaxia.c goldnpkr.c jankenmn.c* maygay1b.c midyunit.c system1.c thepit.c zn.c
[src/mame/layout]jankenmn.lay* upndown.lay*
[src/mame/machine]seicop.c

r14757 Wednesday 14th March, 2012 at 08:52:50 UTC by Miodrag Milanović
Updated messnew to 145u4 (no whatsnew)
[docs]messnew.txt

r14756 Tuesday 13th March, 2012 at 20:46:09 UTC by Fabio Priuli
ibm5150.xml: added new dumps [k1w1, Kaylee]
[hash]ibm5150.xml

r14755 Tuesday 13th March, 2012 at 19:48:05 UTC by Fabio Priuli
a800.xml: added new dumps and verified more carts [k1w1]
[hash]a800.xml

r14754 Tuesday 13th March, 2012 at 19:46:53 UTC by Fabio Priuli
pico.xml: added new dumps [Team Europe]
[hash]pico.xml

r14753 Tuesday 13th March, 2012 at 07:39:47 UTC by Miodrag Milanović
two new revision of the megacdj bios [El Barto]
[src/mess/drivers]megadriv.c

r14752 Tuesday 13th March, 2012 at 02:20:02 UTC by R. Belmont
m68k: allow FPU instructions on '020 (it's possible to have an external 68881/882) and fix missing break; in the FPU [Hans Ostermeyer]

Apollo: various cleanups [Hans Ostermeyer, R. Belmont]
[src/emu/cpu/m68000]m68k_in.c m68kfpu.c
[src/mess/drivers]apollo.c
[src/mess/includes]apollo.h
[src/mess/layout]apollo_dsp.lay
[src/mess/machine]apollo.c apollo_eth.c apollo_kbd.c apollo_net.c

r14751 Monday 12th March, 2012 at 07:25:40 UTC by Miodrag Milanović
Synced MAME core files (no whatsnew)
[src/emu/cpu/powerpc]ppcdrc.c
[src/tools]unidasm.c

r14750 Monday 12th March, 2012 at 07:19:57 UTC by Miodrag Milanović
Fix apollo crash (no whatsnew)
[src/mess/machine]omti8621.c

r14749 Monday 12th March, 2012 at 07:06:50 UTC by Miodrag Milanović
Fix for ibmpcjr error [Carl]
[src/emu]diserial.c
[src/emu/machine]ins8250.c
[src/mess/machine]pc_joy.c

r14748 Sunday 11th March, 2012 at 18:08:49 UTC by Miodrag Milanović
Cleanup (nw)
[hash]c64_cart.xml trs80m2.xml
[src/mess/devices]appldriv.h
[src/mess/drivers]apexc.c atarist.c avigo.c cp1.c pdp1.c tm990189.c trs80m2.c tx0.c
[src/mess/includes]apollo.h hp48.h ti85.h trs80m2.h z88.h
[src/mess/machine]990_tap.c hp48.c i82371sb.c isa_ide_cd.c isa_ide_cd.h omti8621.c sc499.c smartmed.c smartmed.h trs80m2kb.c trs80m2kb.h x68k_hdc.c x68k_hdc.h
[src/mess/video]odyssey2.c

r14747 Sunday 11th March, 2012 at 17:43:03 UTC by Miodrag Milanović
Sync with MAME r15683 (nw)
[src]version.c
[src/emu]device.h save.h
[src/emu/cpu/i386]i386.c
[src/emu/cpu/lr35902]lr35902.c
[src/emu/cpu/m6502]ill02.h
[src/emu/cpu/m68000]m68kcpu.c
[src/emu/cpu/powerpc]ppcdrc.c
[src/emu/imagedev]flopdrv.c flopdrv.h
[src/emu/machine]ins8250.c nscsi_hd.c
[src/emu/sound]k054539.c k054539.h votrax.c votrax.h
[src/emu/video]bufsprite.h
[src/lib]lib.mak
[src/lib/util]cdrom.c
[src/mame]mame.lst
[src/mame/audio]gottlieb.c
[src/mame/drivers]armedf.c bbusters.c bfm_sc1.c bionicc.c blktiger.c boogwing.c cninja.c commando.c crshrace.c darkseal.c dassault.c dec8.c deco32.c gottlieb.c lastduel.c m90.c megatech.c namcops2.c naomi.c neodrvr.c popobear.c pyson.c seibuspi.c taitotz.c tnzs.c undrfire.c
[src/mame/includes]actfancr.h armedf.h bbusters.h bionicc.h exedexes.h galaga.h gng.h gottlieb.h hcastle.h lwings.h m92.h sidearms.h

r14746 Sunday 11th March, 2012 at 17:17:06 UTC by Miodrag Milanović
Sync with MAME r15681 (nw)
[src/emu/cpu/powerpc]ppcdrc.c
[src/mame/drivers]namcos22.c popobear.c
[src/mame/includes]namcos22.h

r14745 Sunday 11th March, 2012 at 17:04:12 UTC by Sandro Ronco
z88: Added support for flash cartridge. (nw)
[src/mess]mess.mak
[src/mess/drivers]z88.c
[src/mess/includes]z88.h
[src/mess/machine]z88_flash.c* z88_flash.h* z88_ram.h z88_rom.h z88cart.h

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team