Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r14150 Tuesday 24th January, 2012 at 08:53:53 UTC by Miodrag Milanović
Sync with MAME r15134 (no whatsnew)
[src/mame]mame.lst
[src/mame/drivers]cham24.c eolith.c eolithsp.c famibox.c fcrash.c jpmimpct.c maygay1b.c multigam.c neodrvr.c nexus3d.c playch10.c pluto5.c psikyo.c twincobr.c vsnes.c
[src/mame/includes]eolith.h eolithsp.h
[src/mame/machine]playch10.c steppers.c vsnes.c
[src/mame/video]cps1.c mcatadv.c n8080.c namcos1.c playch10.c psikyo.c taito_b.c taito_f2.c taito_f3.c taito_l.c vsnes.c

r14149 Tuesday 24th January, 2012 at 08:39:40 UTC by Miodrag Milanović
Added DMF support in pc_dsk (no whatsnew)
[src/lib/formats]pc_dsk.c

r14148 Tuesday 24th January, 2012 at 07:43:40 UTC by Miodrag Milanović
Added skeleton:
Apricot FT//ex 486 (J3 Motherboard) [Kaylee]
Apricot FTs (Panther Rev F 1.02.26) [Kaylee]
[src/mess]mess.lst
[src/mess/drivers]at.c

r14147 Tuesday 24th January, 2012 at 07:03:10 UTC by Miodrag Milanović
Tools compile fix thanks to qmc2 (nw)
[src/mess/tools/imgtool]imgtool.mak
[src/mess/tools/imgtool/windows]wimgtool.mak

r14146 Monday 23rd January, 2012 at 22:12:33 UTC by Angelo Salese
Added preliminary CGA and mono modes, doesn't work due of an array corruption bug
[src/emu/video]pc_vga.c
[src/lib/formats]flopimg.c

r14145 Monday 23rd January, 2012 at 21:42:10 UTC by Olivier Galibert
flopimg.h: docbookified documentation [balrog]
[src/lib/formats]flopimg.h

r14144 Monday 23rd January, 2012 at 20:56:48 UTC by Olivier Galibert
err, sorry
[src/emu/machine]ncr539x.c

r14143 Monday 23rd January, 2012 at 20:55:36 UTC by Olivier Galibert
next: checkpoint (nw)
[src/emu]delegate.h emu.mak
[src/emu/machine]am8530h.c am8530h.h mccs1850.c mccs1850.h ncr539x.c
[src/mess]mess.mak
[src/mess/drivers]next.c
[src/mess/includes]next.h
[src/mess/machine]mb8795.c mb8795.h n82077aa.c n82077aa.h ncr5390.c ncr5390.h nextkbd.c nextkbd.h nextmo.c nextmo.h

r14142 Monday 23rd January, 2012 at 20:55:32 UTC by Olivier Galibert
m68fpu: Accept some more variants of fsave/frestore [O. Galibert]
[src/emu/cpu/m68000]m68kfpu.c

r14141 Monday 23rd January, 2012 at 20:53:25 UTC by Olivier Galibert
placeholders
[src/mess/machine]mb8795.c* mb8795.h* ncr5390.c* ncr5390.h* nextmo.c* nextmo.h*

r14140 Monday 23rd January, 2012 at 16:10:44 UTC by Curt Coder
Fixed compile. (nw)
[src/mame/video]ppu2c0x.c

r14139 Monday 23rd January, 2012 at 12:29:16 UTC by Fabio Priuli
ppu2c0x: converted NES PPU to be a modern device. [Fabio Priuli]
[src/mame/video]ppu2c0x.c ppu2c0x.h
[src/mess/drivers]nes.c
[src/mess/includes]nes.h
[src/mess/machine]nes.c nes_pcb.c
[src/mess/video]nes.c

r14138 Monday 23rd January, 2012 at 12:20:07 UTC by Curt Coder
[WANGPC] WIP. (nw)
[src/mess/drivers]wangpc.c
[src/mess/includes]wangpc.h

r14137 Monday 23rd January, 2012 at 11:40:15 UTC by Curt Coder
[PC1512] Connected DMA to ISA bus. (nw)
[src/mess/drivers]pc1512.c
[src/mess/includes]pc1512.h

r14136 Monday 23rd January, 2012 at 11:17:22 UTC by Robbbert
AIM65: added cassette interface (but it doesn't work)
[src/mess/drivers]aim65.c
[src/mess/includes]aim65.h
[src/mess/video]aim65.c

r14135 Monday 23rd January, 2012 at 09:31:11 UTC by Miodrag Milanović
Sync with MAME r15118 (no whatsnew) note: pc_vga and floppy ui support not overwritten
[ROOT]makefile
[src/emu]video.c
[src/emu/drivers]xtal.h
[src/emu/sound]samples.c
[src/emu/video]polynew.h
[src/lib]lib.mak
[src/lib/libflac]libflac++* libflac++.mak* libflac.mak*
[src/lib/libflac/include]flac++*
[src/lib/libflac/include/flac]all.h* assert.h* callback.h* export.h* format.h* metadata.h* ordinals.h* stream_decoder.h* stream_encoder.h*
[src/lib/libflac/include/flac++]all.h* decoder.h* encoder.h* export.h* metadata.h*
[src/lib/libflac/include/private]all.h* bitmath.h* bitreader.h* bitwriter.h* cpu.h* crc.h* fixed.h* float.h* format.h* lpc.h* md5.h* memory.h* metadata.h* stream_encoder_framing.h* window.h*
[src/lib/libflac/include/protected]all.h* stream_decoder.h* stream_encoder.h*
[src/lib/libflac/include/share]alloc.h* utf8.h*
[src/lib/libflac/libflac]bitmath.c* bitreader.c* bitwriter.c* cpu.c* crc.c* fixed.c* float.c* format.c* lpc.c* md5.c* memory.c* metadata_iterators.c* metadata_object.c* stream_decoder.c* stream_encoder.c* stream_encoder_framing.c* window.c*
[src/lib/libflac/libflac++]metadata.cpp* stream_decoder.cpp* stream_encoder.cpp*
[src/lib/util]cdrom.h chd.c chd.h
[src/mame]mame.lst mame.mak
[src/mame/drivers]asuka.c bbusters.c champbwl.c crystal.c dec8.c dreamwld.c dynduke.c galpanic.c gberet.c gts80a.c hvyunit.c popobear.c* raiden.c s11c.c sandscrp.c seta.c slapfght.c snowbros.c taito.c twin16.c wwfwfest.c
[src/mame/includes]gberet.h
[src/mame/video]airbustr.c armedf.c baraduke.c bionicc.c blktiger.c bosco.c commando.c cps1.c crshrace.c deco_mlc.c djboy.c dooyong.c exedexes.c galaga.c gaplus.c gng.c konamigx.c ladybug.c lastduel.c macrossp.c model1.c mw8080bw.c namcos86.c othldrby.c pgm.c psikyo.c psikyosh.c redclash.c seta.c sidearms.c snk6502.c srumbler.c taotaido.c tceptor.c tigeroad.c tmnt.c tnzs.c toaplan1.c toki.c twincobr.c tx1.c
[src/osd/sdl]sdlsocket.c
[src/tools]chdman.c tools.mak

r14134 Monday 23rd January, 2012 at 08:56:57 UTC by Curt Coder
[WANGPC] Keyboard WIP. (nw)
[src/mess/drivers]wangpc.c
[src/mess/includes]wangpc.h
[src/mess/machine]wangpckb.c wangpckb.h

r14133 Monday 23rd January, 2012 at 08:01:04 UTC by Barry Rodewald
i386: Stopped IOPL from changed by IRET when CPL is not zero.
[src/emu/cpu/i386]i386.c

r14132 Monday 23rd January, 2012 at 06:51:22 UTC by Fabio Priuli
softlst: minor fixes. no whatsnew.
[hash]intv.xml intvecs.xml snes.xml

r14131 Monday 23rd January, 2012 at 02:52:55 UTC by Robbbert
AIM65: Fixed view name.
[artwork]aim65.zip

r14130 Monday 23rd January, 2012 at 02:50:47 UTC by Robbbert
AIM65: modernised.
[src/mess/drivers]aim65.c
[src/mess/includes]aim65.h
[src/mess/machine]aim65.c
[src/mess/video]aim65.c

r14129 Monday 23rd January, 2012 at 01:30:57 UTC by Barry Rodewald
i386: Made stack limit checks better handle the difference between 16 and 32-bit stacks in IRET and RETF.
[src/emu/cpu/i386]i386.c

r14128 Sunday 22nd January, 2012 at 23:38:11 UTC by Angelo Salese
Minor update to VGA, print a popmessage if CGA / MONO modes are selected
[src/emu/video]pc_vga.c

r14127 Sunday 22nd January, 2012 at 22:45:19 UTC by Angelo Salese
Minor MPU-401 notes
[src/mess/machine]isa_mpu401.c

r14126 Sunday 22nd January, 2012 at 22:39:20 UTC by Barry Rodewald
i386: Further page fault work. Windows 3.1 can now run in 386 enhanced mode. [Carl]
[src/emu/cpu/i386]i386.c i386priv.h

r14125 Sunday 22nd January, 2012 at 21:20:25 UTC by Curt Coder
[WANGPC] WIP. (nw)
[src/mess/machine]wangpckb.c wangpckb.h

r14124 Sunday 22nd January, 2012 at 21:17:16 UTC by Angelo Salese
Fix i/o bus to return active low instead of active high for anything that isn't actually mapped, fixes bogus recognitions (for example joystick recognized in Doom even if a game port is unmapped)
[src/mess/drivers]at.c

r14123 Sunday 22nd January, 2012 at 19:58:09 UTC by R. Belmont
fix 64-bit GCC compile (nw)
[src/emu]uiimage.c

r14122 Sunday 22nd January, 2012 at 19:11:12 UTC by Olivier Galibert
floppy: Do specific UI handling [O. Galibert]
[src/emu]diimage.c diimage.h emu.h uiimage.c uiimage.h
[src/emu/imagedev]floppy.c floppy.h
[src/lib/formats]dfi_dsk.c flopimg.c flopimg.h mfi_dsk.c

r14121 Sunday 22nd January, 2012 at 16:17:11 UTC by Wilbert Pol
isa_mda.c: Refactored some functions into methods. (nw)
[src/mess/video]isa_mda.c isa_mda.h

r14120 Sunday 22nd January, 2012 at 11:07:35 UTC by Robbbert
Arcadia: modernised.
[src/mess/audio]arcadia.c
[src/mess/drivers]arcadia.c
[src/mess/includes]arcadia.h vc4000.h
[src/mess/video]arcadia.c

r14119 Sunday 22nd January, 2012 at 10:40:22 UTC by Barry Rodewald
i386: Reworked stack segment limit checks to add basic support for expand-down
segments, and added limit checks to PUSH and POP. [Barry Rodewald]
Fix for limit wrap and selector 0 in the LDT. Added more privileged
instruction checks, divide by zero traps. [Carl]
[src/emu/cpu/i386]i386.c i386op16.c i386op32.c i386ops.c

r14118 Sunday 22nd January, 2012 at 09:35:12 UTC by Curt Coder
[WANGPC] WIP. (nw)
[src/mess/machine]wangpckb.c

r14117 Sunday 22nd January, 2012 at 08:52:33 UTC by Robbbert
VC4000: modernised. Fixed video regression from r13996, 14055.
[src/mess/audio]vc4000.c
[src/mess/drivers]vc4000.c
[src/mess/includes]vc4000.h
[src/mess/video]vc4000.c

r14116 Sunday 22nd January, 2012 at 04:09:48 UTC by Robbbert
MSX: modernised
[src/mess/drivers]msx.c
[src/mess/includes]msx.h
[src/mess/machine]msx.c

r14115 Saturday 21st January, 2012 at 15:25:43 UTC by Nathan Woods
Made code selection in the 'input' debugger command case insensitive
[src/emu]ioport.c

r14114 Saturday 21st January, 2012 at 14:46:47 UTC by Angelo Salese
Added skeleton for ISA MPU-401, just to realize that those ports aren't checked anymore by Heroes of Might & Magic ...?
[src/mess]mess.mak
[src/mess/drivers]at.c genpc.c ibmpc.c
[src/mess/includes]at.h
[src/mess/machine]isa_mpu401.c* isa_mpu401.h*

r14113 Saturday 21st January, 2012 at 14:14:11 UTC by Angelo Salese
Added a safety check for CRTC, fixes debug assert
[src/emu/video]pc_vga.c

r14112 Saturday 21st January, 2012 at 09:08:47 UTC by Barry Rodewald
i386: Fixed stack segment limit checking for IRET and RETF instructions.
Added segment register checks for LDS/LES/LFS/LGS instructions.
Corrected exception error codes that returned a segment selector to
include the local/global bit. [Barry Rodewald]
Fix for JCXZ instruction. [Carl]
[src/emu/cpu/i386]i386.c i386op16.c i386op32.c

r14111 Saturday 21st January, 2012 at 09:08:39 UTC by Curt Coder
[WANGPC] WIP. (nw)
[src/mess/drivers]wangpc.c
[src/mess/includes]wangpc.h

r14110 Saturday 21st January, 2012 at 08:57:31 UTC by Curt Coder
[WANGPC] WIP. (nw)
[src/mess/drivers]wangpc.c
[src/mess/machine]wangpckb.c wangpckb.h

r14109 Saturday 21st January, 2012 at 07:39:45 UTC by Fabio Priuli
nes: fixed longstanding regression in 4screen mirroring games (e.g. Gauntlet) [Fabio Priuli]
[src/mess/machine]nes.c
[src/mess/video]nes.c

r14108 Friday 20th January, 2012 at 14:57:56 UTC by Angelo Salese
Cliprect boundary checks for VGA
[src/emu/video]pc_vga.c

r14107 Friday 20th January, 2012 at 14:00:54 UTC by Curt Coder
Added Intersil IM6402 UART emulation. (nw)
[src/emu]emu.mak
[src/emu/machine]im6402.c* im6402.h*
[src/mess/drivers]kyocera.c wangpc.c
[src/mess/includes]kyocera.h wangpc.h

r14106 Friday 20th January, 2012 at 11:44:37 UTC by Fabio Priuli
sms.xml: added new dump from SMSPower. no whatsnew.
[hash]sms.xml

r14105 Friday 20th January, 2012 at 11:03:51 UTC by Barry Rodewald
i386: Fixed STR and SLDT instructions.
[src/emu/cpu/i386]i386op16.c i386op32.c

r14104 Friday 20th January, 2012 at 09:20:48 UTC by Curt Coder
[WANGPC] Added bus interface. (nw)
[src/mess]mess.mak
[src/mess/drivers]wangpc.c
[src/mess/includes]wangpc.h
[src/mess/machine]wangpcbus.c* wangpcbus.h*

r14103 Friday 20th January, 2012 at 08:34:17 UTC by Curt Coder
[WANGPC] WIP. (nw)
[src/mess/drivers]wangpc.c
[src/mess/includes]wangpc.h
[src/mess/machine]wangpckb.c wangpckb.h

r14102 Friday 20th January, 2012 at 00:21:03 UTC by Sandro Ronco
New not working system: Boris Diplomat. [Sean Riddle, Justin Kerk]
[src/mess]mess.lst mess.mak
[src/mess/drivers]chesstrv.c
[src/mess/layout]borisdpl.lay*

r14101 Thursday 19th January, 2012 at 23:15:16 UTC by Fabio Priuli
missed this in my previous commit. no whatsnew.
[hash]ibm5170.xml

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team