Note Feed

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

Previous 50 199869 Revisions Next 50

r31083 Monday 23rd June, 2014 at 12:20:39 UTC by hap
more trampoline madness
[src/emu/cpu/z80]tmpz84c015.c tmpz84c015.h
[src/mess/drivers]pve500.c

r31082 Monday 23rd June, 2014 at 10:54:37 UTC by hap
ok, made TMPZ84C011 pins external instead of making drivers having to interface with its internal peripherals
[src/emu/cpu/z80]tmpz84c011.c tmpz84c011.h tmpz84c015.h
[src/emu/machine]mb89363b.h
[src/mame/drivers]csplayh5.c kenseim.c nbmj9195.c niyanpai.c
[src/mame/includes]nbmj9195.h

r31081 Monday 23rd June, 2014 at 09:52:53 UTC by hap
forgot to resolve callback
[src/emu/cpu/lr35902]lr35902.c opc_main.inc

r31080 Monday 23rd June, 2014 at 08:58:34 UTC by Barry Rodewald
gimix: converted to use serial terminal connected to RS232 port, added RAM size configuration, and some DMA/floppy WIP.
[src/mess/drivers]gimix.c

r31079 Monday 23rd June, 2014 at 04:08:42 UTC by Alex Jackson
Add new set from r31078 to mame.lst (nw)
[src/mame]mame.lst

r31078 Monday 23rd June, 2014 at 02:34:48 UTC by R. Belmont
New clones added
----------------
Mario Kart Arcade GP 2 (MK21 Ver. A alt dump) [bobaruni]
[src/mame/drivers]triforce.c

r31077 Monday 23rd June, 2014 at 01:26:02 UTC by R. Belmont
New games added as GAME_NOT_WORKING
-----------------------------------
Mario Kart Arcade GP 2 (MK21 Ver. A) [Guru]
[src/mame]mame.lst
[src/mame/drivers]triforce.c

r31076 Sunday 22nd June, 2014 at 20:08:43 UTC by Wilbert Pol
(MESS) sms.c: Several timing fixes:  [Enik Land]
- Fix flicker on Choplifter title screen by drawing the borders through timers.
- Instead trigger NMI at end of the display, do it at end of top border (line 261 after start of active screen area).
- Add a delay to NMI, to be later than HINT, as stated by Flubba's VDPTest readme.
- Also based on VDPTest readme, change VINT and Sprite Overflow flags to be later than VCount change.
- Delay a little the display callback, to fix the title scrolling of Road Rash (SMS game).
- Fixed documentation of the scanline sections and change some timings to match.
- Calculate initial VCount values, instead use of hardcoded values.
[src/emu/video]315_5124.c 315_5124.h

r31075 Sunday 22nd June, 2014 at 18:38:12 UTC by Wilbert Pol
Fix debug build (nw)
[src/emu/netlist]nl_base.c

r31074 Sunday 22nd June, 2014 at 10:56:11 UTC by hap
forgot to add savestate
[src/emu/cpu/z80]tmpz84c011.c tmpz84c011.h tmpz84c015.c tmpz84c015.h z80daisy.c

r31073 Sunday 22nd June, 2014 at 09:46:37 UTC by Alex Jackson
emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t method rather than a palette_device method (nw)
[src/emu]emupal.c emupal.h tilemap.c tilemap.h
[src/mame/drivers]panicr.c
[src/mame/video]1943.c bankp.c bosco.c clshroad.c equites.c exedexes.c galaga.c gaplus.c gberet.c gunsmoke.c mappy.c polepos.c retofinv.c sprcros2.c stfight.c tceptor.c vulgus.c

r31072 Sunday 22nd June, 2014 at 03:16:21 UTC by R. Belmont
(nw)
[src/lib/formats]ap2_dsk.c

r31071 Sunday 22nd June, 2014 at 03:13:07 UTC by R. Belmont
(MESS) apple2: Support some oddball sized disk images and DOS 3.3 disks that were ripped in ProDOS sector order. [R. Belmont]
[src/lib/formats]ap2_dsk.c

r31070 Saturday 21st June, 2014 at 23:36:53 UTC by Couriersud
Netlist:
- Device definitions now can specify the logic family (i.e. TTL, CD4000)
- fixed timing on 4020
[src/emu/netlist]nl_base.c nl_base.h
[src/emu/netlist/devices]nld_4020.c nld_4020.h nld_4066.h nld_system.c nld_system.h

r31069 Saturday 21st June, 2014 at 23:06:22 UTC by hap
added preliminary tmpz84c015, stupid daisy chain
[src/emu/cpu]cpu.mak
[src/emu/cpu/z80]tlcs_z80.c tmpz84c011.c tmpz84c011.h tmpz84c015.c* tmpz84c015.h* z80.h z80daisy.c
[src/mess/drivers]pve500.c

r31068 Saturday 21st June, 2014 at 22:00:04 UTC by David Haywood
new clones
Peek-a-Boo! (US, ver 1.0) [no credit needed]
[src/mame]mame.lst
[src/mame/drivers]megasys1.c

r31067 Saturday 21st June, 2014 at 21:07:23 UTC by David Haywood
more findings (nw)
[src/mame/video]deco_zoomspr.c

r31066 Saturday 21st June, 2014 at 20:54:41 UTC by Couriersud
Added CD4020 device.
[src/emu/netlist]netlist.mak
[src/emu/netlist/devices]net_lib.c net_lib.h nld_4020.c* nld_4020.h* nld_4066.c nld_4066.h nld_cmos.h*

r31065 Saturday 21st June, 2014 at 19:50:55 UTC by David Haywood
fix note (nw)
[src/mame/video]deco_zoomspr.c

r31064 Saturday 21st June, 2014 at 19:08:21 UTC by David Haywood
notes (nw)
[src/mame/video]deco_zoomspr.c

r31063 Saturday 21st June, 2014 at 17:47:03 UTC by David Haywood
notes on priority (nw)
[src/mame/video]deco32.c deco_zoomspr.c

r31062 Saturday 21st June, 2014 at 17:17:33 UTC by David Haywood
work in progress (nw)
[src/mame/drivers]deco32.c
[src/mame/includes]deco32.h
[src/mame/video]deco32.c deco_zoomspr.c deco_zoomspr.h

r31061 Saturday 21st June, 2014 at 16:09:21 UTC by hap
partial revert of r31054: daisy chain config is on TMPZ84C011 external pins
[src/emu/cpu/z80]tmpz84c011.c z80daisy.c
[src/mame/drivers]csplayh5.c kenseim.c nbmj9195.c niyanpai.c

r31060 Saturday 21st June, 2014 at 15:36:01 UTC by hap
nw
[src/mame/drivers]vulgus.c
[src/mame/includes]vulgus.h

r31059 Saturday 21st June, 2014 at 14:11:04 UTC by hap
fixed vulgus wrong sprite wraparound
[src/mame/drivers]vulgus.c
[src/mame/video]vulgus.c

r31058 Saturday 21st June, 2014 at 13:39:30 UTC by Couriersud
Align naming convention to be the same for nld_signal and nld_truthtable
[src/emu/netlist]nl_time.h
[src/emu/netlist/devices]nld_7400.c nld_7400.h nld_7402.c nld_7408.c nld_7410.c nld_7411.c nld_7420.c nld_7425.c nld_7427.c nld_7430.c nld_7432.c nld_7437.c nld_signal.h nld_truthtable.h

r31057 Saturday 21st June, 2014 at 13:09:12 UTC by Barry Rodewald
gimix: added banking, RTC, timer, FDC...
[src/mess/drivers]gimix.c

r31056 Saturday 21st June, 2014 at 12:36:11 UTC by hap
tweak music tempo
http://mametesters.org/view.php?id=5562
[src/mame/drivers]lwings.c

r31055 Saturday 21st June, 2014 at 11:28:00 UTC by David Haywood
this compiled? (nw)
[src/mame/video]deco_zoomspr.c

r31054 Saturday 21st June, 2014 at 02:25:03 UTC by hap
got rid of tmpz84c011 ctc trampolines
[src/emu/cpu/z80]tmpz84c011.c tmpz84c011.h z80daisy.c
[src/mame/drivers]csplayh5.c kenseim.c nbmj9195.c niyanpai.c

r31053 Friday 20th June, 2014 at 23:41:14 UTC by hap
tmpz84c011c small cleanup.
note: if you want a handler for logging unmapped read/write, put it in the driver machine config, like we do with 8255, for example:
MCFG_I8255_OUT_PORTB_CB(LOGGER("PPI8255 - unmapped write port B", 0))
[src/emu/cpu/z80]tmpz84c011.c tmpz84c011.h

r31052 Friday 20th June, 2014 at 20:27:26 UTC by Tafoid
(MESS) New skeleton driver:
---------------------------
Intelbras TI630 telephone  [Felipe Sanches]

Fixed current/prior submissions for proper license attribution (nw) 
[src/emu/cpu/avr8]avr8.c
[src/mess]mess.lst mess.mak
[src/mess/drivers]hprot1.c pve500.c replicator.c ti630.c*

r31051 Friday 20th June, 2014 at 18:48:05 UTC by Wilbert Pol
Styling, no functional changes (nw)
[src/mess/audio]wswan.c

r31050 Friday 20th June, 2014 at 18:45:59 UTC by Wilbert Pol
Fix osx compile
[src/emu]luaengine.c

r31049 Friday 20th June, 2014 at 18:16:40 UTC by Couriersud
More cleanup and some development:
- removed dead code from nld_signal.h
- removed m_last_Q and all callers; if a device depends on state let it maintain it.
- added development on a generic device based on truthtables.
[src/emu/netlist]nl_base.c nl_base.h nl_config.h
[src/emu/netlist/devices]nld_7400.c nld_7400.h nld_7490.c nld_7490.h nld_74ls629.c nld_74ls629.h nld_signal.h nld_truthtable.h*

r31048 Friday 20th June, 2014 at 14:19:38 UTC by David Haywood
move some code around for later (nw)
[src/mame]mame.mak
[src/mame/drivers]deco32.c
[src/mame/includes]deco32.h
[src/mame/video]deco32.c deco_zoomspr.c* deco_zoomspr.h*

r31047 Friday 20th June, 2014 at 12:46:20 UTC by David Haywood
shuffle bits of code around for easier experimentation (nw)
[src/mame/video]mb60553.c

r31046 Friday 20th June, 2014 at 12:15:24 UTC by Miodrag Milanović
Added LuaBridge and exposed few classes as example (nw)
[src/emu]luaengine.c luaengine.h
[src/lib/lua/bridge]LuaBridge.h*
[src/lib/lua/bridge/detail]CFunctions.h* ClassInfo.h* Constructor.h* FuncTraits.h* Iterator.h* LuaException.h* LuaHelpers.h* LuaRef.h* Namespace.h* Stack.h* TypeList.h* TypeTraits.h* Userdata.h* dump.h*

r31045 Friday 20th June, 2014 at 10:33:22 UTC by Robbbert
(MESS) gimix : connected to a terminal; it boots to GMXBUG-09.
[src/mess/drivers]gimix.c

r31044 Friday 20th June, 2014 at 01:11:41 UTC by Brian Troha
peplus.c: Minor text corrections - NW
[src/mame/drivers]peplus.c

r31043 Thursday 19th June, 2014 at 19:53:26 UTC by Wilbert Pol
(MESS) msx.c: Notes update (nw)
[src/mess/drivers]msx.c

r31042 Thursday 19th June, 2014 at 19:28:41 UTC by Wilbert Pol
(MESS) msx.c: Added microsol fdc; marked a few more drivers as working. (nw)
[src/emu/bus/msx_slot]disk.c disk.h
[src/mess/drivers]msx.c
[src/mess/includes]msx.h

r31041 Thursday 19th June, 2014 at 17:55:43 UTC by Wilbert Pol
v9938.c: Let's make this a bit safer; fixes black screens in hotbit20 and expert20 msx drivers (nw)
[src/emu/video]v9938.c

r31040 Thursday 19th June, 2014 at 15:21:32 UTC by Couriersud
Removed a number of "uninitialized member" warnings by using a template wrapper around those members.
[src/emu/netlist]nl_base.h
[src/emu/netlist/devices]nld_4066.c nld_4066.h nld_74107.h nld_74123.h nld_74153.h nld_7448.h nld_7474.h nld_7483.h nld_7490.h nld_7493.h nld_74ls629.h nld_9316.c nld_9316.h nld_log.h nld_ne555.h

r31039 Thursday 19th June, 2014 at 12:05:23 UTC by Tafoid
Gave legacy device a proper setname to eliminate confusion with modern implementation (nw)
[src/emu/bus/ti99_peb]hfdc.c

r31038 Thursday 19th June, 2014 at 11:44:56 UTC by Couriersud
Moved solver templates into separate header files.
[src/emu/netlist/analog]nld_bjt.h nld_ms_direct.h* nld_ms_direct1.h* nld_ms_direct2.h* nld_ms_gauss_seidel.h* nld_solver.c nld_solver.h nld_twoterm.h

r31037 Thursday 19th June, 2014 at 11:38:57 UTC by O. Galibert
nscsi_cd: I told'ya, there's no disk in the drive [O. Galibert]
[src/emu/machine]nscsi_bus.c nscsi_bus.h nscsi_cd.c nscsi_cd.h nscsi_hd.c

r31036 Thursday 19th June, 2014 at 10:18:51 UTC by David Haywood
use custom roz implementation to allow for further tweaking, whatever this does it doesn't appear to be standard (I still haven't figured it out properly after 10 years) so will need it (nw)
[src/mame/video]mb60553.c mb60553.h

r31035 Thursday 19th June, 2014 at 02:33:34 UTC by Alex Jackson
fix asc_device::read too (nw)
[src/emu/sound]asc.c

r31034 Thursday 19th June, 2014 at 02:14:11 UTC by R. Belmont
(MESS) mac: fix 0.153 regression that prevented several Macs from booting. [R. Belmont]
[src/emu/sound]asc.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team