Note Feed

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

Previous 50 199869 Revisions Next 50

r30933 Tuesday 10th June, 2014 at 23:35:12 UTC by hap
rm really old todo list
[src/mess/drivers]gb.c

r30932 Tuesday 10th June, 2014 at 23:23:57 UTC by hap
(MESS) gb.c: Added GameBoy Pocket Boot ROM. [BennVenn]
[src/mess/drivers]gb.c
[src/mess/includes]gb.h
[src/mess/machine]gb.c
[src/mess/video]gb_lcd.c gb_lcd.h

r30931 Tuesday 10th June, 2014 at 23:02:25 UTC by hap
small cleanup
[src/mess/drivers]gb.c
[src/mess/includes]gb.h
[src/mess/machine]gb.c

r30930 Tuesday 10th June, 2014 at 22:38:22 UTC by hap
nonsense
[src/mess/drivers]gb.c
[src/mess/includes]gb.h
[src/mess/machine]gb.c

r30929 Tuesday 10th June, 2014 at 22:03:18 UTC by Carl
upd765: implement scan data and read track [Carl]
       fail command when drive not ready and check ready before command (verified on real hardware)
       stop polling when first byte of command sent (verified)

(mess) x68k: experiment with fdc drive control (nw)
[src/emu/machine]hd63450.c upd765.c upd765.h
[src/mess/drivers]x68k.c
[src/mess/includes]x68k.h
[src/mess/video]x68k.c

r30928 Tuesday 10th June, 2014 at 17:21:09 UTC by Curt Coder
(MESS) ql: Added preliminary CST Q+4 emulation. [Curt Coder]
[src/emu/bus/ql]cst_q_plus4.c cst_q_plus4.h

r30927 Tuesday 10th June, 2014 at 17:20:38 UTC by Curt Coder
(MESS) ql: Fixed late binding error. (nw)
[src/emu/bus/ql]sandy_superqboard.c

r30926 Tuesday 10th June, 2014 at 11:59:55 UTC by Miodrag Milanović
Lua overhaul [Olivier Galibert, Miodrag Milanovic]
[src/emu]ioport.c ioport.h luaengine.c luaengine.h machine.c mame.c mame.h webengine.h

r30925 Tuesday 10th June, 2014 at 11:59:39 UTC by Robbbert
romident: print a summary at the end, instead of garbage.
[src/emu]clifront.c

r30924 Tuesday 10th June, 2014 at 09:48:45 UTC by Robbbert
oops, its actually the Action Printer 2000 (nw) my bad
[src/mess]mess.lst
[src/mess/drivers]lx800.c

r30923 Tuesday 10th June, 2014 at 08:59:26 UTC by Robbbert
(MESS) New not-working printer [Felipe Sanchez]
-------------------------------------------------
Epson Advanced Printer 2000
[src/mess]mess.lst
[src/mess/drivers]lx800.c

r30922 Tuesday 10th June, 2014 at 02:58:05 UTC by R. Belmont
naomi.c: redumped tetkiwam and ngdup23c to current standards. [MetalliC]
[src/mame/drivers]naomi.c

r30921 Monday 9th June, 2014 at 23:59:58 UTC by Robbbert
(MESS) New not-working printer [Felipe Sanchez]
-------------------------------------------------
Epson LX810L
[src/mess]mess.lst
[src/mess/drivers]lx800.c

r30920 Monday 9th June, 2014 at 21:24:03 UTC by hap
typo
[src/mame/drivers]pgm.c

r30919 Monday 9th June, 2014 at 20:59:11 UTC by Andreas Naive
Added comment (nw)
[src/mame/drivers]segas24.c

r30918 Monday 9th June, 2014 at 20:49:18 UTC by Andreas Naive
Work on System24's remaining sgmast set [Chris Hardy, Andreas Naive]
* Reconstructed SEGA FD1094 key (317-0058-05d)
* Tossed the previous alternate reads away as confirmed duplicate disks of sgmastj & sgmast (with differences in the highscores' track)

New games added or promoted from NOT_WORKING status
---------------------------------------------------
Super Masters Golf (World?, Floppy Based, FD1094 317-0058-05d?) [Chris Hardy, Andreas Naive]
Ace Attacker (FD1094 317-0059) [Chris Hardy, hap, Andreas Naive]
[src/mame/drivers]segas24.c

r30917 Monday 9th June, 2014 at 19:56:51 UTC by James Wallace
Made MPU4Vid chips properly 8-bit where possible, still doesn't fix 6850 issues though, but does fix CHR regression (nw)
[src/mame/drivers]mpu4vid.c
[src/mame/video]scn2674.c scn2674.h

r30916 Monday 9th June, 2014 at 19:34:08 UTC by Osso
These aren't needed anymore (nw)
[src/mame/drivers]bmcbowl.c highvdeo.c koftball.c

r30915 Monday 9th June, 2014 at 19:21:54 UTC by Osso
Applied Kale's ramdac changes to koftball.c, too. This fixes the debug build regression found by Tafoid's regression tests. (nw)
[src/mame/drivers]koftball.c

r30914 Monday 9th June, 2014 at 17:26:32 UTC by hap
some cleanup, got rid of unneeded trampolines
[src/mame/drivers]kenseim.c

r30913 Monday 9th June, 2014 at 16:28:19 UTC by hap
(shortened CALLBACK to CB)
[src/emu/cpu/z80]z80.h
[src/mame/drivers]csplayh5.c kenseim.c nbmj9195.c niyanpai.c

r30912 Monday 9th June, 2014 at 14:32:44 UTC by Miodrag Milanović
few more commands just for fun (nw)
[src/emu]luaengine.c

r30911 Monday 9th June, 2014 at 14:13:19 UTC by Miodrag Milanović
made LUA script execute in main thread, but console running in another (nw)
Need to generalize mechanism of communication between threads and do more cleanup
[src/emu]luaengine.c luaengine.h mame.c video.c

r30910 Monday 9th June, 2014 at 12:57:43 UTC by Curt Coder
clang compile fix. (nw)
[src/mess/drivers]rainbow.c

r30909 Monday 9th June, 2014 at 07:51:30 UTC by Miodrag Milanović
fixed listxml crash (palette_init was after ramdac device not after palette device) anyway it was not needed (nw)
[src/mame/drivers]coinmvga.c

r30908 Monday 9th June, 2014 at 03:03:14 UTC by hap
small tweak
[src/mame/layout]kenseim.lay

r30907 Monday 9th June, 2014 at 02:56:55 UTC by Alex Jackson
nitedrvr.c: 0x80 bytes / 32 cols = 4 rows; also add AM_READNOPs so 6502 dummy reads don't clog the log (nw)
[src/mame/drivers]nitedrvr.c
[src/mame/video]nitedrvr.c

r30906 Monday 9th June, 2014 at 02:44:47 UTC by hap
base colecop on coleco, not dina
[src/mess/drivers]coleco.c

r30905 Monday 9th June, 2014 at 02:15:10 UTC by Angelo Salese
Some fixes for hotslots, nw
[src/mame/drivers]magicard.c

r30904 Monday 9th June, 2014 at 01:56:49 UTC by hap
fixed tilemap and 'hvc' ram size
[src/mame/drivers]nitedrvr.c
[src/mame/includes]nitedrvr.h
[src/mame/video]nitedrvr.c

r30903 Monday 9th June, 2014 at 01:38:34 UTC by David Haywood
make MB89363B a trampoline device for 2x i8255 chips (nw)
[src/emu/machine]machine.mak mb89363b.c* mb89363b.h*
[src/mame/drivers]kenseim.c

r30902 Monday 9th June, 2014 at 00:42:53 UTC by Tafoid
rainbow.c: New floppy code - uses more reliable 'wd_fdc'. [Bavarese]

i86.c: Four new 8086 opcode aliases: 0xc0 is 0xc2; 0xc1 = 0xc3; 0xc8 = 0xca; 0xc9 = 0xcb as documented at OS 2 Museum. [Bavarese]

rx50_dsk.h/c: Rainbow specific; The RX50 _disk drive_ was used in different architectures.  Floppy format used by Rainbow-100 and -190. Track layout (post-amble, some positions) yet unverified. Currently only raw 400 K disk dumps are supported (*.img).  [Bavarese]
[src/emu/cpu/i86]i86.c
[src/lib]lib.mak
[src/lib/formats]rx50_dsk.c* rx50_dsk.h*
[src/mess/drivers]rainbow.c
[src/mess/machine]dec_lk201.c

r30901 Monday 9th June, 2014 at 00:36:59 UTC by Tafoid
typo (nw)
[src/mess/drivers]coleco.c

r30900 Monday 9th June, 2014 at 00:32:49 UTC by Tafoid
New Clones
----------
Colecovision PAL BIOS  [TSM Carmine]
[src/mess]mess.lst
[src/mess/drivers]coleco.c

r30899 Monday 9th June, 2014 at 00:05:17 UTC by Angelo Salese
Added Vertical Display bit in Magic Card, nw
[src/mame/drivers]magicard.c

r30898 Sunday 8th June, 2014 at 23:51:52 UTC by Brian Troha
peplus.c: Misc documentation updates - NW
[src/mame/drivers]peplus.c

r30897 Sunday 8th June, 2014 at 23:47:35 UTC by Angelo Salese
Hooked up RAMDAC device to following drivers [Angelo Salese]:
* adp.c
* bmcbowl.c
* coinmvga.c
* highvdeo.c
* magicard.c
* segajw.c
[src/emu/video]ramdac.c
[src/mame/drivers]adp.c bmcbowl.c coinmvga.c highvdeo.c magicard.c segajw.c

r30896 Sunday 8th June, 2014 at 23:20:39 UTC by David Haywood
fix 68k regression (nw)
[src/mame/drivers]magicard.c

r30895 Sunday 8th June, 2014 at 22:50:56 UTC by hap
comment out printfs
[src/mame/drivers]kenseim.c

r30894 Sunday 8th June, 2014 at 22:37:57 UTC by David Haywood
fix some 68k regressions (nw)
[src/mame/machine]bonzeadv.c rainbow.c
[src/mame/video]tumbleb.c

r30893 Sunday 8th June, 2014 at 22:19:05 UTC by hap
prettied up kenseim internal artwork
[src/mame/layout]kenseim.lay

r30892 Sunday 8th June, 2014 at 19:09:58 UTC by Miodrag Milanović
Fix crash due to uninitialized variable (nw)
[src/emu]mame.c

r30891 Sunday 8th June, 2014 at 18:54:59 UTC by Michael Zapf
(MESS) ti99: Added a new error message for RPK. (nw)
[src/mess/machine/ti99]gromport.c gromport.h

r30890 Sunday 8th June, 2014 at 18:48:13 UTC by Sandro Ronco
sigmab52.c: added coin lockout. (nw)
[src/mame/drivers]sigmab52.c

r30889 Sunday 8th June, 2014 at 18:39:43 UTC by Michael Zapf
(MESS) Preparing new HFDC implementation with new HDC9234. (nw)
[src/emu/bus/ti99_peb]hfdc.c hfdc.h peribox.c peribox.h
[src/emu/machine]machine.mak
[src/mess]mess.mak

r30888 Sunday 8th June, 2014 at 18:38:41 UTC by Michael Zapf
New implementation of HDC9234 for modern floppy system, still WIP. (nw)
[src/emu/machine]hdc9234.c* hdc9234.h*

r30887 Sunday 8th June, 2014 at 18:25:48 UTC by David Haywood
new clones
Knights of Valour Super Heroes / Sangoku Senki Super Heroes (ver. 100, CN) [Joerg Hartenberger]
[src/mame]mame.lst
[src/mame/drivers]pgm.c

r30886 Sunday 8th June, 2014 at 18:16:20 UTC by Sandro Ronco
segajw.c updates: [Sandro Ronco]
- Hooked up ACRTC
- Added inputs
- Added NVRAM support
[src/mame/drivers]segajw.c

r30885 Sunday 8th June, 2014 at 18:06:53 UTC by David Haywood
fix 68k regression (nw)
[src/mame/drivers]gstriker.c

r30884 Sunday 8th June, 2014 at 12:27:10 UTC by David Haywood
I'll tag it as working

new working game
Ken Sei Mogura - Street Fighter II (1994.04.18, Ver 1.00) [Alan Meades, Porchy, David Haywood, hap, Santeri Saarimaa]
[src/mame/drivers]kenseim.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team