The MESS SVN has been merged into the MAME SVN.
| Previous 50 | 15994 Revisions | Next 50 |
| r6288 Wednesday 4th November, 2009 at 14:26:45 UTC by R. Belmont |
|---|
| [GBA] Reverted r6243 - the macro has the wrong semantics |
| [src/mess/drivers] | gba.c |
| r6287 Wednesday 4th November, 2009 at 12:09:27 UTC by Miodrag Milanović |
|---|
| Included only osdcomm.h instead of mame.h |
| [src/mess/tools/imgtool/windows] | assoc.c |
| r6286 Wednesday 4th November, 2009 at 10:55:44 UTC by Robbbert |
|---|
| Update to messnew |
| [docs] | messnew.txt |
| r6285 Wednesday 4th November, 2009 at 10:33:58 UTC by Dirk Best |
|---|
| Fixed compile error in debug builds |
| [src/mess/tools/imgtool] | imgterrs.c |
| r6284 Wednesday 4th November, 2009 at 10:31:00 UTC by Robbbert |
|---|
| [INTV] Hopefully fixed multisession bug 1884 |
| [src/mess/machine] | intv.c |
| r6283 Wednesday 4th November, 2009 at 09:39:26 UTC by Miodrag Milanović |
|---|
| [ACT] Fix F1 and F10 crash by adding floppy devices |
| [src/mess/drivers] | act.c |
| r6282 Wednesday 4th November, 2009 at 09:31:37 UTC by Miodrag Milanović |
|---|
| [PC8801] Made TC change to 0 after upd765_continue_command is executed |
| [src/mess/machine] | pc8801.c |
| r6281 Wednesday 4th November, 2009 at 08:13:28 UTC by Firewave |
|---|
| Added missing parenthesis - thanks to aggro from cppcheck |
| [src/mess/drivers] | dectalk.c |
| r6280 Wednesday 4th November, 2009 at 07:17:41 UTC by Miodrag Milanović |
|---|
| Fix compile error for windows build |
| [src/mess/tools/imgtool/windows] | assoc.c |
| r6279 Wednesday 4th November, 2009 at 06:18:30 UTC by Justin Kerk |
|---|
| [A5200] Use standard start button mapping like every other driver instead of F1. |
| [docs] | messnew.txt |
| [src/mess/drivers] | atari.c |
| r6278 Wednesday 4th November, 2009 at 05:58:54 UTC by Justin Kerk |
|---|
| [VECTREX] Change fake dips to config options |
| [src/mess/drivers] | vectrex.c |
| r6277 Wednesday 4th November, 2009 at 01:47:08 UTC by Harmony |
|---|
| [CDI] Changed dipsettings to confsettings [Harmony] [PocketStation] Fixed timer issues enough to make the BIOS being to display something [Harmony] |
| [src/mess/drivers] | cdi.c pockstat.c |
| r6276 Tuesday 3rd November, 2009 at 23:19:58 UTC by Stefano Priore |
|---|
| More ARRAY_LENGTH fixes |
| [src/mess/drivers] | c128.c c16.c cbmb.c dgn_beta.c pet.c vc20.c |
| [src/mess/machine] | vc1541.c |
| [src/mess/video] | vic6567.c |
| r6275 Tuesday 3rd November, 2009 at 22:52:43 UTC by Stefano Priore |
|---|
| Replaced (sizeof(foo) / sizeof(foo[0])) with ARRAY_LENGTH(foo) |
| [src/mess] | artworkx.c device.c inputx.c messopts.c mesvalid.c opresolv.c |
| [src/mess/devices] | appldriv.c cassette.c chd_cd.c flopdrv.c harddriv.c |
| [src/mess/drivers] | a2600.c c65.c palm_dbg.c psx.c svision.c |
| [src/mess/formats] | ap2_dsk.c ap_dsk35.c cassimg.c flopimg.c pc_dsk.c |
| [src/mess/machine] | apple2gs.c bebox.c c64.c cbmb.c cbmdrive.c coco.c dgn_beta.c mac.c nes_ines.c nes_unif.c pet.c upd765.c vtech2.c |
| [src/mess/osd/sdl] | glob.c sdlmess.c |
| [src/mess/osd/windows] | dialog.c glob.c menu.c opcntrl.c winmess.c |
| [src/mess/osd/winui] | devview.c messui.c softwarepicker.c |
| [src/mess/tools] | pile.c |
| [src/mess/tools/imgtool] | filtbas.c imgterrs.c imgtool.c main.c modules.c tstsuite.c |
| [src/mess/tools/imgtool/modules] | cococas.c concept.c fat.c mac.c os9.c pc_hard.c prodos.c rsdos.c ti99.c ti990hd.c |
| [src/mess/tools/imgtool/windows] | assoc.c assocdlg.c attrdlg.c hexview.c secview.c wimgtool.c |
| [src/mess/tools/messdocs] | messdocs.c |
| [src/mess/tools/messtest] | core.c testimgt.c testmess.c |
| [src/mess/video] | coco3.c coco6847.c crtc6845.c |
| r6274 Tuesday 3rd November, 2009 at 22:22:47 UTC by Harmony |
|---|
| [APPLE2] Fixed Bugzilla #1866, "Running with -debug switch causes disk corruption". [Harmony] Dev's Analysis: space->debugger_access is real, and beautiful. Love it and use it. |
| [src/mess/machine] | apple2.c |
| r6273 Tuesday 3rd November, 2009 at 22:04:42 UTC by Harmony |
|---|
| [OSD] Rolling in the proposed fix from Bugzilla #1861 into Picker_GetNumColumns [Harmony] |
| [src/osd/winui] | picker.c |
| r6272 Tuesday 3rd November, 2009 at 21:48:49 UTC by Harmony |
|---|
| [APPLE2] Fixing Bugzilla #1842, "The default lo-res graphics mode does not display properly on the apple2". [Harmony] This bug was caused by a bad shift. Oops. |
| [src/mess/video] | apple2.c |
| r6271 Tuesday 3rd November, 2009 at 19:08:05 UTC by Wilbert Pol |
|---|
| [TI85] Added alt-text to key definitions. |
| [src/mess/drivers] | ti85.c |
| r6270 Tuesday 3rd November, 2009 at 17:33:57 UTC by Curt Coder |
|---|
| Imported from MAME, this partially fixes PC88 floppy! |
| [src/emu/cpu/z80] | z80.c |
| r6269 Tuesday 3rd November, 2009 at 17:15:00 UTC by Harmony |
|---|
| [PocketStation] More PocketStation hardware fleshing-out. Interrupt behavior is questionable, and the BIOS fails because of bad RTC return values. [Harmony] |
| [src/mess/drivers] | pockstat.c |
| r6268 Tuesday 3rd November, 2009 at 03:54:43 UTC by Harmony |
|---|
| [PocketStation] Fleshed out some on-chip peripherals. [Harmony] |
| [src/mess/drivers] | pockstat.c |
| r6267 Tuesday 3rd November, 2009 at 02:19:04 UTC by R. Belmont |
|---|
| [MAC] FDC tweek for II-series machines, fixed parent messup in last checkins |
| [src/mess/drivers] | mac.c |
| [src/mess/machine] | mac.c |
| r6266 Tuesday 3rd November, 2009 at 02:04:19 UTC by R. Belmont |
|---|
| [MAC] Add ROM for Mac SE FDHD upgrade. (Floppy of course doesn't work, HDD boots fine). |
| [src/mess] | messdriv.c |
| [src/mess/drivers] | mac.c |
| r6265 Tuesday 3rd November, 2009 at 01:46:09 UTC by R. Belmont |
|---|
| [MAC] Add original Mac II ROM + quiet ADB debug printf. |
| [src/mess] | messdriv.c |
| [src/mess/drivers] | mac.c |
| [src/mess/machine] | mac.c |
| r6264 Monday 2nd November, 2009 at 23:38:18 UTC by Harmony |
|---|
| [CDI] Added a few debug DIP switches to selectively enable and disable video planes [Harmony] |
| [src/mess/drivers] | cdi.c |
| r6263 Monday 2nd November, 2009 at 19:32:35 UTC by Curt Coder |
|---|
| [PC88] Renamed clone sets. |
| [src/mess] | messdriv.c |
| [src/mess/drivers] | pc8801.c |
| r6262 Monday 2nd November, 2009 at 18:36:56 UTC by Harmony |
|---|
| [Odyssey 2] Bugzilla #1517: Multisession issue with Invaders from Hyperspace [Harmony] Clearing global variables on startup isn't just a good idea, it's the law. |
| [src/mess/video] | odyssey2.c |
| r6261 Monday 2nd November, 2009 at 17:50:26 UTC by Harmony |
|---|
| [SMS/GG] Bugzilla #65: lack of LCD persistence emulation [Harmony] This fixes a number of graphical issues in Game Gear games, including the title screen in Ayrton Senna's Super Monaco GP II and the score in Halley's Comet. |
| [src/mess/video] | smsvdp.c |
| r6260 Monday 2nd November, 2009 at 17:20:16 UTC by R. Belmont |
|---|
| [MAC] Fix macplus POST failure. |
| [src/mess/machine] | mac.c |
| r6259 Monday 2nd November, 2009 at 14:01:01 UTC by Curt Coder |
|---|
| [PC88] Removed BASIC dip switch hack. |
| [src/mess/drivers] | pc8801.c |
| [src/mess/includes] | pc8801.h |
| [src/mess/machine] | pc8801.c |
| r6258 Monday 2nd November, 2009 at 13:43:43 UTC by Curt Coder |
|---|
| [PC88] Cleanup. |
| [src/mess/drivers] | pc8801.c |
| [src/mess/includes] | pc8801.h |
| [src/mess/machine] | pc8801.c |
| [src/mess/video] | pc8801.c |
| r6257 Monday 2nd November, 2009 at 13:19:11 UTC by Harmony |
|---|
| [CDI] - Turned off verbose logging. [Harmony] - Removed stray debugging output. [Harmony] - Added init functions for all CDI hardware, this should fix most if not all multisession issues. [Harmony] |
| [src/mess/drivers] | cdi.c |
| r6256 Monday 2nd November, 2009 at 13:15:26 UTC by Miodrag Milanović |
|---|
| Messram now do not clear memory on reset |
| [src/mess/devices] | messram.c |
| r6255 Monday 2nd November, 2009 at 12:35:33 UTC by Curt Coder |
|---|
| [PC88] Added device tags and reverted d88 changes. |
| [src/mess/drivers] | pc8801.c |
| [src/mess/formats] | d88_dsk.c |
| [src/mess/includes] | pc8801.h |
| [src/mess/machine] | pc8801.c |
| r6254 Monday 2nd November, 2009 at 12:19:43 UTC by Miodrag Milanović |
|---|
| Fixed messram validity check, fixes bug #1879 and problem with mess -validate |
| [src/mess/devices] | messram.c |
| r6253 Monday 2nd November, 2009 at 11:57:54 UTC by Curt Coder |
|---|
| [PC88] Sanitized driver names. |
| [src/mess/drivers] | pc8801.c |
| r6252 Monday 2nd November, 2009 at 11:33:56 UTC by Curt Coder |
|---|
| [PC88] Added cassette device, and D88 disk image plumbing. |
| [src/mess/drivers] | pc8801.c |
| [src/mess/formats] | d88_dsk.c d88_dsk.h* |
| [src/mess/includes] | pc8801.h |
| [src/mess/machine] | pc8801.c |
| r6251 Monday 2nd November, 2009 at 11:20:34 UTC by Curt Coder |
|---|
| [PC88] Added Centronics device. |
| [src/mess/drivers] | pc8801.c |
| [src/mess/includes] | pc8801.h |
| [src/mess/machine] | pc8801.c |
| r6250 Monday 2nd November, 2009 at 11:12:51 UTC by Curt Coder |
|---|
| [PC88] Refactored to use the common uPD1990A device. |
| [src/mess/drivers] | pc8801.c |
| [src/mess/includes] | pc8801.h |
| [src/mess/machine] | pc8801.c |
| r6249 Monday 2nd November, 2009 at 10:56:07 UTC by Curt Coder |
|---|
| [PC8801] Refactored to use the new I8255A device. |
| [src/mess/drivers] | pc8801.c |
| [src/mess/includes] | pc8801.h |
| [src/mess/machine] | pc8801.c |
| r6248 Monday 2nd November, 2009 at 10:19:48 UTC by Robbbert |
|---|
| [POCKSTAT] Allow bios to begin running. |
| [src/mess/drivers] | pockstat.c |
| r6247 Monday 2nd November, 2009 at 08:03:28 UTC by Curt Coder |
|---|
| Refactored to use the new I8255A device. |
| [src/mess/drivers] | act.c pc98.c x1.c |
| r6246 Monday 2nd November, 2009 at 04:47:25 UTC by R. Belmont |
|---|
| [MAC] Updates - Greatly improved ADB behavior. Mouse/button responsiveness is much better on ADB machines (all except 128/512/Plus). Keyboard coming soon. - Mac II and later machines now can successfully write to HDDs (be careful!) - Various tweeks and tuneups |
| [src/mess/drivers] | mac.c |
| [src/mess/includes] | mac.h |
| [src/mess/machine] | mac.c |
| r6245 Monday 2nd November, 2009 at 01:42:44 UTC by Harmony |
|---|
| [PSX] Made the CD controller more verbose on unhandled operations. [Harmony] Replaced some magic numbers with proper #defines. [Harmony] |
| [src/mame/drivers] | konamigq.c konamigv.c ksys573.c twinkle.c zn.c |
| [src/mame/includes] | psx.h |
| [src/mame/machine] | psx.c |
| [src/mame/video] | psx.c |
| [src/mess/drivers] | psx.c |
| r6244 Monday 2nd November, 2009 at 01:03:25 UTC by Angelo Salese |
|---|
| [Apricot Xi]: hooked up PIC/PIT chips and started to work-out the PPI write bits [X1]: Fixed a small bug with floppy options |
| [src/mess/drivers] | act.c x1.c |
| r6243 Sunday 1st November, 2009 at 23:51:13 UTC by Harmony |
|---|
| [Multiple] Corrected old-style mem_mask accesses into ACCESSING_BITS macros. The IP20 and IP22 drivers now detect their SCSI controllers again. [Harmony] |
| [src/mess/drivers] | gba.c ip20.c ip22.c |
| r6242 Sunday 1st November, 2009 at 23:27:39 UTC by Angelo Salese |
|---|
| [Apricot Xi]: Emulated basic video HW |
| [src/mess/drivers] | act.c |
| r6241 Sunday 1st November, 2009 at 23:07:37 UTC by Harmony |
|---|
| [PSX] Added CD-ROM device to machine definition, and fixed old-style inverted mem_mask handling in psx_cd_r and psx_cd_w. No user-visible changes. [Harmony] |
| [src/mess/drivers] | psx.c |
| r6240 Sunday 1st November, 2009 at 21:02:57 UTC by Curt Coder |
|---|
| [TI81] Fixed TI-81 v2.0 BIOS by using the TI-82 machine with it. |
| [src/mess] | messdriv.c |
| [src/mess/drivers] | ti85.c |
| r6239 Sunday 1st November, 2009 at 10:41:41 UTC by Robbbert |
|---|
| [IP6] Fixed crc/sha1 values. |
| [src/mess/drivers] | ip6.c |
| Previous 50 | 15994 Revisions | Next 50 |