Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r30883 Sunday 8th June, 2014 at 10:19:17 UTC by Robbbert
(MESS) kog is unsupported as per MT 04742 (nw)
[hash]neogeo.xml

r30882 Sunday 8th June, 2014 at 08:45:26 UTC by Miodrag Milanović
remove extra line on exit (nw)
[src/emu]luaengine.c

r30881 Sunday 8th June, 2014 at 08:40:30 UTC by Miodrag Milanović
no need for this, we always return it as is (nw)
[src/emu]mame.c

r30880 Sunday 8th June, 2014 at 08:21:50 UTC by Miodrag Milanović
Clear manager in destructor (nw)
[src/emu]mame.c

r30879 Saturday 7th June, 2014 at 19:03:13 UTC by Wilbert Pol
(MESS) msx.c: Added preliminary support for the Midisaurus BM-012 Midi interface cartridge (nw)
[src/emu/bus]bus.mak
[src/emu/bus/msx_cart]bm_012.c* bm_012.h* cartridge.c
[src/emu/machine]z80pio.c z80pio.h

r30878 Saturday 7th June, 2014 at 14:06:40 UTC by David Haywood
game is now playable, want to check a few things before marking it as working tho (nw)
[src/mame/drivers]kenseim.c
[src/mame/layout]kenseim.lay

r30877 Saturday 7th June, 2014 at 13:26:48 UTC by David Haywood
start representing the moles (nw)
[src/mame/drivers]kenseim.c
[src/mame/layout]kenseim.lay

r30876 Saturday 7th June, 2014 at 10:49:51 UTC by David Haywood
start lamps, added pal dump (nw)
[src/mame/drivers]kenseim.c
[src/mame/layout]kenseim.lay

r30875 Saturday 7th June, 2014 at 09:57:00 UTC by Dirk Best
vtech1: Use the slot system for I/O and Memory expansion slots. Emulate
the newly dumped RS-232 cartridge. Add support for the WordPro
cartridge. Cleanup driver.
[src/emu/bus]bus.mak
[src/emu/bus/vtech/ioexp]carts.c* carts.h* ioexp.c* ioexp.h* joystick.c* joystick.h* printer.c* printer.h*
[src/emu/bus/vtech/memexp]carts.c* carts.h* floppy.c* floppy.h* memexp.c* memexp.h* memory.c* memory.h* rs232.c* rs232.h* wordpro.c* wordpro.h*
[src/lib/formats]vtech1_dsk.c
[src/mess]mess.lst mess.mak
[src/mess/drivers]vtech1.c

r30874 Saturday 7th June, 2014 at 09:43:14 UTC by David Haywood
improve some dips and layout (nw)
[src/mame/drivers]kenseim.c
[src/mame/layout]kenseim.lay

r30873 Saturday 7th June, 2014 at 09:10:48 UTC by Alex Jackson
k051316: clean up/simplify inline configs, add tile bank dirty method for ultraman (nw)
[src/mame/drivers]88games.c bottom9.c chqflag.c overdriv.c rollerg.c tail2nos.c ultraman.c wecleman.c
[src/mame/video]k051316.c k051316.h overdriv.c tail2nos.c ultraman.c

r30872 Saturday 7th June, 2014 at 03:08:45 UTC by David Haywood
improve video (nw)
[src/mame/drivers]kenseim.c
[src/mame/video]cps1.c

r30871 Friday 6th June, 2014 at 23:43:19 UTC by hap
fixed comms, attract mode works now
[src/mame/drivers]kenseim.c

r30870 Friday 6th June, 2014 at 21:50:55 UTC by Tafoid
Device short name corrections to allow them to be viewed in XML output (nw)
[src/emu/bus/ql]sandy_superqboard.c trumpcard.c

r30869 Friday 6th June, 2014 at 19:57:15 UTC by James Wallace
Attempt to fix MPU4Vid regression reported after r30715 (CHR chip expects to only see a byte, not a whole word, as it's a straight lift from 6809 era) (nw)
[src/mame/drivers]mpu4vid.c

r30868 Friday 6th June, 2014 at 19:51:23 UTC by Miodrag Milanović
Fix for listxml crash (nw)
[src/emu]mame.c

r30867 Friday 6th June, 2014 at 18:44:24 UTC by hap
some pcb info (TLP521-4? i've never seen that before)
[src/mame/drivers]kenseim.c

r30866 Friday 6th June, 2014 at 16:56:25 UTC by Osso
3x3puzzl.c: added save state support (nw)
[src/mame/drivers]3x3puzzl.c

r30865 Friday 6th June, 2014 at 15:06:36 UTC by O. Galibert
motoxgo: Fix point rom loading [O. Galibert]
[src/mame/drivers]namcos23.c

r30864 Friday 6th June, 2014 at 14:47:45 UTC by Michael Zapf
(MESS) ti99: replaced malloc by global_alloc_array (nw)
[src/mess/machine/ti99]gromport.c gromport.h

r30863 Friday 6th June, 2014 at 14:09:31 UTC by David Haywood
shuffle some code around, comms still wrong (nw)
[src/mame/drivers]kenseim.c

r30862 Friday 6th June, 2014 at 13:18:28 UTC by O. Galibert
duh (nw)
[src/emu/cpu/h8]h8_sci.c

r30861 Friday 6th June, 2014 at 12:07:35 UTC by Miodrag Milanović
Link fix for some linux-es (nw)
[src/lib]lib.mak

r30860 Friday 6th June, 2014 at 11:36:45 UTC by Miodrag Milanović
Compile fix from qmc2 author (nw)
[src/lib/lua/lib]lsqlite3.c

r30859 Friday 6th June, 2014 at 10:27:13 UTC by David Haywood
make fhawk run with perfect interleave, seems to fix some issues (nw)
[src/mame/drivers]taito_l.c

r30858 Friday 6th June, 2014 at 10:11:31 UTC by Miodrag Milanović
-Created machine_manager as singleton class that contains (for now) one running machine [Miodrag Milanovic]
-Updated LUA engine to run in machine_manager instead of being initialized per machine
-Added "-console" option so emulator can be started with LUA enabled console
-Update LUA to version 5.2.3
-Enabled SQLite3 to be compiled and added LUA module for it
[/trunk]makefile
[src/emu]clifront.c emu.h emuopts.c emuopts.h luaengine.c luaengine.h machine.c machine.h mame.c mame.h
[src/emu/ui]selgame.c
[src/lib]lib.mak
[src/lib/lua]Makefile lapi.c lapi.h lauxlib.c lauxlib.h lbaselib.c lbitlib.c lcode.c lcode.h lcorolib.c lctype.c lctype.h ldblib.c ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.c lfunc.h lgc.c lgc.h linit.c liolib.c llex.c llex.h llimits.h lmathlib.c lmem.c lmem.h loadlib.c lobject.c lobject.h lopcodes.c lopcodes.h loslib.c lparser.c lparser.h lstate.c lstate.h lstring.c lstring.h lstrlib.c ltable.c ltable.h ltablib.c ltm.c ltm.h lua.c lua.h luac.c luaconf.h lualib.h lundump.c lundump.h lvm.c lvm.h lzio.c lzio.h
[src/lib/lua/lib]lsqlite3.c* lualibs.h*
[src/tools]tools.mak

r30857 Friday 6th June, 2014 at 07:17:14 UTC by Barry Rodewald
fmtowns: fix port 2 mouse regression (no whatsnew)
[src/mess/drivers]fmtowns.c

r30856 Friday 6th June, 2014 at 06:27:51 UTC by Barry Rodewald
fmscsi: removed a hack, corrected status for invalid drives.  This fixes Windows95 booting. (no whatsnew)
[src/mess/machine]fm_scsi.c fm_scsi.h

r30855 Friday 6th June, 2014 at 06:04:47 UTC by Curt Coder
Fixed clang build. (nw)
[src/emu/cpu/mb86235]mb86235.h

r30854 Thursday 5th June, 2014 at 21:06:53 UTC by hap
get rid of unneeded handler
[src/mess/drivers]ngp.c
[src/mess/video]k1ge.c k1ge.h

r30853 Thursday 5th June, 2014 at 18:58:23 UTC by Alex Jackson
toaplan2.c: fix m68k regression in ghox (nw)
[src/mame/drivers]toaplan2.c

r30852 Thursday 5th June, 2014 at 16:33:38 UTC by hap
nw
[src/mame/drivers]pacman.c

r30851 Thursday 5th June, 2014 at 15:52:07 UTC by Angelo Salese
Fixed properties
[src/emu/cpu/mb86235]mb86235.c mb86235.h mb86235d.c

r30850 Thursday 5th June, 2014 at 15:45:20 UTC by Osso
Removed some unused macros (nw)
[src/emu/machine]adc0808.h i8257.h mm58274c.h
[src/emu/video]ef9345.h
[src/mame/video]k001005.h
[src/mess/drivers]mc10.c vg5k.c

r30849 Thursday 5th June, 2014 at 15:39:27 UTC by Angelo Salese
Fix conflict
[src/mame]mame.lst

r30848 Thursday 5th June, 2014 at 15:36:11 UTC by Osso
Fixed msx2_flop.xml validation (nw)
[hash]msx2_flop.xml

r30847 Thursday 5th June, 2014 at 15:25:55 UTC by Angelo Salese
Added placeholder TGPx4 CPU core for Model 2C, nw
[src/emu/cpu]cpu.mak
[src/emu/cpu/mb86235]mb86235.c* mb86235.h* mb86235d.c*
[src/mame]mame.lst mame.mak
[src/mame/drivers]model2.c timelimt.c
[src/mame/includes]model2.h

r30846 Thursday 5th June, 2014 at 14:56:33 UTC by Oliver Stöneberg
also enable rgbsse.h for optimized (GCC only) DEBUG builds (nw)
[src/emu/video]rgbutil.c rgbutil.h

r30845 Thursday 5th June, 2014 at 10:46:50 UTC by Oliver Stöneberg
(MESS) more unsupported software flagging (nw)
[hash]abc80.xml c64_cart.xml pyl601.xml tandy2k.xml tdv2324.xml victor9k_flop.xml

r30844 Thursday 5th June, 2014 at 10:19:14 UTC by Curt Coder
(MESS) ql: Fixed Sandy mouse. (nw)
[src/emu/bus/ql]sandy_superqboard.c
[src/mess/machine]qimi.c

r30843 Thursday 5th June, 2014 at 09:31:51 UTC by Curt Coder
(MESS) ql: SandyQMouse WIP. (nw)
[src/emu/bus/ql]exp.c sandy_superqboard.c sandy_superqboard.h
[src/mess/drivers]ql.c
[src/mess/machine]qimi.c qimi.h

r30842 Thursday 5th June, 2014 at 09:00:41 UTC by David Haywood
new clones
Raiden Fighters (Evaluation Software For Show, Germany) [Karen, Justin and The Dumping Union]

(included code, applied as-is)

this is set to the Australia region despite being a set for Germany, maybe due to it being 'evaluation software'
[src/mame]mame.lst
[src/mame/drivers]seibuspi.c

r30841 Thursday 5th June, 2014 at 08:44:15 UTC by Oliver Stöneberg
(MESS) flagged more software as unsupported (nw)
[hash]vic1001_cart.xml

r30840 Thursday 5th June, 2014 at 07:25:37 UTC by Curt Coder
(MESS) ql: Fixed QIMI mouse. (nw)
[src/mess/drivers]ql.c
[src/mess/includes]ql.h
[src/mess/machine]qimi.c qimi.h

r30839 Wednesday 4th June, 2014 at 21:30:17 UTC by Wilbert Pol
(MESS) msx.c: Added support for Arc (nw)
[hash]msx2_flop.xml
[src/emu/bus]bus.mak
[src/emu/bus/msx_cart]arc.c* arc.h* cartridge.c

r30838 Wednesday 4th June, 2014 at 21:29:13 UTC by Curt Coder
(MESS) ql: Added slot interfaces for the expansion and ROM cartridge ports. Modernized the Sandy Super Disk, Sandy SuperQBoard, and Miracle Trump Card floppy interfaces. Added a device for the QIMI (not working yet). Created skeletons for several expansion cards. [Curt Coder]
[src/mess/drivers]ql.c
[src/mess/includes]ql.h

r30837 Wednesday 4th June, 2014 at 20:46:54 UTC by Wilbert Pol
(MESS) msx.c: Added support for mapper used by halnote (nw)
[hash]msx2_flop.xml
[src/emu/bus]bus.mak
[src/emu/bus/msx_cart]cartridge.c halnote.c* halnote.h*

r30836 Wednesday 4th June, 2014 at 20:16:15 UTC by Wilbert Pol
(MESS) msx2_cart/flop.xml: Added description for Arc and moved Halnote description to msx2_flop.xml. (nw)
[hash]msx2_cart.xml msx2_flop.xml

r30835 Wednesday 4th June, 2014 at 19:13:06 UTC by Wilbert Pol
(MESS) msx.c: Added support for protection used by Baby Dinosaur Dooly (hopefully complete). (nw)
[hash]msx1_cart.xml
[src/emu/bus]bus.mak
[src/emu/bus/msx_cart]cartridge.c dooly.c* dooly.h*

r30834 Wednesday 4th June, 2014 at 17:57:35 UTC by Wilbert Pol
(MESS) msx.c: Added support for mapper used by Holy Quran. [hap, Wilbert Pol]
[hash]msx1_cart.xml
[src/emu/bus]bus.mak
[src/emu/bus/msx_cart]cartridge.c holy_quran.c* holy_quran.h*

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team