The MESS SVN has been merged into the MAME SVN.
| Previous 50 | 15994 Revisions | Next 50 |
| r7418 Thursday 18th February, 2010 at 12:09:26 UTC by Curt Coder |
|---|
| [SUPER80] Fixed PIO regression. |
| [src/emu/machine] | z80pio.c |
| [src/mess/drivers] | super80.c |
| [src/mess/includes] | super80.h |
| [src/mess/machine] | super80.c |
| r7417 Thursday 18th February, 2010 at 11:34:38 UTC by Wilbert Pol |
|---|
| v30mz: Increased max_instruction_bytes. |
| [src/emu/cpu/v30mz] | v30mz.c |
| r7416 Thursday 18th February, 2010 at 11:00:45 UTC by Miodrag Milanović |
|---|
| Some compiler fixes (can someone check vtect1) |
| [src/mess/drivers] | fmtowns.c vtech1.c |
| [src/mess/formats] | a26_cas.c trs_cas.c |
| [src/mess/machine] | kay_kbd.c |
| r7415 Thursday 18th February, 2010 at 09:52:11 UTC by Robbbert |
|---|
| [KAYPRO] Fixed regression of kaypro4p88 |
| [src/mess/drivers] | kaypro.c |
| r7414 Thursday 18th February, 2010 at 09:47:46 UTC by Robbbert |
|---|
| [KAYPRO] Fixed regression of omni2 |
| [src/mess/drivers] | kaypro.c |
| r7413 Thursday 18th February, 2010 at 08:43:17 UTC by Fabio Priuli |
|---|
| Imported from MAME: Fixed Z80CTC read handler [Tim Schuerewegen] This should fix SordM5 cassettes |
| [src/emu/machine] | z80ctc.c |
| r7412 Thursday 18th February, 2010 at 07:31:19 UTC by Curt Coder |
|---|
| [Z80PIO] Fixed mode 3 interrupts. |
| [src/emu/machine] | z80pio.c |
| r7411 Wednesday 17th February, 2010 at 23:42:24 UTC by Firewave |
|---|
| [TI99] fixed typo in CRC check |
| [src/mess/formats] | ti99_dsk.c |
| r7410 Wednesday 17th February, 2010 at 23:36:05 UTC by Firewave |
|---|
| [MESSUI] fixed some VS2008 linker issues |
| [src/osd/winui] | columnedit.c winui.c |
| r7409 Wednesday 17th February, 2010 at 22:59:59 UTC by Stefano Priore |
|---|
| Compile fix |
| [src/mess/formats] | d64_dsk.c |
| r7408 Wednesday 17th February, 2010 at 22:56:51 UTC by Stefano Priore |
|---|
| Fined .SNP loading. Added support for FLASH bit in .SP formats |
| [src/mess/formats] | spec_snqk.c |
| r7407 Wednesday 17th February, 2010 at 22:15:50 UTC by Fabio Priuli |
|---|
| [CBM] Added support for d64 images with sector error codes (preliminary?) |
| [src/mess/formats] | d64_dsk.c |
| r7406 Wednesday 17th February, 2010 at 21:02:33 UTC by Wilbert Pol |
|---|
| Fix compile error |
| [src/emu/sound] | mos6560.c |
| r7405 Wednesday 17th February, 2010 at 20:19:36 UTC by Firewave |
|---|
| [M6847] Avoid shadowed variable |
| [src/mess/video] | m6847.c |
| r7404 Wednesday 17th February, 2010 at 20:18:19 UTC by Firewave |
|---|
| [MESSUI] Fixed array length passed into functions |
| [src/osd/winui] | picker.c properties.c |
| r7403 Wednesday 17th February, 2010 at 20:17:08 UTC by Firewave |
|---|
| [MESSUI] Avoid shadowed variables |
| [src/osd/winui] | dialogs.c mui_opts.c properties.c winui.c |
| r7402 Wednesday 17th February, 2010 at 20:14:05 UTC by Firewave |
|---|
| [MESSUI] use proper returnvalue type |
| [src/mess/osd/winui] | messui.c propertiesms.c softwarepicker.c |
| [src/osd/winui] | dialogs.c picker.c tabview.c winui.c |
| r7401 Wednesday 17th February, 2010 at 20:00:12 UTC by Firewave |
|---|
| [GBA] removed duplicated device lookup |
| [src/mess/drivers] | gba.c |
| r7400 Wednesday 17th February, 2010 at 18:35:46 UTC by Firewave |
|---|
| Removed __cplusplus code to avoid VS2008 warnings |
| [src/mess/includes] | crtc6845.h |
| r7399 Wednesday 17th February, 2010 at 18:33:02 UTC by Firewave |
|---|
| Avoid VS2008 warning about potentially uninitialized variable |
| [src/mess/formats] | ti99_dsk.c |
| r7398 Wednesday 17th February, 2010 at 18:07:57 UTC by Firewave |
|---|
| [MESSUI] More VS2008 compilation fixes |
| [src/mess/osd/winui] | messui.c |
| [src/osd/winui] | mui_opts.c picker.c |
| r7397 Wednesday 17th February, 2010 at 18:06:04 UTC by Firewave |
|---|
| [MESSUI] Fixed some warnings about empty statements raised by VS2008 |
| [src/osd/winui] | winui.c |
| r7396 Wednesday 17th February, 2010 at 17:43:59 UTC by Firewave |
|---|
| [MESSUI] Several cleanups: - use proper returnvalue types - disabled and removed some unused code |
| [src/osd/winui] | columnedit.c dialogs.c directories.c mkhelp.c mui_audit.c picker.c properties.c treeview.c winui.c |
| r7395 Wednesday 17th February, 2010 at 17:40:48 UTC by Firewave |
|---|
| Fixed VS2008 compilation |
| [src/osd/winui] | mui_util.c |
| r7394 Wednesday 17th February, 2010 at 17:22:32 UTC by Fabio Priuli |
|---|
| [CBM] wip: - Moved MOS6560 emulation to MAME (for attckufo, which uses a downgraded version of the same chip) - Made some cosmetic cleanups - Updated vic20 to use the new code. |
| [src/emu/sound] | mos6560.c* mos6560.h* sound.mak |
| [src/mess] | mess.mak |
| [src/mess/audio] | |
| [src/mess/drivers] | vic20.c |
| [src/mess/includes] | vic20.h |
| r7393 Wednesday 17th February, 2010 at 14:27:16 UTC by Curt Coder |
|---|
| [KAYPRO] Fixed floppy regression. |
| [src/emu/machine] | z80pio.c |
| [src/mess/drivers] | kaypro.c |
| [src/mess/includes] | kaypro.h |
| [src/mess/machine] | kaypro.c |
| r7392 Wednesday 17th February, 2010 at 12:52:17 UTC by Wilbert Pol |
|---|
| Fix compile error. |
| [src/mess/formats] | spec_snqk.c |
| r7391 Wednesday 17th February, 2010 at 12:25:37 UTC by Curt Coder |
|---|
| [TRS80M2] Fixed Z80 daisy chain order. |
| [src/mess/drivers] | trs80m2.c |
| r7390 Wednesday 17th February, 2010 at 12:21:29 UTC by Robbbert |
|---|
| [KAYPRO] Added motor emulation just in case it becomes needed. |
| [src/mess/machine] | kaypro.c |
| r7389 Wednesday 17th February, 2010 at 12:20:53 UTC by Curt Coder |
|---|
| [TRS80M2] Added RAM banking and Centronics ACK. |
| [src/mess/drivers] | trs80m2.c |
| r7388 Wednesday 17th February, 2010 at 11:29:54 UTC by Curt Coder |
|---|
| [Z80PIO] Fixed save states. |
| [src/emu/machine] | z80pio.c |
| r7387 Wednesday 17th February, 2010 at 11:11:01 UTC by Curt Coder |
|---|
| [Z80DMA] Imported from MAME. |
| [src/emu/machine] | z80dma.c z80dma.h |
| r7386 Wednesday 17th February, 2010 at 11:07:55 UTC by Curt Coder |
|---|
| [Z80PIO] Imported from MAME. |
| [src/emu/machine] | z80pio.c |
| r7385 Wednesday 17th February, 2010 at 10:45:41 UTC by Robbbert |
|---|
| [KAYPRO] Fixed order of pio parameters, gets further but doesn't boot due to a pio issue. |
| [src/mess/machine] | kaypro.c |
| r7384 Wednesday 17th February, 2010 at 09:01:55 UTC by Miodrag Milanović |
|---|
| Proper solution for kaypro problem. |
| [src/mess/drivers] | kaypro.c |
| [src/mess/includes] | kaypro.h |
| [src/mess/machine] | kaypro.c |
| r7383 Wednesday 17th February, 2010 at 08:56:54 UTC by Miodrag Milanović |
|---|
| [KAYPRO] Fixed crash |
| [src/mess/machine] | kaypro.c |
| r7382 Tuesday 16th February, 2010 at 23:50:22 UTC by Fabio Priuli |
|---|
| [CBM] wip: - converted t6721 to be a device and updated c364 to use the new code (no progresses on the actual speech, though) - removed fake dips from c16 inputs and converted c16/plus4 to use Categories for Joystick enabling - moved emulation of the C16 + SID card to separate drivers (c16sid, plus4sid) |
| [src/mess] | messdriv.c |
| [src/mess/audio] | t6721.c t6721.h* |
| [src/mess/drivers] | c16.c |
| [src/mess/includes] | c16.h |
| [src/mess/machine] | c16.c cbmipt.c cbmipt.h |
| r7381 Tuesday 16th February, 2010 at 23:43:20 UTC by Stefano Priore |
|---|
| Fixed properties |
| [src/mess/formats] | spec_snqk.c spec_snqk.h |
| r7380 Tuesday 16th February, 2010 at 23:38:43 UTC by Stefano Priore |
|---|
| Updated messnew.txt |
| [docs] | messnew.txt |
| r7379 Tuesday 16th February, 2010 at 23:37:14 UTC by Stefano Priore |
|---|
| [SPECTRUM] Added support for .ach, .prg, .sem, .sit, .snp, .snx and .zx snapshot formats. Hopefully fixed existing issues with .sna and .sp formats (both VGASpec-style and Spanish Spectrum-style formats are supported now). |
| [src/mess/devices] | snapquik.h |
| [src/mess/drivers] | spectrum.c |
| [src/mess/formats] | spec_snqk.c spec_snqk.h |
| r7378 Tuesday 16th February, 2010 at 20:37:20 UTC by Miodrag Milanović |
|---|
| Fixed error in wd17xx [Michael Zapf] |
| [src/mess/machine] | wd17xx.c |
| r7377 Tuesday 16th February, 2010 at 16:58:21 UTC by Fabio Priuli |
|---|
| [CBM] converted ted7360 to be a device and updated c16 to use the new code (+ small cleanups here and there) |
| [src/mess] | mess.mak |
| [src/mess/audio] | ted7360.c ted7360.h* |
| [src/mess/drivers] | c128.c c16.c c64.c c65.c cbmb.c clcd.c pet.c vic20.c |
| [src/mess/includes] | c16.h |
| [src/mess/machine] | c16.c |
| [src/mess/video] |
| r7376 Tuesday 16th February, 2010 at 15:18:20 UTC by Miodrag Milanović |
|---|
| Placed print_game_categories into core info.c since it can be used on any driver, not just MESS one. |
| [src/emu] | info.c |
| [src/mess] | infomess.c infomess.h |
| r7375 Tuesday 16th February, 2010 at 14:45:15 UTC by Curt Coder |
|---|
| [Z80PIO] Rewritten from scratch to be more accurate. [TRS80M2] Fixed PIO boot error. [ABC80] Partially fixed keyboard input. The Z80-PIO rewrite might have broken some of the affected drivers, please verify and report bugs. |
| [docs] | messnew.txt |
| [src/emu/machine] | z80pio.c z80pio.h |
| [src/mess/drivers] | abc80.c ac1.c bbcbc.c c80.c einstein.c huebler.c kaypro.c kc.c kramermc.c lc80.c llc.c mbee.c mc80.c mpf1.c mz700.c nanos.c nascom1.c p8k.c poly880.c super80.c tiki100.c trs80m2.c vcs80.c xerox820.c z1013.c |
| [src/mess/includes] | kaypro.h mbee.h trs80m2.h z1013.h |
| [src/mess/machine] | ac1.c conkort.c kaypro.c kramermc.c llc.c mbee.c mc80.c mz700.c super80.c wd17xx.c z1013.c |
| r7374 Tuesday 16th February, 2010 at 13:16:22 UTC by Miodrag Milanović |
|---|
| Removed shortcut text, since it is not valid now. |
| [src/mess/osd/windows] | mess.rc |
| r7373 Tuesday 16th February, 2010 at 13:04:10 UTC by Fabio Priuli |
|---|
| [CBM] converted vic6560 (VIC I) to be a device and updated vic20 to use the new code |
| [src/mess] | mess.mak |
| [src/mess/audio] | vic6560.c vic6560.h* |
| [src/mess/drivers] | vic20.c |
| [src/mess/includes] | vic20.h |
| [src/mess/machine] | cbmipt.c cbmipt.h |
| [src/mess/video] |
| r7372 Tuesday 16th February, 2010 at 12:59:58 UTC by Fabio Priuli |
|---|
| [P500] added crosshair enable/disable to remove the annoying crosshair (no progresses on p500 inputs, though) |
| [src/mess/machine] | cbmb.c |
| r7371 Tuesday 16th February, 2010 at 12:38:09 UTC by Miodrag Milanović |
|---|
| - Made menu bar permanent in newui - Scroll Lock is used to enable/disable full keyboard access same as on classic ui |
| [src/emu] | ui.c ui.h |
| [src/mess/osd/windows] | menu.c |
| [src/osd/windows] | input.c |
| r7370 Tuesday 16th February, 2010 at 09:57:45 UTC by Fabio Priuli |
|---|
| [CBM] converted vdc8563 to be a device and updated c128 to use the new code |
| [src/mess/drivers] | c128.c |
| [src/mess/includes] | c128.h |
| [src/mess/machine] | c128.c |
| [src/mess/video] | vdc8563.c vdc8563.h vic4567.h |
| r7369 Tuesday 16th February, 2010 at 09:46:31 UTC by Miodrag Milanović |
|---|
| srcclean on MESS code |
| [src/mess] | cheatms.c climess.c configms.c device.c image.c mess.c mess.mak messdriv.c messdrv.h messopts.c messsoft.c softlist.c uimess.c |
| [src/mess/audio] | arcadia.c upd1771.c |
| [src/mess/devices] | aescart.c appldriv.c appldriv.h cartslot.c cassette.h cococart.c flopdrv.c flopdrv.h imagedev.c imagedev.h kermit.c sonydriv.c sonydriv.h ti99cart.c |
| [src/mess/drivers] | 4004clk.c a5105.c a51xx.c a6809.c a7150.c abc80x.c ac1.c altair.c ami1200.c amiga.c amstrad.c apexc.c apf.c apogee.c apple1.c apple2.c apple3.c apricot.c arcadia.c at.c atari.c atarist.c atm.c avigo.c b2m.c basic52.c bbc.c bcs3.c beehive.c beta.c bk.c bob85.c busicom.c bw12.c bw2.c c128.c c64.c c65.c cat.c cbmb.c ccs2422.c ccs2810.c cdi.c cgenie.c channelf.c chessmst.c clcd.c coco.c codata.c comquest.c comx35.c comxpl80.c concept.c cpschngr.c d6809.c dai.c dc.c dgn_beta.c dms5000.c dms86.c dual68.c ec65.c einstein.c electron.c elekscmp.c elwro800.c esq1.c et3400.c eti660.c fidelz80.c fk1.c fmtowns.c galaxy.c galeb.c gba.c glasgow.c gmaster.c gp2x.c gp32.c h19.c h8.c h89.c hec2hrp.c homelab.c horizon.c ht68k.c huebler.c hx20.c indiana.c interact.c intv.c ip20.c ip22.c ipb.c ipc.c ipds.c iq151.c irisha.c isbc.c jaguar.c jr200.c jtc.c junior.c jupiter.c k1003.c kc.c kim1.c kramermc.c lisa.c llc.c lviv.c m20.c mac.c mbee.c mc80.c microdec.c micronic.c mikro80.c mikromik.c mikrosha.c mits680b.c mk1.c mk14.c mk85.c mk90.c mmd1.c mod8.c msbc1.c msx.c mz700.c n64.c nanos.c nc.c nes.c newbrain.c next.c ng_aes.c ondra.c orao.c oric.c orion.c osborne1.c osi.c p2000t.c p8k.c palm.c partner.c pc.c pc2000.c pc6001.c pc8001.c pc8801.c pce220.c pcm.c pcw.c pda600.c pdp1.c pecom.c pentagon.c pimps.c pippin.c pk8020.c plan80.c pmd85.c pmi80.c pocketc.c pockstat.c poly88.c pp01.c pro80.c prof180x.c prof80.c ptcsol.c pv1000.c px4.c px8.c pyl601.c ql.c qtsbc.c qx10.c radio86.c rmnimbus.c rt1715.c rvoice.c sage2.c sapi1.c saturn.c sbc6510.c sc1.c sc2.c scorpion.c scv.c sdk85.c sdk86.c sgi_ip2.c sord.c spc1000.c spec128.c special.c ssystem3.c studio2.c sun1.c super80.c supracan.c svi318.c swtpc.c sys2900.c tandy2k.c tec1.c thomson.c ti85.c ti89.c ti990_10.c ti99_4x.c tm990189.c tricep.c trs80.c trs80m2.c tutor.c tvc.c tx0.c uknc.c unior.c unistar.c univac.c ut88.c vboy.c vc4000.c vector06.c vector4.c vg5k.c vic20.c vii.c vk100.c vt100.c vt220.c vt320.c vt520.c vtech1.c vtech2.c x1.c xerox820.c z1013.c z88.c z9001.c zrt80.c zsbc3.c zx.c |
| [src/mess/formats] | apridisk.c csw_cas.c d64_dsk.c d81_dsk.c g64_dsk.c g64_dsk.h gtp_cas.c hect_tap.c nes_dsk.c orao_cas.c spec_snqk.c spec_snqk.h thom_dsk.c ti85_ser.c ti99_dsk.c timex_dck.c timex_dck.h trd_dsk.c tzx_cas.c vt_cas.c z80ne_dsk.c |
| [src/mess/includes] | gba.h hec2hrp.h rmnimbus.h spectrum.h vic20.h |
| [src/mess/layout] | 4004clk.lay acrnsys1.lay amico2k.lay c80.lay cdi.lay cosmicos.lay elf2.lay junior.lay k1003.lay lx800.lay mephisto.lay mmd1.lay mmd2.lay poly880.lay sms1.lay super80.lay sym1.lay vcs80.lay vt100.lay z80netf.lay |
| [src/mess/machine] | 6883sam.c 68901mfp.c 990_dk.c 990_hd.c 990_tap.c 994x_ser.c 99_dsk.c 99_ide.c 99_peb.c amigacd.c amigafdc.c amigakbd.c amstrad.c apple2gs.c applefdc.c at45dbxx.c atarifdc.c ay3600.c bbc.c beta.c bk.c c128.c c1541.c c1551.c c1571.c c1581.c c2040.c c64.c c65.c c9060.c cbmb.c cbmipt.c coco.c compis.c conkort.c dc.c dgn_beta.c er59256.c er59256.h gb.c gdrom.c genesis.c hec2hrp.c hp48.c i82371ab.c i82371ab.h ieee488.c ieee488.h irisha.c kay_kbd.c kaypro.c kb_keytro.c kc.c lisa.c lynx.c mac.c mc6843.c mc6846.c mikro80.c mos6530.c msx_slot.c ncr5380.c nes.c nes_ines.c nes_mmc.c orao.c oric.c orion.c p2000t.c pc.c pc8801.c pc_fdc.c pc_hdc.c pc_ide.c pce.c pcf8593.c pdp1.c pet.c pf10.c pk8020.c poly88.c pp01.c primo.c radio86.c rmnimbus.c scsibus.c scsibus.h serial.c serial.h smartmed.c sms.c special.c sst39vfx.c terminal.c tf20.c thomson.c ti85.c ti99_4x.c trs80.c upd7002.h upd765.c ut88.c vector06.c vic1112.c vic1112.h wd17xx.c x68k_hdc.c |
| [src/mess/osd/windows] | mess.rc opcntrl.c |
| [src/mess/osd/winui] | devview.c layoutms.c messui.c messui.rc msuiutil.c softwarepicker.c winui.mak |
| [src/mess/software] | crvision_cart.c gx4000_cart.c jaguar_cart.c lynx_cart.c megadriv_cart.c pokemini_cart.c sms_cart.c spectrum_cart.c vboy_cart.c |
| [src/mess/tools/castool] | castool.mak main.c |
| [src/mess/tools/dat2html] | dat2html.mak |
| [src/mess/tools/imgtool] | imgtool.h imgtool.mak |
| [src/mess/tools/imgtool/modules] | amiga.c fmsx_cas.c msx_dsk.c svi_cas.c vmsx_gm2.c vmsx_tap.c xsa.c |
| [src/mess/tools/imgtool/windows] | wimgtool.rc |
| [src/mess/tools/messtest] | core.c main.c testimgt.c |
| [src/mess/video] | 911_vdt.c a7800.c b2m.c bk.c cpschngr.c crtc_ega.c crtc_ega.h dai.c dgn_beta.c epnick.c fmtowns.c galaxy.c gb.c gba.c hd61830.c hec2video.c homelab.c i8275.c irisha.c llc.c mc80.c newport.c ondra.c orion.c pc8801.c pc_aga.c pc_cga.c pc_vga.c pk8020.c poly88.c rmnimbus.c sapi1.c special.c super80.c ti85.c vector06.c vic4567.c vic6560.c vic6567.c vtvideo.c x68k.c z1013.c |
| Previous 50 | 15994 Revisions | Next 50 |