Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r6123 Sunday 18th October, 2009 at 03:47:17 UTC by R. Belmont
[MAC] Various minor tweeks plus preliminary boot tone from models with the Apple Sound Chip.
[src/mess/drivers]mac.c
[src/mess/machine]mac.c

r6122 Sunday 18th October, 2009 at 03:26:40 UTC by Harmony
[CDI] Fixing bad hack offset for Mono Level A audio, fixes remaining popping issues [Harmony]
[src/mess/drivers]cdi.c

r6121 Sunday 18th October, 2009 at 03:21:42 UTC by Robbbert
[MESSUI] Device View (Mount and Create) will default to the "software" folder if user didn't specify one in the software tab.
[src/mess/osd/winui]messui.c

r6120 Sunday 18th October, 2009 at 02:03:34 UTC by Nathan Woods
Reverted CoCo over to an old copy of the 6847 code. I _really_ hate doing this
but this is probably desirable until the GIME is properly emulated.
[src/mess]mess.mak
[src/mess/drivers]coco.c
[src/mess/includes]coco.h
[src/mess/machine]coco.c
[src/mess/video]coco.c coco3.c coco6847.c* coco6847.h*

r6119 Sunday 18th October, 2009 at 02:00:08 UTC by Harmony
[CDI] Fixed crackling in CD-i games via a hack. The hack: Tacked an additional 16 samples' worth of slop onto the end of the sample buffer, and added a function to duplicate the last sample into the slop area. This appears to work around a theorized off-by-one in the dmadac audio device which is theoretically making it process extra sample(s). [Harmony]
[src/mess/drivers]cdi.c

r6118 Saturday 17th October, 2009 at 23:58:40 UTC by Harmony
[CDI] Added Stereo Level A APDCM decoding. [Harmony, CD-i Fan]
[src/mess/drivers]cdi.c

r6117 Saturday 17th October, 2009 at 22:08:49 UTC by Harmony
[CDI] Added CLUT8 support, the main screen in the 1992 edition of Compton's Encyclopedia is no longer all black. [Harmony]
[src/mess/drivers]cdi.c

r6116 Saturday 17th October, 2009 at 20:52:33 UTC by Harmony
[CDI] Corrected decoding offsets; streaming CD-i audio is now almost perfect, minus some very slight static in the right channel.
[src/mess/drivers]cdi.c

r6115 Saturday 17th October, 2009 at 17:00:51 UTC by Angelo Salese
[i386]: implemented sldt & str opcodes
[src/emu/cpu/i386]i386op16.c
[src/mess/drivers]pc98.c

r6114 Saturday 17th October, 2009 at 15:24:30 UTC by Robbbert
[MESSUI] Mount and Create in Device View will now default to the setting in the Software tab rather than random.
[src/mess/osd/winui]messui.c

r6113 Saturday 17th October, 2009 at 11:45:20 UTC by Harmony
[CDI] Misc. Updates: [Harmony]
- Increased Timer 0 CLOCK_A divisor from 30 to 150; just a guess, significantly decreases out-of-control emulated machine speed (see: Pac-Panic animations)
- Separated audio and data buffer targets in cdram; significantly decreases glitchy transitions in some games (Sargon et al) while maintaining Lemmings RLE video compatibility.
[src/mess/drivers]cdi.c

r6112 Saturday 17th October, 2009 at 10:26:45 UTC by Harmony
[CDI] Miscellaneous updates: [Harmony]
- Now properly masking off the low 2 bits of CLUT entries, mask values and transparency values
- Added stereo Level A support, commented out because it doesn't currently work
- Fixed up region array processing, Richard Scarry's Best Neighbourhood Disc Ever not showing anything, and Zenith having a bad ball shadow.
[src/mess/drivers]cdi.c

r6111 Saturday 17th October, 2009 at 07:13:30 UTC by Harmony
[CDI] Greatly improved Level A ADPCM emulation, only issue is the same distortion as with Level B and Level C [Harmony]
[src/mess/drivers]cdi.c

r6110 Saturday 17th October, 2009 at 06:46:21 UTC by Harmony
[CDI] Rudimentary Level A ADPCM support, produces intelligible but duplicated results. [Harmony]
[src/mess/drivers]cdi.c

r6109 Saturday 17th October, 2009 at 04:48:18 UTC by Harmony
Improved mono audio decoding; Hotel Mario's intro sounds better, though still poppy due to some sort of glitching on sector boundaries, don't know why.
[src/mess/drivers]cdi.c

r6108 Friday 16th October, 2009 at 20:36:43 UTC by Wilbert Pol
[SMSSDISP] Yes, it really has 16(!) cartridge slots...
[src/mess/drivers]sms.c

r6107 Friday 16th October, 2009 at 20:32:58 UTC by Wilbert Pol
[SMSSDISP] Changed order of cputag_reset and cputag_suspend calls.
[src/mess/machine]sms.c

r6106 Friday 16th October, 2009 at 17:44:04 UTC by Angelo Salese
[X1]: Implemented IPL & NMI reset front panel buttons
[src/mess/drivers]x1.c

r6105 Friday 16th October, 2009 at 17:41:05 UTC by Harmony
[CDI] Tweaked some offets to get intelligible-sounding (but still pretty lousy) sound. Only levels B and C are supported right now, A will fatalerror. [pSXAuthor, Harmony, CD-i Fan]
[src/mess/drivers]cdi.c

r6104 Friday 16th October, 2009 at 17:20:03 UTC by Wilbert Pol
[SMSSDISP] Fix cpu selection in interrupt triggering.
[src/mess/machine]sms.c

r6103 Friday 16th October, 2009 at 15:31:27 UTC by Dirk Best
[VTECH1] Added support for the SHRG (super hires graphics) modification
[docs]messnew.txt
[src/mess]messdriv.c
[src/mess/drivers]vtech1.c

r6102 Friday 16th October, 2009 at 14:22:37 UTC by Miodrag Milanović
[CGENIE] Moved code from audio part to machine part
[src/mess]mess.mak
[src/mess/audio]cgenie.c
[src/mess/includes]cgenie.h
[src/mess/machine]cgenie.c

r6101 Friday 16th October, 2009 at 13:55:24 UTC by Dirk Best
[VTECH1] Cleanup and reorganization
[src/mess]mess.mak
[src/mess/drivers]vtech1.c
[src/mess/includes]vtech1.h
[src/mess/machine]vtech1.c

r6100 Friday 16th October, 2009 at 08:07:44 UTC by Dirk Best
Move OSD_FOPEN to osdmess.h
[src/mess]mess.h
[src/mess/osd]osdmess.h

r6099 Thursday 15th October, 2009 at 22:25:54 UTC by Harmony
Perhaps this will fix the CD-i crashes some people are observing?
[src/mess/drivers]cdi.c

r6098 Thursday 15th October, 2009 at 21:31:46 UTC by Harmony
[CDI] Added rudimentary ADPCM decoding based on pSX XA implementation, sending the results to a file. No intelligible audio yet, but the hookup is there. [pSXAuthor, Harmony]
[src/mess/drivers]cdi.c

r6097 Thursday 15th October, 2009 at 19:00:54 UTC by Miodrag Milanović
Fixed error init ram value with default value.
[src/mess/osd/winui]propertiesms.c

r6096 Thursday 15th October, 2009 at 17:07:08 UTC by Firewave
Fixed a few more RAM configurations to match pre-device state
[src/mess/drivers]apple2.c mtx.c

r6095 Thursday 15th October, 2009 at 17:06:22 UTC by Firewave
Removed obsolete file
[src/mame/drivers]genesis.c

r6094 Thursday 15th October, 2009 at 15:09:56 UTC by Harmony
[CDI] Fixed dual-region region control flag handling; Lemmings is playable again. [Harmony]
[src/mess/drivers]cdi.c

r6093 Thursday 15th October, 2009 at 14:33:43 UTC by Miodrag Milanović
Fixed RAM configs different then those before change to device
[src/mess/devices]messram.h
[src/mess/drivers]bw12.c coco.c gb.c mac.c mtx.c pecom.c pk8020.c svi318.c
[src/mess/osd/winui]propertiesms.c

r6092 Thursday 15th October, 2009 at 13:41:46 UTC by Miodrag Milanović
Fixed MESSUI and listxml for messram
Fixed config for elf2
Removed unused files
[src/mess]compcfg.c compcfg.h infomess.c mess.h messcore.mak messdrv.h mesvalid.c
[src/mess/devices]messram.c messram.h multcart.c
[src/mess/drivers]elf.c
[src/mess/osd/winui]propertiesms.c
[src/mess/tools/messtest]testmess.c

r6091 Thursday 15th October, 2009 at 11:58:52 UTC by Dirk Best
[MC10] Cleanups
[src/mess/drivers]mc10.c

r6090 Thursday 15th October, 2009 at 10:45:07 UTC by Dirk Best
Removed unneeded file
[src/mess/video]bbctext.h

r6089 Thursday 15th October, 2009 at 09:02:41 UTC by Robbbert
[ZX] Fixed ts1500 memory size regression, it can boot now. Removed unused gfxdecode code.
[src/mess/drivers]zx.c

r6088 Thursday 15th October, 2009 at 08:17:10 UTC by Dirk Best
Some include cleanups
[src/mess/formats]dsk_dsk.c oric_dsk.c
[src/mess/machine]mtx.c vtech1.c
[src/mess/tools/imgtool]main.c
[src/mess/tools/imgtool/modules]fat.c mac.c macbin.c os9.c pc_flop.c pc_hard.c prodos.c
[src/mess/tools/messtest]core.c testimgt.c

r6087 Thursday 15th October, 2009 at 07:41:52 UTC by Dirk Best
Move serial.h to proper directory
[src/mess/drivers]abc80x.c atarist.c bw2.c nc.c newbrain.c ql.c sg1000.c
[src/mess/includes]serial.h thomson.h
[src/mess/machine]6551.c msm8251.c msm8251.h nc.c pmd85.c poly88.c serial.c serial.h*

r6086 Thursday 15th October, 2009 at 07:34:25 UTC by Miodrag Milanović
Fix compile error
[src/mess/tools/messtest]testmess.c

r6085 Thursday 15th October, 2009 at 07:01:28 UTC by Miodrag Milanović
Made drivers use messram device
[docs]messnew.txt
[src/mess]mess.c mess.h messdrv.h uimess.c
[src/mess/audio]mac.c
[src/mess/devices]coco_vhd.c messram.h
[src/mess/drivers]abc80.c abc80x.c aim65.c amstrad.c apple1.c apple2.c apple2gs.c apple3.c aquarius.c at.c atari.c atarist.c atm.c avigo.c b2m.c bebox.c beta.c bw12.c bw2.c c16.c c65.c c80.c cgenie.c coco.c comx35.c cosmicos.c crvision.c cybiko.c dai.c dgn_beta.c einstein.c elf.c elwro800.c enterp.c exp85.c fk1.c fmtowns.c galaxy.c gb.c huebler.c jtc.c kc.c kyocera.c lc80.c llc.c lviv.c mac.c mc10.c mc1000.c mikromik.c mtx.c mz700.c nanos.c nascom1.c nc.c newbrain.c ondra.c orion.c osborne1.c osi.c palm.c partner.c pc.c pc8401a.c pcw.c pcw16.c pdp1.c pecom.c pentagon.c pet.c pk8000.c pk8020.c pmd85.c pocketc.c poly880.c pp01.c prof80.c ptcsol.c px4.c px8.c pyl601.c ql.c qx10.c rt1715.c samcoupe.c sapi1.c scorpion.c sg1000.c sord.c spc1000.c spec128.c special.c specpls3.c svi318.c sym1.c thomson.c tiki100.c timex.c tmc1800.c tmc2000e.c tmc600.c tvc.c v1050.c vc20.c vcs80.c vector06.c vg5k.c vip.c vt220.c vt320.c vt520.c vtech1.c x68k.c xerox820.c xor100.c z80ne.c z88.c zx.c
[src/mess/includes]coco.h
[src/mess/machine]6883sam.c aim65.c amstrad.c apple1.c apple2.c apple2gs.c apple3.c at.c ataricrt.c b2m.c bebox.c c16.c c65.c cgenie.c coco.c comx35.c cybiko.c dai.c dgn_beta.c galaxy.c gb.c kc.c llc.c lviv.c mac.c mpc105.c mtx.c mz700.c nascom1.c ondra.c orion.c osborne1.c partner.c pc.c pc1350.c pc1401.c pc1403.c pecom.c pet.c pk8020.c pmd85.c pp01.c rt1715.c samcoupe.c special.c svi318.c sym1.c thomson.c vc20.c vector06.c vtech1.c zx.c
[src/mess/tools/messtest]testmess.c
[src/mess/video]apple2.c apple3.c b2m.c coco3.c dgn_beta.c epnick.c kc.c mac.c mc68328.c nc.c ondra.c orion.c pc_t1t.c pcw.c pcw16.c pk8020.c pmd85.c pp01.c special.c timex.c vector06.c x68k.c z88.c

r6084 Thursday 15th October, 2009 at 05:23:52 UTC by Fabio Priuli
minor restoring to avoid confusion
[src/mess/machine]sms.c

r6083 Thursday 15th October, 2009 at 04:54:11 UTC by Fabio Priuli
[SMS] fixed a few mistakes I did in rev.6079
[src/mess/machine]sms.c

r6082 Thursday 15th October, 2009 at 02:11:48 UTC by Harmony
[CDI] Correcting some color gamut issues introduced with my recent checkin [Harmony]
[src/mess/drivers]cdi.c

r6081 Thursday 15th October, 2009 at 00:04:43 UTC by Harmony
[CDI]
- Weighting planes when the Disable Mixing bit is set; DM disables mixing, not weighting. This makes many games look considerably better.
- Fixed MSF sector index increment and correction, fixes videos randomly flipping out
[src/mess/drivers]cdi.c

r6080 Wednesday 14th October, 2009 at 21:03:35 UTC by Harmony
[CDI] Significant optimization:
- Removed redudant call to mcd212_process_regions
- Refactored mcd212_process_regions to fill scanline-wide buffers for region flags and pixel weights, eliminating costly recalculation for every pixel
- Refactored color calculations to use separated R/G/B buffers to avoid constant bit-shifting / boolean arithmetic
- Un-inlined certain functions to possibly improve cache performance with better code locality
- Unrolled plane enable/disable logic to avoid frequent array lookups
Performance has increased on a 1.86GHz Core 2 Duo from 28% in a profile build to 75% profile build, flat 100% on a non-profile build
[src/mess/drivers]cdi.c

r6079 Wednesday 14th October, 2009 at 20:39:36 UTC by Fabio Priuli
[SMS] Added Light Phaser support [Enik Land]
[SMS] Converted SMS VDP to be a device
[docs]messnew.txt
[src/mess/drivers]sms.c
[src/mess/includes]sms.h
[src/mess/machine]sms.c
[src/mess/video]smsvdp.c smsvdp.h

r6078 Wednesday 14th October, 2009 at 18:27:06 UTC by Wilbert Pol
[SMS] Moved global variables from machine/sms.c into a struct.
[src/mess/machine]sms.c

r6077 Wednesday 14th October, 2009 at 12:48:11 UTC by Dirk Best
Move pile.c/h to tools directory, some makefile cleanups
[src/mess]mess.mak messcore.mak pile.c pile.h
[src/mess/tools]pile.c* pile.h* tools.mak*
[src/mess/tools/imgtool/windows]wimgtool.mak
[src/mess/tools/messtest]messtest.mak

r6076 Wednesday 14th October, 2009 at 11:54:57 UTC by Nathan Woods
Fixes for problems with TI99/4A disks. [Barry Nelson]
[docs]messnew.txt
[src/mess/tools/imgtool/modules]ti99.c

r6075 Wednesday 14th October, 2009 at 11:47:40 UTC by Dirk Best
Move hash_data_extract_crc32() to image.c
[src/mess]image.c mess.c mess.h

r6074 Wednesday 14th October, 2009 at 11:14:12 UTC by Robbbert
Redo r5957 lost in u3 update.
[src/emu]mame.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team