The MESS SVN has been merged into the MAME SVN.
| Previous 50 | 15994 Revisions | Next 50 |
| r6173 Friday 23rd October, 2009 at 00:28:11 UTC by Angelo Salese |
|---|
| [PC98] Allow the bios to test the last plain bank at 0x80000-0x9ffff, needs to work out how to implement the extended memory test |
| [src/mess/drivers] | pc98.c |
| r6172 Thursday 22nd October, 2009 at 13:01:11 UTC by Miodrag Milanović |
|---|
| [PECOM] Added proper PORT_CODE for RETURN key (for easier usage) |
| [src/mess/drivers] | pecom.c |
| r6171 Thursday 22nd October, 2009 at 12:08:04 UTC by Curt Coder |
|---|
| [CDP1869] Added helper macro. |
| [src/emu/sound] | cdp1869.h |
| [src/mess/video] | comx35.c pecom.c |
| r6170 Thursday 22nd October, 2009 at 11:56:01 UTC by Curt Coder |
|---|
| Forgotten file. |
| [src/emu/sound] | cdp1864.h |
| r6169 Thursday 22nd October, 2009 at 10:53:32 UTC by Curt Coder |
|---|
| [CDP1861] Added helper macro. [CDP1864] Added helper macro. [COSMICOS] Fixed display blinking. |
| [src/mess/drivers] | cosmicos.c studio2.c tmc2000e.c vip.c |
| [src/mess/layout] | cosmicos.lay |
| [src/mess/video] | cdp1861.h tmc1800.c |
| r6168 Thursday 22nd October, 2009 at 08:36:13 UTC by Barry Rodewald |
|---|
| [FMTOWNS] Hooked up linear VRAM access at 0x80000000. |
| [docs] | messnew.txt |
| [src/mess/drivers] | fmtowns.c |
| r6167 Thursday 22nd October, 2009 at 07:33:18 UTC by Fabio Priuli |
|---|
| [COCO/COCO3] Moved back Hi-Res Interface selection to Driver Configs and made buttons specific of each input device [DRAGON] Added same input devices as CoCo. To my knowledge they were compatible (even if no known software uses them) |
| [docs] | messnew.txt |
| [src/mess/drivers] | coco.c |
| [src/mess/machine] | coco.c |
| r6166 Wednesday 21st October, 2009 at 21:41:41 UTC by Angelo Salese |
|---|
| Fixed another update quirk |
| [src/mess/drivers] | x1.c |
| r6165 Wednesday 21st October, 2009 at 17:56:50 UTC by Wilbert Pol |
|---|
| Fix compile error. |
| [src/mess/drivers] | x1.c |
| r6164 Wednesday 21st October, 2009 at 17:08:52 UTC by Curt Coder |
|---|
| [COSMICOS] Added speaker, fixed display interface. |
| [src/mess/drivers] | cosmicos.c |
| [src/mess/includes] | cosmicos.h |
| r6163 Wednesday 21st October, 2009 at 16:33:12 UTC by Angelo Salese |
|---|
| [X1]: Added proper xtals and basic chip documentation [Yasuhiro Ogawa] |
| [src/mess/drivers] | x1.c |
| r6162 Wednesday 21st October, 2009 at 14:44:40 UTC by Curt Coder |
|---|
| [COMPIS] Added keyboard CPU. |
| [src/mess/drivers] | compis.c |
| r6161 Wednesday 21st October, 2009 at 14:12:21 UTC by Miodrag Milanović |
|---|
| Updated eol-style property |
| [src/mess/drivers] | p8k.c |
| r6160 Wednesday 21st October, 2009 at 13:35:27 UTC by Curt Coder |
|---|
| [COSMICOS] Added cassette led, enter key, hexpad function keys, display interrupt. |
| [src/mess/drivers] | cosmicos.c |
| [src/mess/includes] | cosmicos.h |
| [src/mess/layout] | cosmicos.lay |
| r6159 Wednesday 21st October, 2009 at 13:01:51 UTC by Curt Coder |
|---|
| [COSMICOS] Added CPU mode/data inputs, memory protect, and quickload. |
| [src/mess/drivers] | cosmicos.c |
| [src/mess/includes] | cosmicos.h |
| r6158 Wednesday 21st October, 2009 at 12:10:54 UTC by Dirk Best |
|---|
| [PX4] Serial communication WIP |
| [src/mess/drivers] | px4.c |
| r6157 Wednesday 21st October, 2009 at 10:33:14 UTC by Barry Rodewald |
|---|
| messnew.txt update |
| [docs] | messnew.txt |
| r6156 Wednesday 21st October, 2009 at 10:23:38 UTC by Curt Coder |
|---|
| [COSMICOS] Added hex monitor ROM, keypad, CDP1864, boot memory banking. |
| [src/mess/drivers] | cosmicos.c |
| [src/mess/includes] | cosmicos.h |
| [src/mess/layout] | cosmicos.lay |
| r6155 Wednesday 21st October, 2009 at 08:58:21 UTC by Fabio Priuli |
|---|
| massive whatsnew update |
| [docs] | messnew.txt |
| r6154 Wednesday 21st October, 2009 at 08:55:06 UTC by Fabio Priuli |
|---|
| - [CRVISION] Many improvements: [Luca Antignano] * Merged the Dick Smith Wizzard into the Crvision machine because they are exactly the same computers and share the same hardware and peripherals * Optional memory expansion can be chained to 14K not 32K * Totally rewritten ROM loading routines into RAM. As a result, all 6K, 10K and 12K ROMs now load correctly * Fixed system info, manufacturers, etc. |
| [src/mess/drivers] | crvision.c |
| r6153 Wednesday 21st October, 2009 at 08:24:25 UTC by Fabio Priuli |
|---|
| [NES] Improved UNIF support and added emulation of a few UNIF-only boards |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | nes.c nes_ines.c nes_mmc.c nes_unif.c |
| r6152 Wednesday 21st October, 2009 at 08:12:34 UTC by Barry Rodewald |
|---|
| [NEC765] Reset busy flag at the beginning of a seek or recalibrate function. Fixes elwro800, without breaking Bondwell 12/14. |
| [src/mess/machine] | nec765.c |
| r6151 Wednesday 21st October, 2009 at 02:17:48 UTC by Barry Rodewald |
|---|
| [NEC765] Commented out nec765_idle() call in seek/recalibrate setup. Fixes Bondwell 12/14 driver. |
| [src/mess/machine] | nec765.c |
| r6150 Tuesday 20th October, 2009 at 22:05:17 UTC by Barry Rodewald |
|---|
| [X680x0] Added small workaround for avoiding MFP spurious interrupts. Parodius, Detana Twinbee and others work again. |
| [src/mess/drivers] | x68k.c |
| r6149 Tuesday 20th October, 2009 at 17:27:58 UTC by Harmony |
|---|
| [CDI] Miscellaneous updates: [Harmony] - Re-added Mosaic code that got erroneously removed in the last checkin. - Corrected some squirrelly-looking Sound Map code that was probably doing more harm than good. - Corrected NR=0 region handling; Tangram - The Ultimate Chinese Game is now fully playable. - Corrected plane enable/disable conditions; The Wacky World of Mini Golf is now fully playable. |
| [src/mess/drivers] | cdi.c |
| r6148 Tuesday 20th October, 2009 at 17:20:16 UTC by Harmony |
|---|
| -- |
| [src/mess/drivers] | cdi.c |
| r6147 Tuesday 20th October, 2009 at 17:02:02 UTC by Curt Coder |
|---|
| Added years. |
| [src/mess/drivers] | bcs3.c d6809.c fk1.c hx20.c iq151.c mc80.c mk85.c mk90.c pmi80.c pyl601.c qx10.c scorpion.c univac.c |
| r6146 Tuesday 20th October, 2009 at 16:16:53 UTC by Curt Coder |
|---|
| [ATM] Added years. |
| [src/mess] | messdriv.c |
| [src/mess/drivers] | atm.c |
| r6145 Tuesday 20th October, 2009 at 15:53:26 UTC by Curt Coder |
|---|
| [BW12] Separated BW 12 and 14 floppy configurations. (BW12=SS, BW14=DS) |
| [src/mess/devices] | flopdrv.c flopdrv.h |
| [src/mess/drivers] | bw12.c |
| r6144 Tuesday 20th October, 2009 at 14:03:53 UTC by Curt Coder |
|---|
| Refactored Z80CTC to use devcb. |
| [src/emu/machine] | ldv1000.c z80ctc.c z80ctc.h |
| [src/mess/drivers] | abc80x.c einstein.c huebler.c kc.c lc80.c mpf1.c mtx.c nanos.c newbrain.c p8k.c poly880.c sord.c tiki100.c x1.c xerox820.c xor100.c |
| [src/mess/machine] | kc.c llc.c mc80.c mtx.c |
| r6143 Tuesday 20th October, 2009 at 10:14:35 UTC by Harmony |
|---|
| [CDI] Miscellaneous updates: [Harmony] - Making audio reads that match the Audio Channel and Channel registers always go to cdram addresses 0x2800 / 0x3200. Goes against advice but it fixes issues and doesn't break anything on-hand. - Added Mosaic File support. - Added alternate color-key functionality for DYUV planes; color key is only defined in CLUT modes, defaults to true for DYUV planes Fixes the following issues: - Garbage graphics in Namco Arcade Classics - Garbage graphics when playing video in Compton's Interactive Encyclopedia 1992 - Title-screen crash in Sargon Chess - Massive graphical problems in Jeopardy |
| [src/mess/drivers] | cdi.c |
| r6142 Tuesday 20th October, 2009 at 08:02:03 UTC by Harmony |
|---|
| [CDI] Fixing region control flags; Dark Castle now has graphics in-game. [Harmony] |
| [src/mess/drivers] | cdi.c |
| r6141 Tuesday 20th October, 2009 at 03:31:51 UTC by Harmony |
|---|
| [CDI] Improved Sound Map support: [Harmony] - Enabled sound effects by default - Known issue(s): - Sometimes game logic will flip out and attempt to DMA from a nonexistent RAM address, causing a crash - see Whack-A-Bubble in-game and Hotel Mario upon completing a level. - Fixed issue(s): - Zelda's voice no longer cuts out during the Wand of Gamelon tutorial |
| [src/mess/drivers] | cdi.c |
| r6140 Monday 19th October, 2009 at 19:36:51 UTC by Miodrag Milanović |
|---|
| [PCW] Moved ROM->RAM content copy to MACHINE_RESET |
| [src/mess/drivers] | pcw.c |
| r6139 Monday 19th October, 2009 at 19:30:03 UTC by Miodrag Milanović |
|---|
| [PCW] Marked rom as BAD_DUMP instead of NO_DUMP to make clrmamepro happy |
| [src/mess/drivers] | pcw.c |
| r6138 Monday 19th October, 2009 at 14:23:23 UTC by Robbbert |
|---|
| [GAMECOM] 1. Fixed crash on soft reset 2. Fixed various errors and crashes when loading carts 3. System now recognises 1MB and 2MB carts |
| [src/mess/drivers] | gamecom.c |
| [src/mess/includes] | gamecom.h |
| [src/mess/machine] | gamecom.c |
| r6137 Monday 19th October, 2009 at 13:30:23 UTC by Fabio Priuli |
|---|
| [COCO] Added back buttons to non-standard controllers |
| [src/mess/drivers] | coco.c |
| r6136 Monday 19th October, 2009 at 10:02:20 UTC by Fabio Priuli |
|---|
| [COCO] fixed joystick problems |
| [src/mess/drivers] | coco.c |
| r6135 Monday 19th October, 2009 at 09:53:45 UTC by Nathan Woods |
|---|
| Cleanups to add static/const qualifiers, and to remove dead prototypes and code [Atari Ace] |
| [docs] | messnew.txt |
| [src/mess/devices] | cococart.h flopdrv.c flopdrv.h |
| [src/mess/drivers] | 4004clk.c apple2.c at.c busicom.c cdi.c cgenie.c dc.c dectalk.c ec65.c einstein.c esq1.c fk1.c fm7.c fmtowns.c gba.c hx20.c junior.c mac.c mc10.c nanos.c osborne1.c p8k.c pippin.c pk8000.c pyl601.c samcoupe.c socrates.c vboy.c vt220.c vt320.c vt520.c x1.c x68k.c xerox820.c |
| [src/mess/formats] | td0_dsk.c |
| [src/mess/includes] | nes.h |
| [src/mess/machine] | 994x_ser.c amstr_pc.c beta.h dc.c i8212.c i8212.h nes_mmc.c nes_mmc.h samcoupe.c smartmed.c sms.c ti99pcod.c upd71071.c wd17xx.h |
| [src/mess/tools/imgtool/modules] | amiga.c |
| [src/mess/tools/messtest] | tststubs.c |
| [src/mess/video] | apple1.c coco.c coco3.c fm7.c gba.c pc_vga.c vic6567.h |
| r6134 Monday 19th October, 2009 at 02:41:38 UTC by Nathan Woods |
|---|
| [TI99] Added support for two new cartridge types. [Michael Zapf] |
| [docs] | messnew.txt |
| [src/mess/devices] | ti99cart.c ti99cart.h |
| r6133 Sunday 18th October, 2009 at 23:47:23 UTC by Angelo Salese |
|---|
| [PC98]: minor fix to test 512 kb of work ram |
| [src/mess/drivers] | pc98.c |
| r6132 Sunday 18th October, 2009 at 17:52:35 UTC by Curt Coder |
|---|
| [UPD7220] Set word size to 16 bits. |
| [src/mess/video] | upd7220.c |
| r6131 Sunday 18th October, 2009 at 16:42:54 UTC by Harmony |
|---|
| [CDI] Improving sound effect code; sounds great on Golden Oldies 1 and Lemmings, but causes bad sound in Hotel Mario and crashing in Pac-Panic. Commented out for now. [Harmony] |
| [src/mess/drivers] | cdi.c |
| r6130 Sunday 18th October, 2009 at 16:15:02 UTC by Angelo Salese |
|---|
| [PC98]: Added some extra work ram r/w |
| [src/mess/drivers] | pc98.c |
| r6129 Sunday 18th October, 2009 at 10:46:41 UTC by Harmony |
|---|
| [CDI] Un-regressing Mario Hotel's RLE video and ability to get in-game [Harmony] |
| [src/mess/drivers] | cdi.c |
| r6128 Sunday 18th October, 2009 at 08:37:24 UTC by Robbbert |
|---|
| [MESSUI] Discovered the existence of a system-wide software setting; added this to the Device View directory search. |
| [src/mess/osd/winui] | messui.c |
| r6127 Sunday 18th October, 2009 at 06:13:24 UTC by Harmony |
|---|
| [CDI] Added mosaic factor handling, fixes vertical banding in Micro Machines videos [Harmony] |
| [src/mess/drivers] | cdi.c |
| r6126 Sunday 18th October, 2009 at 05:38:07 UTC by Harmony |
|---|
| [CDI] Made message/empty sectors still throw an interrupt if the EOF or EOR bit is set as well as TRIG, not just TRIG. This makes Connect 4 and CD-i Pinball playable, fixes the title screen in Zelda games, and other Capitol Disc Interactive games run farther. [Harmony] |
| [src/mess/drivers] | cdi.c |
| r6125 Sunday 18th October, 2009 at 05:04:45 UTC by R. Belmont |
|---|
| Remove spurious printf. |
| [src/mess/machine] | mac.c |
| r6124 Sunday 18th October, 2009 at 05:02:39 UTC by R. Belmont |
|---|
| [MAC] Fix disassembly override so Toolbox A-line traps are shown. |
| [src/mess/machine] | mac.c |
| Previous 50 | 15994 Revisions | Next 50 |