Feed
The MESS SVN has been merged into the MAME SVN.
| r6423 Thursday 19th November, 2009 at 16:36:10 UTC by Wilbert Pol |
| [EXL100] Made different machine drivers and memory maps for exl100 and exeltel. |
| [src/mess/drivers] | exelv.c |
| r6422 Thursday 19th November, 2009 at 02:08:18 UTC by R. Belmont |
| [PIPPIN] Improve documentation value a little. |
| [src/mess/drivers] | pippin.c |
| r6421 Wednesday 18th November, 2009 at 23:43:04 UTC by Barry Rodewald |
| [X68030] Fixed segfault. |
| r6420 Wednesday 18th November, 2009 at 21:40:12 UTC by Wilbert Pol |
| [EXL100] Added some more logerrors, set tms5220 RDY signal to 0 for testing. |
| [src/mess/drivers] | exelv.c |
| r6419 Wednesday 18th November, 2009 at 21:30:16 UTC by Wilbert Pol |
| [EXL100] Hooked up tms702x-tms704x communication i/o port bits. |
| [src/mess/drivers] | exelv.c |
| r6418 Wednesday 18th November, 2009 at 21:03:09 UTC by Wilbert Pol |
| [EXL100] Added tms7041 i/o ports to the memory map. |
| [src/mess/drivers] | exelv.c |
| r6417 Wednesday 18th November, 2009 at 19:51:27 UTC by Wilbert Pol |
| [EXL100] Corrected cpu clocks. |
| [src/mess/drivers] | exelv.c |
| r6416 Wednesday 18th November, 2009 at 19:30:09 UTC by Wilbert Pol |
| [EXL100] Added 7041 rom dump. |
| [docs] | messnew.txt |
| [src/mess/drivers] | exelv.c |
| r6415 Wednesday 18th November, 2009 at 19:21:47 UTC by Miodrag Milanović |
| Fixed beta floppy disk controller to floppy drive mapping (fixes pent1024 and scorpion crash) |
| r6414 Wednesday 18th November, 2009 at 18:49:07 UTC by Firewave |
| Corrected system include |
| r6413 Wednesday 18th November, 2009 at 12:55:43 UTC by Harmony |
| [IP22] Temporarily commenting out ip22_dma to hopefully reduce driver crashiness. [Harmony] |
| r6412 Wednesday 18th November, 2009 at 12:12:46 UTC by Miodrag Milanović |
| Proper assert for floppy drive device check |
| [src/mess/devices] | flopdrv.c |
| r6411 Wednesday 18th November, 2009 at 08:30:11 UTC by Jonathan Gevaryahu |
| fix crash bug |
| r6410 Wednesday 18th November, 2009 at 07:38:35 UTC by Jonathan Gevaryahu |
Got rid of R->OldNoise since it causes problems for gamegear/sms. Changed noise taps accordingly. Redid change to gamegear/sms for XOR vs XNOR, now verified by Justin Kerk. Verified gamegear noise taps thanks to sample provided by Justin Kerk.
Add stereo sound support to sn76496.c for gamegear.
Hooked up gamegear as stereo. |
| [src/emu/sound] | sn76496.c sn76496.h |
| [src/mess/drivers] | sms.c |
| [src/mess/includes] | sms.h |
| [src/mess/machine] | sms.c |
| r6409 Tuesday 17th November, 2009 at 23:31:51 UTC by Firewave |
| Fixed typo in #ifdef |
| [src/mess/devices] | harddriv.c |
| r6408 Tuesday 17th November, 2009 at 19:11:07 UTC by Harmony |
| Fixes the build. |
| r6407 Tuesday 17th November, 2009 at 18:35:28 UTC by Harmony |
[N64] Multiple fixes:
- Many core fixes to fix TLB behavior [Aaron Giles]
- Corrected a typo in BLENDER2_16 [Harmony]
- Corrected memory mirroring during PI transfers [DrgnMndd]
- Reduced tcache to 4Kbytes as it should be [angrylion]
- Improved TLUT loads, fixes characters in Goldeneye [angrylion] |
| [src/emu/cpu] | vtlb.c |
| [src/emu/cpu/mips] | mips3com.c mips3com.h mips3drc.c |
| [src/mame/machine] | n64.c |
| [src/mame/video] | n64.c |
| [src/mess/drivers] | n64.c |
| r6406 Tuesday 17th November, 2009 at 13:09:29 UTC by Jonathan Gevaryahu |
| revert gamegear/sms psg change, was probably correct before, but need a better sample from the real thing to make sure |
| r6405 Tuesday 17th November, 2009 at 09:30:04 UTC by Robbbert |
| [AVIGO] Adjust artwork |
| r6404 Monday 16th November, 2009 at 12:54:39 UTC by Harmony |
| [N64] Potential fix for 64-bit crashiness. [Harmony] |
| r6403 Monday 16th November, 2009 at 09:36:19 UTC by Miodrag Milanović |
| Skeleton for Sharp PC-E220, some basic memory mapping |
| [docs] | messnew.txt |
| [src/mess] | mess.mak messdriv.c |
| [src/mess/drivers] | pce220.c* |
| r6402 Monday 16th November, 2009 at 09:33:42 UTC by Jonathan Gevaryahu |
| Add proms from sdk-86 as no_dump, to be dumped soon. |
| [src/mess/drivers] | sdk86.c |
| r6401 Monday 16th November, 2009 at 08:38:17 UTC by Jonathan Gevaryahu |
Add NCR7496 variant to sn76496.c
Switched Tandy machines to use NCR7496 variant.
Switched the SMS and Game gear PSGs to use an XOR instead of XNOR feedback, but this needs further verification. Updated comments to show which chips are verified. |
| [src/emu/sound] | sn76496.c sn76496.h |
| [src/mess/drivers] | pc.c |
| r6400 Monday 16th November, 2009 at 07:39:49 UTC by Miodrag Milanović |
| [hec2hrp][interact] Added more features to Micronique machines [JJ Stacino] |
| [src/mess/drivers] | hec2hrp.c interact.c |
| [src/mess/includes] | hec2hrp.h |
| [src/mess/machine] | hec2hrp.c |
| r6399 Monday 16th November, 2009 at 05:36:35 UTC by Jonathan Gevaryahu |
| Fix screeching in regulus (in MAME): When summing together four equal channels, the size of the max amplitude per channel should be 1/4 of the max range, not 1/3. No idea how old this bug is. |
| r6398 Monday 16th November, 2009 at 01:55:55 UTC by Barry Rodewald |
| [FMTOWNS] Added kana key flag. |
| [src/mess/drivers] | fmtowns.c |
| r6397 Sunday 15th November, 2009 at 22:04:46 UTC by Harmony |
| [VR4300] Fixed TLB load/store vector and Context behavior in MIPS core [Harmony] |
| [src/emu/cpu/mips] | mips3drc.c |
| r6396 Sunday 15th November, 2009 at 20:50:38 UTC by Harmony |
| [N64] Out, out darn warning! [Harmony] |
| r6395 Sunday 15th November, 2009 at 20:43:32 UTC by Harmony |
| [N64] More warnings begone! [Harmony] |
| r6394 Sunday 15th November, 2009 at 18:11:41 UTC by Justin Kerk |
| Converted comments from legacy encodings to UTF-8 |
| [src/mess/drivers] | hec2hrp.c interact.c |
| [src/mess/includes] | hectorkey.h |
| [src/mess/machine] | hec2hrp.c |
| [src/mess/video] | hec2video.c |
| r6393 Sunday 15th November, 2009 at 15:59:33 UTC by Harmony |
[CDI]
Fixed soundmap decode timing in Lemmings and other games. Lemmings now has full music. [CD-i Fan]
Made Reset Mode 2 read a full sector before resetting, as with Reset Mode 1. This allows Mega Maze to show the playfield and start playing music before hanging. [Harmony] |
| r6392 Sunday 15th November, 2009 at 15:11:42 UTC by Firewave |
| Fixed some (potential) resource leaks reported by cppcheck |
| [src/mess/tools/messdocs] | messdocs.c |
| [src/osd/winui] | mkhelp.c |
| r6391 Sunday 15th November, 2009 at 14:46:26 UTC by Nathan Woods |
[TI99] Fixed a crash when the user mounts cartridge dump files in legacy mode.
[Michael Zapf] |
| [docs] | messnew.txt |
| [src/mess/devices] | ti99cart.c |
| r6390 Sunday 15th November, 2009 at 11:13:21 UTC by Harmony |
| [N64] Making a small logical modification to vi_filter16 [angrylion] |
| r6389 Sunday 15th November, 2009 at 10:26:51 UTC by Harmony |
| [N64] Relaxed ti_address alignment restriction. [Harmony] |
| r6388 Sunday 15th November, 2009 at 10:14:58 UTC by Harmony |
| [N64] Clarifying some math, suggested by angrylion [angrylion] |
| r6387 Sunday 15th November, 2009 at 09:54:09 UTC by Harmony |
| [N64] Adding DrgnMndd's changes [DrgnMndd] |
| r6386 Sunday 15th November, 2009 at 09:44:40 UTC by Harmony |
| [N64] Fixed a typo, which fixes RGBA textures [Harmony] |
| r6385 Sunday 15th November, 2009 at 09:31:47 UTC by Harmony |
| [N64] More warning fixing? This probably breaks the restore functionality, someone familiar with it in the external plugin should look at MESS's implementation. [Harmony] |
| r6384 Sunday 15th November, 2009 at 09:13:49 UTC by Harmony |
| [N64] Improved rdp_load_tlut, and removed more warnings [Harmony] |
| r6383 Sunday 15th November, 2009 at 08:54:12 UTC by Harmony |
| [N64] More warning elimination [Harmony] |
| r6382 Sunday 15th November, 2009 at 08:36:33 UTC by Harmony |
| [N64] Eliminating some compile errors when treating warnings as errors [Harmony] |
| r6381 Sunday 15th November, 2009 at 07:15:16 UTC by Harmony |
| [N64] Driver-side changes to go with MAME-side changes from r6379 [Harmony] |
| r6380 Sunday 15th November, 2009 at 07:13:12 UTC by Harmony |
| Added attribution in comments |
| r6379 Sunday 15th November, 2009 at 07:11:28 UTC by Harmony |
| - Numerous RDP rendering fixes [angrylion, Gonetz, Orkin] |
| [src/mame/includes] | n64.h |
| [src/mame/machine] | n64.c |
| [src/mame/video] | n64.c |
| r6378 Sunday 15th November, 2009 at 05:11:12 UTC by Jonathan Gevaryahu |
| Commented out bipolar code, since it breaks sonic 2 on gamegear's "sega" sample. |
| r6377 Sunday 15th November, 2009 at 04:35:21 UTC by Robbbert |
| [MPF1] Fixed access violation in mpf1p. It still doesn't work though. |
| r6376 Sunday 15th November, 2009 at 03:51:52 UTC by Jonathan Gevaryahu |
| Trashed the old pre-accurate-clocking STEP based sample averaging scheme from sn76489 and friends, vastly simplifying the code. Made the output bipolar rather than only above the 0 line. |
| r6375 Sunday 15th November, 2009 at 01:39:28 UTC by Robbbert |
| [ORIC] Fixed banking error in Telestrat |
| r6374 Saturday 14th November, 2009 at 23:56:58 UTC by Robbbert |
| [TI99_4A] Fixed assert in debug build [Michael Zapf] |
© 1998-2018 The MESS Team