Note: GitHub retired the SVN interface on January 8, 2024.
| Previous 50 | 199869 Revisions | Next 50 |
| r34883 Friday 6th February, 2015 at 03:53:29 UTC by Jonathan Gevaryahu |
|---|
| fix compile (n/w) |
| [src/mess/drivers] | pc9801.c |
| r34882 Friday 6th February, 2015 at 01:20:19 UTC by Couriersud |
|---|
| A bit more alignment between windows and sdl. (nw) |
| [src/osd/sdl] | draw13.c drawbgfx.c drawogl.c drawsdl.c window.c window.h |
| [src/osd/windows] | window.h |
| r34881 Friday 6th February, 2015 at 00:13:55 UTC by Couriersud |
|---|
| Get rid of "resize" render method. (nw) |
| [src/osd/sdl] | draw13.c drawbgfx.c drawogl.c drawsdl.c window.c window.h |
| r34880 Thursday 5th February, 2015 at 23:31:38 UTC by Brian Troha |
|---|
| silvmil.c: Update the dipswitch settings for Puzzlove as per PCB. - NW |
| [src/mame/drivers] | silvmil.c |
| r34879 Thursday 5th February, 2015 at 22:24:15 UTC by Couriersud |
|---|
| Introduced a comparable "osd_renderer" interface like it now exists for SDL to mainline. Ultimately, this will allow renderers to be placed in modules\renderer and e.g. allow the opengl renderer to be used in mainline or the d3d renderer to be used in sdlmame. (nw) |
| [src/osd/windows] | d3dhlsl.c drawbgfx.c drawd3d.c drawd3d.h drawdd.c drawgdi.c drawnone.c window.c window.h |
| r34878 Thursday 5th February, 2015 at 21:31:45 UTC by Alex W. Jackson |
|---|
| jagblit.inc: attempt to fix expression that triggers clang warning (nw) |
| [src/mame/video] | jagblit.inc |
| r34877 Thursday 5th February, 2015 at 20:43:50 UTC by Oliver Stöneberg |
|---|
| fixed clang 3.4 compilation (nw) |
| [src/build] | flags_clang.mak |
| r34876 Thursday 5th February, 2015 at 20:13:33 UTC by Brian Troha |
|---|
| New PE+ Slot game added New Game Added ------------------------------------------- Player's Edge Plus (PS0090) Gold, Silver & Bronze Slots [BrianT] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | peplus.c |
| r34875 Thursday 5th February, 2015 at 19:27:53 UTC by David Haywood |
|---|
| new clones Side Arms - Hyper Dyne (US, 861202) [system11] (note, the date string for this game can be found in the ROMs, so I've added it to all sets, the new set is the newest, others are a few days earlier) system11 also thinks our current ROM names are from a bootleg. |
| [src/mame] | mame.lst |
| [src/mame/drivers] | sidearms.c |
| r34874 Thursday 5th February, 2015 at 18:23:22 UTC by Samuele Zannoli |
|---|
| i386: add x87 opcodes FCMOVB FCMOVE FCMOVBE FCMOVU FCMOVNB FCMOVNE FCMOVNBE FCMOVNU FCOMI FUCOMI FUCOMIP (nw) |
| [src/emu/cpu/i386] | i386.h x87ops.inc |
| r34873 Thursday 5th February, 2015 at 18:18:12 UTC by Carl |
|---|
| (mess) pc9801: fix egc shifter (nw) |
| [src/lib/formats] | pc98_dsk.c |
| [src/mess/drivers] | pc9801.c |
| r34872 Thursday 5th February, 2015 at 17:23:32 UTC by Osso |
|---|
| toki.c: don't know what happened with this, but thanks Haze for fixing compile (nw) |
| [src/mame/drivers] | toki.c |
| [src/mame/includes] | toki.h |
| r34871 Thursday 5th February, 2015 at 16:52:09 UTC by Oliver Stöneberg |
|---|
| re-enabled some C++11 compiler warnings (nw) |
| [src/build] | flags_clang.mak flags_gcc.mak |
| r34870 Thursday 5th February, 2015 at 16:27:51 UTC by Oliver Stöneberg |
|---|
| fixed some more C++11 compiler warnings (nw) |
| [src/emu/bus/abckb] | abc99.c |
| [src/emu/bus/pc_kbd] | ec1841.c iskr1030.c pcat84.c pcxt83.c |
| [src/mess/drivers] | hx20.c indiana.c pt68k4.c ti74.c ticalc1x.c |
| [src/mess/machine] | wangpckb.c |
| r34869 Thursday 5th February, 2015 at 15:57:45 UTC by Oliver Stöneberg |
|---|
| fixed some C++11 compiler warnings (nw) |
| [src/emu] | schedule.c |
| [src/mess/machine] | apollo.c pc1512kb.c victor9kb.c |
| [src/mess/tools/imgtool/modules] | ti990hd.c |
| [src/tools] | chdman.c |
| r34868 Thursday 5th February, 2015 at 15:41:05 UTC by Oliver Stöneberg |
|---|
| fixed -Wunused-local-typedefs warnings with ATTR_UNUSED and enabled it again (nw) |
| [src/build] | flags_clang.mak flags_gcc.mak |
| [src/emu] | addrmap.h |
| r34867 Thursday 5th February, 2015 at 14:40:53 UTC by Oliver Stöneberg |
|---|
| fixed makefile (nw) |
| [/trunk] | makefile |
| r34866 Thursday 5th February, 2015 at 14:38:41 UTC by Oliver Stöneberg |
|---|
| disable a GCC warning with CPP11=1 (nw) also moved clang C++11 warning supression into CPP11 define |
| [src/build] | flags_clang.mak flags_gcc.mak |
| r34865 Thursday 5th February, 2015 at 13:49:05 UTC by Oliver Stöneberg |
|---|
| flags_clang.mak: additions for clang 3.6 and cleanups (nw) also enabled some warning by default again. they were disabled because of bugs in clang which have been fixed by now. unfortunately the disabling predates the proper version handling, so it's not clear for which versions they should be ignored. so if they come up again we just need to re-add them by checking for the proper version |
| [src/build] | flags_clang.mak |
| r34864 Thursday 5th February, 2015 at 13:40:19 UTC by Oliver Stöneberg |
|---|
| added makefile define CPP11 to compile C++ code as C++11 [Oliver Stöneberg] |
| [/trunk] | makefile |
| r34863 Thursday 5th February, 2015 at 11:46:50 UTC by Guru |
|---|
| segas16b.c: small documentation update (nw) |
| [src/mame/drivers] | segas16b.c |
| r34862 Thursday 5th February, 2015 at 11:35:25 UTC by Robbbert |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame |
| [src/mame/drivers] | megadrvb.c |
| [src/mame/machine] | 315-5838_317-0229_comp.c 315-5881_crypt.c 315_5296.c |
| [src/tools] | chdman.c |
| r34861 Thursday 5th February, 2015 at 11:33:07 UTC by Robbbert |
|---|
| (MESS) kaypro: kayproii, kaypro4, omni2 can boot from floppy, marked as working. Kaypro4p88 and kaypro10 can also boot from floppy but have other issues. |
| [src/mame/drivers] | megadrvb.c |
| [src/mame/machine] | 315-5838_317-0229_comp.c 315-5881_crypt.c 315_5296.c |
| [src/mess/drivers] | kaypro.c |
| [src/mess/includes] | kaypro.h |
| [src/mess/machine] | kaypro.c |
| [src/tools] | chdman.c |
| r34860 Thursday 5th February, 2015 at 10:01:43 UTC by Jürgen Buchmüller |
|---|
| Report core file position in case of a CHD hunk read error (nw) |
| [src/tools] | chdman.c |
| r34859 Thursday 5th February, 2015 at 08:32:04 UTC by Fabio Priuli |
|---|
| minor naming fixes. nw. |
| [src/mame/drivers] | megadrvb.c |
| [src/mame/machine] | 315-5838_317-0229_comp.c 315-5881_crypt.c 315_5296.c |
| r34858 Thursday 5th February, 2015 at 01:11:49 UTC by Couriersud |
|---|
| Fix compile on windows (sdl). (nw) |
| [src/osd/modules/sound] | direct_sound.c |
| r34857 Thursday 5th February, 2015 at 00:58:55 UTC by Couriersud |
|---|
| Remove some passing around of running_machine where it is not needed. (nw) |
| [src/osd/sdl] | input.c input.h video.c window.c window.h |
| r34856 Thursday 5th February, 2015 at 00:10:32 UTC by Couriersud |
|---|
| Too many #defines and #ifdefs. Missed this one on drawgbfx. (nw) |
| [src/osd/sdl] | drawbgfx.c |
| r34855 Thursday 5th February, 2015 at 00:06:37 UTC by Couriersud |
|---|
| Moved all window related code to window.c. (nw) |
| [src/osd/sdl] | draw13.c drawbgfx.c drawogl.c drawsdl.c input.c video.c window.c window.h |
| r34854 Wednesday 4th February, 2015 at 23:33:10 UTC by Couriersud |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame.git |
| [src/lib] | lib.mak |
| [src/mame/drivers] | toki.c |
| [src/mame/includes] | toki.h |
| [src/mame/video] | toki.c |
| [src/mess/drivers] | c65.c |
| r34853 Wednesday 4th February, 2015 at 18:03:30 UTC by Couriersud |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame.git |
| [src/mame/drivers] | goodejan.c naomi.c sengokmj.c |
| [src/mess/drivers] | pentagon.c spec128.c |
| [src/mess/video] | spectrum.c |
| r34852 Wednesday 4th February, 2015 at 18:03:20 UTC by Couriersud |
|---|
| Window creation now is done in windows.c. (nw) |
| [src/osd/sdl] | draw13.c drawogl.c drawsdl.c window.c window.h |
| r34851 Wednesday 4th February, 2015 at 17:17:50 UTC by Couriersud |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame.git |
| [src/mame/drivers] | bloodbro.c dcon.c |
| [src/mame/includes] | bloodbro.h dcon.h |
| [src/mame/video] | bloodbro.c dcon.c |
| r34850 Wednesday 4th February, 2015 at 17:16:42 UTC by Couriersud |
|---|
| Some more code alignment. (nw) |
| [src/osd/sdl] | draw13.c drawogl.c drawsdl.c window.h |
| r34849 Wednesday 4th February, 2015 at 14:16:36 UTC by Couriersud |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame.git |
| [src/mame/drivers] | lindbergh.c |
| r34848 Wednesday 4th February, 2015 at 13:37:41 UTC by Couriersud |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame.git Conflicts: src/osd/sdl/drawsdl.c |
| [3rdparty/bgfx/src] | renderer_d3d11.cpp |
| [src/lib] | lib.mak |
| [src/mame] | mame.lst |
| [src/mame/drivers] | aleck64.c naomi.c silvmil.c |
| [src/mame/video] | decospr.c decospr.h |
| [src/mess/drivers] | mbee.c |
| [src/mess/includes] | mbee.h |
| [src/mess/machine] | mbee.c |
| [src/osd/sdl] | drawsdl.c |
| [src/osd/windows] | vconv.c winprefix.h |
| r34847 Wednesday 4th February, 2015 at 13:24:05 UTC by Couriersud |
|---|
| Safety commit before pull. More code alignment. (nw) |
| [3rdparty/bgfx/src] | renderer_d3d11.cpp |
| [src/lib] | lib.mak |
| [src/mame] | mame.lst |
| [src/mame/drivers] | aleck64.c bloodbro.c dcon.c goodejan.c lindbergh.c naomi.c sengokmj.c silvmil.c toki.c |
| [src/mame/includes] | bloodbro.h dcon.h toki.h |
| [src/mame/video] | bloodbro.c dcon.c decospr.c decospr.h toki.c |
| [src/mess/drivers] | c65.c mbee.c pentagon.c spec128.c |
| [src/mess/includes] | mbee.h |
| [src/mess/machine] | mbee.c |
| [src/mess/video] | spectrum.c |
| [src/osd/sdl] | draw13.c drawbgfx.c drawogl.c drawsdl.c window.c window.h |
| [src/osd/windows] | vconv.c winprefix.h |
| r34846 Wednesday 4th February, 2015 at 21:49:49 UTC by Angelo Salese |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame |
| [src/mame/includes] | toki.h |
| r34845 Wednesday 4th February, 2015 at 21:49:31 UTC by Angelo Salese |
|---|
| Basic KB hookup, thinks that GRAPH is always on for whatever reason ... |
| [src/mame/includes] | toki.h |
| [src/mess/drivers] | c65.c |
| r34844 Wednesday 4th February, 2015 at 21:02:24 UTC by David Haywood |
|---|
| toki.h wasn't in sync with the toki.c files? fixes compile (nw) |
| [src/mame/includes] | toki.h |
| r34843 Wednesday 4th February, 2015 at 20:42:51 UTC by Angelo Salese |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame |
| [src/lib] | lib.mak |
| r34842 Wednesday 4th February, 2015 at 20:42:22 UTC by Angelo Salese |
|---|
| Added bread-and-butter IRQ support. VIC3 blinks, CIA cries too. |
| [src/mess/drivers] | c65.c |
| r34841 Wednesday 4th February, 2015 at 20:19:05 UTC by Angelo Salese |
|---|
| Hooked up CIAs |
| [src/lib] | lib.mak |
| [src/mess/drivers] | c65.c |
| r34840 Wednesday 4th February, 2015 at 19:26:43 UTC by Peter Ferrie |
|---|
| another compile fix for MSVC 2012 (nw) |
| [src/lib] | lib.mak |
| r34839 Wednesday 4th February, 2015 at 18:31:41 UTC by Osso |
|---|
| toki.c: added save state support (nw) |
| [src/mame/drivers] | toki.c |
| [src/mame/includes] | toki.h |
| [src/mame/video] | toki.c |
| r34838 Wednesday 4th February, 2015 at 17:36:27 UTC by Osso |
|---|
| goodejan.c, sengokmj.c: added save state support (nw) |
| [src/mame/drivers] | goodejan.c sengokmj.c |
| r34837 Wednesday 4th February, 2015 at 17:21:10 UTC by MetalliC |
|---|
| naomi.c add Derby Owners Club IO board dump [Mr. CAST, Smitdogg, The Dumping Union] add key PIC for DIMM Firmware Update for CF-BOX (GDS-0042A) misc notes and fixes (nw) |
| [src/mame/drivers] | naomi.c |
| r34836 Wednesday 4th February, 2015 at 17:20:43 UTC by MetalliC |
|---|
| (MESS) spectrum.c partial screen updates note: for now hooked only at 128k screen page flip |
| [src/mess/drivers] | pentagon.c spec128.c |
| [src/mess/video] | spectrum.c |
| r34835 Wednesday 4th February, 2015 at 17:16:48 UTC by Osso |
|---|
| dcon.c: added save state support (nw) |
| [src/mame/drivers] | dcon.c |
| [src/mame/includes] | dcon.h |
| [src/mame/video] | dcon.c |
| r34834 Wednesday 4th February, 2015 at 17:02:55 UTC by Osso |
|---|
| bloodbro.c: added save state support (nw) |
| [src/mame/drivers] | bloodbro.c |
| [src/mame/includes] | bloodbro.h |
| [src/mame/video] | bloodbro.c |
| Previous 50 | 199869 Revisions | Next 50 |