Note Feed

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

Previous 50 199869 Revisions Next 50

r19820 Wednesday 26th December, 2012 at 02:33:57 UTC by Angelo Salese
After some experimentations I've come up with this algorythm, still doesn't support key repeat, but key up/down are, and games seems to be happy with it anyway.
[src/mess/drivers]pc9801.c
[src/mess/machine]pc9801_kbd.c pc9801_kbd.h

r19819 Tuesday 25th December, 2012 at 21:09:15 UTC by Angelo Salese
Added placeholders for a keyboard device
[src/mess]mess.mak
[src/mess/drivers]pc9801.c
[src/mess/machine]pc9801_kbd.c* pc9801_kbd.h*

r19818 Tuesday 25th December, 2012 at 19:22:34 UTC by Angelo Salese
Added 2 slots for cbus, now you can load two sound boards at once
[src/mess/drivers]pc9801.c
[src/mess/machine]pc9801_118.c pc9801_26.c pc9801_86.c

r19817 Tuesday 25th December, 2012 at 18:59:11 UTC by Angelo Salese
Added system type variable
[src/mess/drivers]pc9801.c
[src/mess/video]upd7220.c

r19816 Tuesday 25th December, 2012 at 18:37:31 UTC by Brian Troha
merit.c: correct length for gfx2 to fix graphics regression. - Doesn't get it to fully work though! - NW
[src/mame/drivers]merit.c

r19815 Tuesday 25th December, 2012 at 18:22:08 UTC by Luca Elia
load duplicate roms for blazeon
[src/mame/drivers]kaneko16.c

r19814 Tuesday 25th December, 2012 at 18:06:23 UTC by Luca Elia
New clones added
----------------
King Derby (bootleg set 2)
[src/mame]mame.lst
[src/mame/drivers]kingdrby.c

r19813 Tuesday 25th December, 2012 at 17:32:03 UTC by Oliver Stöneberg
removed more unreachable code detected by cppcheck (nw)
[src/emu/cpu/mn10200]mn10200.c
[src/mame/drivers]backfire.c s3.c s4.c s6.c s6a.c s7.c

r19812 Tuesday 25th December, 2012 at 17:30:00 UTC by Angelo Salese
Added blink attribute
[src/mess/drivers]pc9801.c

r19811 Tuesday 25th December, 2012 at 17:26:35 UTC by Oliver Stöneberg
fixed Visual Studio warning about use of potentially uninitialized variable (nw)
[src/mame/video]decocass.c

r19810 Tuesday 25th December, 2012 at 17:07:15 UTC by Angelo Salese
Revert, Xevious actually works with Normal 200 lines display, weird ...
[src/mess/video]upd7220.c

r19809 Tuesday 25th December, 2012 at 17:06:05 UTC by Ryan Holtz
(nw) Fix compile error on some compilers. Should hopefully improve pce, sgx, etc. as well
[src/emu/cpu/h6280]h6280.c

r19808 Tuesday 25th December, 2012 at 17:01:12 UTC by Angelo Salese
Worked around comparison is always true error
[src/mame/machine]stvcd.c

r19807 Tuesday 25th December, 2012 at 16:24:40 UTC by Brian Troha
meritm.c: Minor doc correction - NW
[src/mame/drivers]meritm.c

r19806 Tuesday 25th December, 2012 at 16:13:58 UTC by Oliver Stöneberg
removed unreachable code detected by cppcheck (nw)
[src/emu]distate.c rendlay.c
[src/emu/cpu/arm7]arm7.c
[src/emu/cpu/dsp56k]inst.h tables.c
[src/emu/cpu/hd61700]hd61700.c
[src/emu/cpu/i386]i386.c i386ops.c
[src/emu/cpu/i86]instr286.c
[src/emu/machine]wd_fdc.c
[src/mame/video]n64.c
[src/mess/machine]a2echoii.c

r19805 Tuesday 25th December, 2012 at 13:19:40 UTC by David Haywood
added proper x-scroll handling for the decocass background, and some notes for further cleanup work regarding the background 'tilemap' - this improves Manhattan and several others.
[src/mame/drivers]decocass.c
[src/mame/includes]decocass.h
[src/mame/video]decocass.c

r19804 Tuesday 25th December, 2012 at 11:53:34 UTC by Miodrag Milanović
Made QT debugger compiles under windows SDL build (no whatsnew)
[src/osd/sdl]sdl.mak

r19803 Tuesday 25th December, 2012 at 09:22:58 UTC by Sandro Ronco
(MESS) AVR8 core updates: [Sandro Ronco]
- added CPSE, LD Z+, ST -Z/-Y/-X and ICALL opcodes.
- added ATMEGA644 interrupt vectors.
- fixed Z flag in CPC, SBC and SBCI opcodes.
- fixed V and C flags in SBIW opcode.
- fixed pop/push order in CALL, RCALL, RET and RETI opcodes.
- fixed Timer 1 CTC mode.

(MESS) uzebox: added video emulation and joystick input. [Sandro Ronco]
[src/emu/cpu/avr8]avr8.c avr8.h
[src/mess/drivers]uzebox.c

r19802 Tuesday 25th December, 2012 at 09:22:35 UTC by Robbbert
(MESS) Pencil2 : fixed screen size (nw)
[src/mess/drivers]pencil2.c

r19801 Tuesday 25th December, 2012 at 09:09:17 UTC by Brian Troha
merit.c: Further input & dipswitch corrections / improvements and some additional documentation updates. [Brian Troha]
[src/mame/drivers]merit.c

r19800 Tuesday 25th December, 2012 at 07:27:19 UTC by Miodrag Milanović
scorpion.c : fixed 1ffd port handling [MetalliC]
[src/mess/drivers]scorpion.c

r19799 Tuesday 25th December, 2012 at 04:27:48 UTC by Angelo Salese
Fixed Xevious scrolling
[src/mess/drivers]pc9801.c
[src/mess/video]upd7220.c

r19798 Tuesday 25th December, 2012 at 04:03:04 UTC by R. Belmont
Whoops (nw)
[src/osd/sdl]sdl.mak

r19797 Tuesday 25th December, 2012 at 03:51:20 UTC by R. Belmont
SDL: Experimental Qt-based debugger [Andrew Gardner, R. Belmont]
[/trunk]makefile
[src/osd/sdl]debugqt.c* debugqtdasmwindow.c* debugqtdasmwindow.h* debugqtlogwindow.c* debugqtlogwindow.h* debugqtmainwindow.c* debugqtmainwindow.h* debugqtmemorywindow.c* debugqtmemorywindow.h* debugqtview.c* debugqtview.h* debugqtwindow.c* debugqtwindow.h* sdl.mak

r19796 Tuesday 25th December, 2012 at 03:42:39 UTC by Angelo Salese
Added reset/set functions to uPD7220
[src/mess/video]upd7220.c upd7220.h

r19795 Tuesday 25th December, 2012 at 03:39:50 UTC by Ryan Holtz
(nw) Just in case...
[src/emu/cpu/esrip]esrip.c
[src/emu/cpu/h6280]h6280.c

r19794 Tuesday 25th December, 2012 at 03:02:01 UTC by Robbbert
(MESS) Pencil2 : Last change for now (nw)
[src/mess/drivers]pencil2.c

r19793 Tuesday 25th December, 2012 at 02:34:38 UTC by Robbbert
(MESS) Pencil2 : identified all remaining keys. Upgraded to GNW. (nw)
[src/mess/drivers]pencil2.c

r19792 Tuesday 25th December, 2012 at 02:21:56 UTC by David Haywood
cgraplop2 needs to read something here or you can't coin it up (nw)
[src/mame/drivers]decocass.c
[src/mame/includes]decocass.h
[src/mame/machine]decocass.c

r19791 Tuesday 25th December, 2012 at 01:45:45 UTC by David Haywood
make the DECO222 handling in decocass transparent to the driver (nw)
[src/mame]mame.mak
[src/mame/drivers]dec8.c decocass.c
[src/mame/includes]decocass.h
[src/mame/machine]deco222.c* deco222.h*

r19790 Tuesday 25th December, 2012 at 01:38:52 UTC by Robbbert
(MESS) Homelab : custom inputs must be active high (nw)
[src/mess/drivers]homelab.c

r19789 Tuesday 25th December, 2012 at 01:22:17 UTC by Angelo Salese
Bulk replace of logging in uPD7220
[src/mess/video]upd7220.c

r19788 Tuesday 25th December, 2012 at 00:45:38 UTC by Robbbert
(MESS) Pencil2 : added some cassette code, but not working (nw)
[src/mess/drivers]pencil2.c

r19787 Tuesday 25th December, 2012 at 00:33:13 UTC by David Haywood
Super Astro Fighter expects to be able to read back data written to Paletteram (nw)
[src/mame/video]decocass.c

r19786 Monday 24th December, 2012 at 23:59:40 UTC by hap
mcr3.c: fixed char color offset in crater [MASH]
[src/mame/drivers]mcr3.c

r19785 Monday 24th December, 2012 at 23:31:24 UTC by Robbbert
(MESS) Pencil2 : added printer [Robbbert]
[src/mess/drivers]pencil2.c

r19784 Monday 24th December, 2012 at 23:02:34 UTC by Nathan Woods
1.  [M6809] Uninitialized variable fix (nw)
2.  Added an assertion to catch a bad scenario in schedule.c (nw)
[src/emu]schedule.c
[src/emu/cpu/m6809]m6809.c

r19783 Monday 24th December, 2012 at 23:00:42 UTC by Angelo Salese
Cleaned up palette init
[src/mess/drivers]pv1000.c

r19782 Monday 24th December, 2012 at 22:56:38 UTC by Angelo Salese
Hooked up border color
[src/mess/drivers]pv1000.c

r19781 Monday 24th December, 2012 at 22:43:58 UTC by Angelo Salese
(for whatever reason irq frequency didn't matched the notes, everything works by
pulling the frequency back right so ...)

(MESS) New WORKING system
------------------------------

Casio PV-1000 [Wilbert Pol, plgDavid, Angelo Salese]
[src/mess/drivers]pv1000.c

r19780 Monday 24th December, 2012 at 21:31:05 UTC by Angelo Salese
Fixed Space Panic and Excite Mahjong inputs, -2 left ...
[src/mess/drivers]pv1000.c

r19779 Monday 24th December, 2012 at 21:11:07 UTC by Nathan Woods
Better devicification of the Apple II FDC/IWM/SWIM
[src/mess]mess.mak
[src/mess/drivers]mac.c
[src/mess/machine]a2diskii.c apple2gs.c apple3.c applefdc.c applefdc.h lisa.c mac.c oric.c swim.c* swim.h*

r19778 Monday 24th December, 2012 at 20:39:03 UTC by Angelo Salese
PV-1000: Fixed Dig Dug gfxs
[src/mess/drivers]pv1000.c x1twin.c

r19777 Monday 24th December, 2012 at 18:45:27 UTC by Brian Troha
meritm.c: Minor doc update - NW
[src/mame/drivers]meritm.c

r19776 Monday 24th December, 2012 at 18:19:05 UTC by Brian Troha
merit.c: Corrected the inputs for Big Apple Games and gave it a standard draw poker button layout. Corrected the dipswitches for Big Apple Games. Corrected the ROM names for Casino Five and game description. Corrected the input for Riviera poker Rev A to get it working. [Brian Troha]

New games added or promoted from NOT_WORKING status
---------------------------------------------------
Riviera Hi-Score (2131-08, U5-4A) [Brian Troha]
[src/mame/drivers]merit.c

r19775 Monday 24th December, 2012 at 17:46:14 UTC by Roberto Fresca
Removed some todo notes due to the current interrupts implementation
matches the hardware traces...
[src/mame/drivers]kurukuru.c

r19774 Monday 24th December, 2012 at 16:02:56 UTC by Robbbert
(MESS) Pencil2 : sound, video, keyboard mostly working [Robbbert]
[src/mess/drivers]pencil2.c

r19773 Monday 24th December, 2012 at 15:32:12 UTC by Nathan Woods
[APPLE2] Uninitialized variable fix
[src/mess/devices]appldriv.c

r19772 Monday 24th December, 2012 at 13:13:21 UTC by Robbbert
Pencil2 : Basic tries to start.
[src/mess/drivers]pencil2.c

r19771 Monday 24th December, 2012 at 12:56:22 UTC by Miodrag Milanović
(MESS) New skeleton added :
----------------------------
Brandt 8641 - Currency Counter [Miodrag Milanovic]
[src/mess]mess.lst mess.mak
[src/mess/drivers]br8641.c*

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team