Note: GitHub retired the SVN interface on January 8, 2024.
| Previous 50 | 199869 Revisions | Next 50 |
| r30983 Sunday 15th June, 2014 at 17:42:27 UTC by Couriersud |
|---|
| Goodbye to m_last_analog ... it was used any longer. |
| [src/emu/netlist] | nl_base.c nl_base.h |
| [src/emu/netlist/analog] | nld_solver.c |
| r30982 Sunday 15th June, 2014 at 17:38:18 UTC by Couriersud |
|---|
| Optimized netlist proxies. Small but measurable performance increase for pongf and Pong Doubles. In addition, moved some code between classes and sorted code in nl_base.c |
| [src/emu/netlist] | nl_base.c nl_base.h |
| [src/emu/netlist/analog] | nld_bjt.c nld_fourterm.c nld_solver.h nld_twoterm.c |
| [src/emu/netlist/devices] | nld_system.c nld_system.h |
| r30981 Sunday 15th June, 2014 at 15:56:23 UTC by R. Belmont |
|---|
| Apollo updates [Hans Ostermeyer] - Fixed ISA bus endianness, it's the same as other 680x0 systems with ISA - Improved logging in several places - "20 years ago" option updated to now-necessary "25 years ago" - Fixed ISA high IRQ routing - Fixed 3c505 to have a 16 bit ISA interface - Fixed omti8621 and sc499 to have correct-endian ISA interfaces |
| [src/emu/bus/isa] | 3c505.c 3c505.h omti8621.c sc499.c |
| [src/emu/machine] | mc68681.c |
| [src/mess/drivers] | apollo.c |
| [src/mess/includes] | apollo.h |
| [src/mess/machine] | apollo.c |
| r30980 Sunday 15th June, 2014 at 15:06:23 UTC by Couriersud |
|---|
| netlist: - Removed m_new_Analog - Did some tests using linear prediction. This is not used since the savings are about the same size as the effort. |
| [src/emu/netlist] | nl_base.c nl_base.h |
| [src/emu/netlist/analog] | nld_solver.c nld_solver.h |
| r30979 Sunday 15th June, 2014 at 11:48:09 UTC by David Haywood |
|---|
| documentation improvement (nw) |
| [src/mame/drivers] | gstriker.c |
| r30978 Sunday 15th June, 2014 at 09:39:06 UTC by David Haywood |
|---|
| shuffle (nw) |
| [src/mame/drivers] | gstriker.c |
| [src/mame/video] | gstriker.c |
| r30977 Sunday 15th June, 2014 at 05:38:24 UTC by Alex Jackson |
|---|
| nsmpoker.c: 8 color palette + 4bpp tilemap is not a good idea, even in a barely-more-than-skeleton driver (nw) |
| [src/mame/drivers] | nsmpoker.c |
| r30976 Saturday 14th June, 2014 at 19:43:08 UTC by hap |
|---|
| removed MCFG_LR35902_RESET_VALUES |
| [src/emu/cpu/lr35902] | lr35902.c lr35902.h |
| [src/mess/drivers] | gb.c |
| r30975 Saturday 14th June, 2014 at 19:10:40 UTC by R. Belmont |
|---|
| SDL: Always supply screen size uniforms to GLSL shaders, and fix bug with X multihead. [R. Belmont] |
| [src/osd/sdl] | drawogl.c |
| r30974 Saturday 14th June, 2014 at 18:38:11 UTC by Wilbert Pol |
|---|
| (MESS)New drivers added: Yamaha FB-01 [Wilbert Pol] |
| [src/mess/drivers] | fb01.c |
| r30973 Saturday 14th June, 2014 at 17:52:05 UTC by David Haywood |
|---|
| new clones Galaga '88 (02-03-88) [Andrew Welburn] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | namcos1.c |
| r30972 Saturday 14th June, 2014 at 10:06:13 UTC by Alex Jackson |
|---|
| Convert some more drivers to core palette handling (nw) |
| [src/mame/drivers] | arcadecl.c badlands.c klax.c rampart.c vegaeo.c |
| [src/mame/machine] | atarigen.c atarigen.h |
| r30971 Saturday 14th June, 2014 at 08:13:05 UTC by David Haywood |
|---|
| don't think this rom belongs in this set (nw) |
| [src/mame/drivers] | rpunch.c |
| r30970 Saturday 14th June, 2014 at 00:24:59 UTC by David Haywood |
|---|
| improve layer alignments with video reference (nw) |
| [src/mame/drivers] | rpunch.c |
| [src/mame/includes] | rpunch.h |
| [src/mame/video] | rpunch.c |
| r30969 Friday 13th June, 2014 at 23:40:20 UTC by Wilbert Pol |
|---|
| Fix linking on osx (nw) |
| [src/mame] | mame.mak |
| r30968 Friday 13th June, 2014 at 23:38:07 UTC by David Haywood |
|---|
| fixed some missing gfx in svolley (nw) |
| [src/mame/drivers] | rpunch.c |
| r30967 Friday 13th June, 2014 at 22:55:11 UTC by David Haywood |
|---|
| use mixer regs (nw) |
| [src/mame/drivers] | gstriker.c |
| [src/mame/includes] | gstriker.h |
| [src/mame/video] | gstriker.c vsystem_spr.c vsystem_spr.h |
| r30966 Friday 13th June, 2014 at 21:54:35 UTC by hap |
|---|
| log illegal ops |
| [src/emu/cpu/lr35902] | lr35902.c opc_cb.inc opc_main.inc |
| r30965 Friday 13th June, 2014 at 21:20:34 UTC by hap |
|---|
| renamed opcode lists.h to .inc, renamed LR35902_FLAG_x to FLAG_x |
| [src/emu/cpu] | cpu.mak |
| [src/emu/cpu/lr35902] | lr35902.c lr35902.h |
| r30964 Friday 13th June, 2014 at 21:13:45 UTC by Wilbert Pol |
|---|
| (MESS) msx.c: added sfg05 support (still without midi) (nw) |
| [src/emu/bus/msx_cart] | cartridge.c yamaha.c yamaha.h |
| [src/emu/bus/msx_slot] | cartridge.h |
| [src/mess/drivers] | msx.c |
| [src/mess/includes] | msx.h |
| r30963 Friday 13th June, 2014 at 21:01:35 UTC by Alex Jackson |
|---|
| Change remaining references to -nosound to -sound none in code and docs; move description of -sound option to OSD-specific doc files to be orthogonal to -video (nw) |
| [docs] | SDL.txt config.txt windows.txt |
| [src/osd] | osdepend.c |
| [src/osd/sdl/man] | mame.6 |
| [src/tools] | runtest.cmd |
| r30962 Friday 13th June, 2014 at 20:17:06 UTC by Tafoid |
|---|
| Correct format of -sound command in documents to match recent changes. (nw) |
| [docs] | config.txt |
| r30961 Friday 13th June, 2014 at 17:20:57 UTC by David Haywood |
|---|
| reorganize some code for gstriker (no functional change) (nw) |
| [src/mame] | mame.mak |
| [src/mame/drivers] | gstriker.c |
| [src/mame/includes] | gstriker.h |
| [src/mame/video] | excellent_spr.c gstriker.c mb60553.c* mb60553.h* vs920a.c* vs920a.h* |
| r30960 Friday 13th June, 2014 at 15:34:24 UTC by Carl |
|---|
| (mess) x68k: don't copy so much with the crtc text copy op (nw) |
| [src/mess/drivers] | x68k.c |
| [src/mess/includes] | x68k.h |
| [src/mess/video] | x68k.c |
| r30959 Friday 13th June, 2014 at 07:11:24 UTC by Curt Coder |
|---|
| atahle: Added CS1 active status register. [Curt Coder] (MESS) ql: Qubide WIP. (nw) |
| [src/emu/bus/ql] | qubide.c |
| [src/emu/machine] | atahle.c |
| r30958 Thursday 12th June, 2014 at 21:03:04 UTC by Wilbert Pol |
|---|
| (MESS) fb01.c: Fixed irq handling (nw) |
| [src/mess/drivers] | fb01.c |
| r30957 Thursday 12th June, 2014 at 21:01:34 UTC by Tafoid |
|---|
| Compile fix for DEBUG=1 builds, 32-bit, GCC 4.6.3 (nw) |
| [src/lib/web] | mongoose.c |
| r30956 Thursday 12th June, 2014 at 20:24:45 UTC by Wilbert Pol |
|---|
| (MESS) fb01.c: Fixed communication between midi-in and 8251. (nw) |
| [src/emu/machine] | i8251.c |
| [src/mess/drivers] | fb01.c |
| r30955 Thursday 12th June, 2014 at 19:43:10 UTC by Tafoid |
|---|
| Missing .lst entry from latest chihiro/triforce submission (nw) |
| [src/mame] | mame.lst |
| r30954 Thursday 12th June, 2014 at 18:34:19 UTC by Curt Coder |
|---|
| (MESS) ql: Qubide WIP. (nw) |
| [src/emu/bus/ql] | qubide.c qubide.h |
| r30953 Thursday 12th June, 2014 at 09:40:49 UTC by Oliver Stöneberg |
|---|
| fixed -j compilation with VS2013 [Oliver Stöneberg] |
| [src/osd/windows] | vconv.c |
| r30952 Thursday 12th June, 2014 at 07:03:23 UTC by Miodrag Milanović |
|---|
| Updated mongoose and fixed initial websocket connecte to client (nw) |
| [src/emu] | luaengine.c webengine.c |
| [src/lib/web] | mongoose.c mongoose.h |
| r30951 Thursday 12th June, 2014 at 03:11:37 UTC by R. Belmont |
|---|
| SDL: fix -prescale 0.153 regression. [R. Belmont] |
| [src/osd/sdl] | drawogl.c |
| r30950 Thursday 12th June, 2014 at 01:56:30 UTC by Tafoid |
|---|
| Documentation fixes from Metallic (nw) |
| [src/mame/drivers] | naomi.c |
| r30949 Thursday 12th June, 2014 at 00:59:56 UTC by Tafoid |
|---|
| chihiro.c: [f205v] - Added exact release dates, GDX info and descriptions for all known existing games/releases not yet secured or dumped - Added v5 CHDs redumps for: GDX-0002B, GDX-0003A, GDX-0006G, GDX-0024A triforce.c: [f205v] - Added exact release dates, GDT info and descriptions for all known existing games/releases not yet secured or dumped - Added v5 CHDs redumps for: GDT-0002, GDT-0013E, GDT-0015 |
| [src/mame] | mame.lst |
| [src/mame/drivers] | chihiro.c triforce.c |
| r30948 Wednesday 11th June, 2014 at 20:52:14 UTC by Wilbert Pol |
|---|
| (MESS) Added Yamaha FB-01 I haven't been able to test if this makes the expected sounds when a midi keyboard is hooked up the midi-in port of this device. |
| [src/mess] | mess.lst mess.mak |
| [src/mess/drivers] | fb01.c* |
| [src/mess/layout] | fb01.lay* |
| r30947 Wednesday 11th June, 2014 at 19:22:49 UTC by David Haywood |
|---|
| new clones Space Invaders (Electromar, Spanish) [Roselson, Ricky2001 from Aumap] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | 8080bw.c |
| r30946 Wednesday 11th June, 2014 at 17:35:22 UTC by Carl |
|---|
| hd63450: this time it's really right (maybe) (nw) |
| [src/emu/machine] | hd63450.c |
| r30945 Wednesday 11th June, 2014 at 17:28:31 UTC by Carl |
|---|
| hd63540: oops (nw) |
| [src/emu/machine] | hd63450.c |
| r30944 Wednesday 11th June, 2014 at 16:44:32 UTC by Curt Coder |
|---|
| Fixed build. (nw) |
| [src/emu/machine] | e05a03.c* e05a03.h* machine.mak |
| [src/mess] | mess.mak |
| [src/mess/machine] |
| r30943 Wednesday 11th June, 2014 at 15:32:08 UTC by Carl |
|---|
| upd765: drop the polling irq when anything is written to the controller in command mode (verified on actual hardware) (nw) |
| [src/emu/machine] | upd765.c |
| [src/mess/drivers] | x68k.c |
| r30942 Wednesday 11th June, 2014 at 13:50:26 UTC by David Haywood |
|---|
| move tmpz84c011 specifics to its own files, make z80ctc a subdevice rather than adding it separately it in each driver using a tmpz84c011. (nw) |
| [src/emu/cpu] | cpu.mak |
| [src/emu/cpu/z80] | tmpz84c011.c* tmpz84c011.h* z80.c z80.h |
| [src/mame/drivers] | csplayh5.c kenseim.c nbmj9195.c niyanpai.c |
| r30941 Wednesday 11th June, 2014 at 12:04:35 UTC by Curt Coder |
|---|
| (MESS) ex800: Refactored Epson EX-800 from a driver into a Centronics device. (nw) |
| [src/emu/bus] | bus.mak |
| [src/emu/bus/centronics] | ctronics.c epson_ex800.c* epson_ex800.h* epson_lx800.c epson_lx800.h |
| [src/emu/layout] | ex800.lay* |
| [src/mess] | mess.lst mess.mak |
| [src/mess/drivers] | |
| [src/mess/layout] |
| r30940 Wednesday 11th June, 2014 at 11:47:08 UTC by Curt Coder |
|---|
| (MESS) lx800: Refactored Epson LX-800 from a driver into a Centronics device. (nw) |
| [src/emu/bus] | bus.mak |
| [src/emu/bus/centronics] | ctronics.c epson_lx800.c* epson_lx800.h* |
| [src/emu/layout] | lx800.lay* |
| [src/mess] | mess.lst mess.mak |
| [src/mess/drivers] | |
| [src/mess/layout] |
| r30939 Wednesday 11th June, 2014 at 11:04:06 UTC by Dirk Best |
|---|
| vtech1: Add "VZ-200 Enhanced BASIC V1.01" [Chicken Man] |
| [src/mess/drivers] | vtech1.c |
| r30938 Wednesday 11th June, 2014 at 10:35:47 UTC by Dirk Best |
|---|
| upd7810: reorganize, compile source files seperately instead of including them into the main source |
| [src/emu/cpu] | cpu.mak |
| [src/emu/cpu/upd7810] |
| r30937 Wednesday 11th June, 2014 at 09:17:41 UTC by Alex Jackson |
|---|
| namcos1.c: Completely rewrote the emulation of the CUS117 MMU. The MMU is no longer emulated by modifying address maps at runtime, an operation which has become excessively slow as the core memory system has accumulated features and complexity over the years. Instead, the MMU is now a device which works on similar principles to the address_map_bank_device. The recent multisession regression is fixed, all games in the driver should now run substantially faster, and most importantly the driver code is now much cleaner and easier to understand. [Alex Jackson] |
| [src/mame] | mame.mak |
| [src/mame/drivers] | namcos1.c |
| [src/mame/includes] | namcos1.h |
| [src/mame/machine] | c117.c* c117.h* namcos1.c |
| [src/mame/video] | namcos1.c |
| r30936 Wednesday 11th June, 2014 at 03:37:23 UTC by R. Belmont |
|---|
| SDL: Fix shaders for games that output indexed16 (e.g. pacman). [R. Belmont] |
| [src/osd/sdl] | drawogl.c |
| r30935 Wednesday 11th June, 2014 at 02:45:49 UTC by R. Belmont |
|---|
| SDL: fix 0.153 regression where user GLSL shaders didn't work. [R. Belmont] |
| [src/osd/sdl] | drawogl.c |
| r30934 Tuesday 10th June, 2014 at 23:44:04 UTC by hap |
|---|
| rm gblight clone, implementation was identical to gbpocket |
| [src/mess] | mess.lst |
| [src/mess/drivers] | gb.c |
| Previous 50 | 199869 Revisions | Next 50 |