index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
mess
/
drivers
/
cbm2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mc6845: Added display enable and horizontal/vertical back porch widths to the...
Curt Coder
2014-03-27
1
-2
/
+3
*
mos6526: devcb2 cleanup. (nw)
Curt Coder
2014-03-22
1
-39
/
+46
*
Hooked up dtr/rts/rxc to serial port & introduced the etc pin to rs232 (pin 2...
smf-
2014-03-19
1
-0
/
+3
*
Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau...
smf-
2014-03-17
1
-15
/
+18
*
Cleaned up devcb2 usage. (nw)
Curt Coder
2014-03-16
1
-14
/
+37
*
(MESS) cbm2: devcb2. (nw)
Curt Coder
2014-03-15
1
-19
/
+15
*
Converted ds75161a_device to devcb2 (nw)
Ivan Vangelista
2014-03-15
1
-28
/
+51
*
Removed pseudo-palettes from video/generic.c. All drivers that were using the...
Alex W. Jackson
2014-03-13
1
-1
/
+4
*
(MESS) vcs/ctrl: Cleanup. (nw)
Curt Coder
2014-03-12
1
-2
/
+2
*
created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ...
smf-
2014-02-15
1
-15
/
+16
*
replaced more machine().firstcpu with m_maincpu [smf]
smf-
2014-01-23
1
-3
/
+1
*
added screen visarea adjustment to mc6845 config interface
Michaël Banaan Ananas
2014-01-04
1
-0
/
+1
*
Fixed commodore quick load by passing in the address space instead of using m...
smf-
2014-01-04
1
-2
/
+2
*
Cleanups and version bump
mame0152
Miodrag Milanovic
2013-12-24
1
-1
/
+1
*
removed unused rxd callback from mos6551 and made devcb2 consistent with othe...
smf-
2013-12-23
1
-6
/
+15
*
converted serial & rs232 devices to devcb2 [smf]
smf-
2013-12-20
1
-17
/
+21
*
License tags. (nw)
Curt Coder
2013-10-16
1
-0
/
+2
*
small MACHINE_RESET cleanup
Oliver Stöneberg
2013-08-05
1
-8
/
+0
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-2
/
+1
*
Moved default card config, device inputs and clock off the slot interface so ...
smf-
2013-05-29
1
-18
/
+18
*
removed some redundant uses of DEVICE_SELF (nw)
smf-
2013-05-20
1
-19
/
+19
*
pic8259.c: Switched to devcb2. (nw)
Wilbert Pol
2013-05-15
1
-9
/
+2
*
SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw)
Miodrag Milanovic
2013-04-19
1
-5
/
+5
*
Cleanups and version bump
mame0148u2
Miodrag Milanovic
2013-03-19
1
-12
/
+12
*
(MESS) cbm8296: WIP. (nw)
Curt Coder
2013-03-05
1
-13
/
+21
*
(MESS) cbm2: Fixed 6509<>8088 comms. (nw)
Curt Coder
2013-02-23
1
-38
/
+64
*
(MESS) Cleanup. (nw)
Curt Coder
2013-02-22
1
-0
/
+4
*
Finished moving quicload/snapshot formats into machine folder (nw)
Miodrag Milanovic
2013-02-22
1
-0
/
+16
*
(MESS) vic20/c64: Added VIC-1011A/B RS-232C adapter emulation. [Curt Coder]
Curt Coder
2013-02-15
1
-10
/
+10
*
(MESS) Cleanups. (nw)
Curt Coder
2013-02-14
1
-0
/
+4
*
Fixed validation. (nw)
Curt Coder
2013-02-13
1
-3
/
+3
*
Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi...
Curt Coder
2013-02-12
1
-75
/
+42
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
1
-17
/
+17
*
(MESS) Added some RS-232 slots. (nw)
Curt Coder
2013-02-07
1
-0
/
+20
*
(MESS) devcb2 conversions. (nw)
Curt Coder
2013-02-06
1
-110
/
+31
*
(MESS) superpet: WIP. (nw)
Curt Coder
2013-02-05
1
-1
/
+1
*
Fixed ROM name. (nw)
Curt Coder
2013-02-04
1
-1
/
+1
*
(MESS) pet: Added user and memory expansion ports. [Curt Coder]
Curt Coder
2013-02-04
1
-83
/
+156
*
(MESS) Used modern accessors for i8259. (nw)
Curt Coder
2013-02-02
1
-1
/
+1
*
IRQ_CALLBACK modernization part 3 (no whatsnew)
Miodrag Milanovic
2013-01-31
1
-6
/
+4
*
(MESS) Tagmap lookup cleanup. (nw)
Curt Coder
2013-01-27
1
-12
/
+7
*
(MESS) Reduced tagmap abuse. (nw)
Curt Coder
2013-01-24
1
-16
/
+16
*
Added a preliminary boolean flag to MC6845 interface structure: "show border ...
Angelo Salese
2013-01-14
1
-1
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-201
/
+201
*
(MESS) cbm2: 8088 WIP. (nw)
Curt Coder
2012-12-20
1
-9
/
+24
*
pic8259: Added modern accessors. (nw)
Curt Coder
2012-10-30
1
-16
/
+18
*
Clean-ups and version bump
mame0147u2
Miodrag Milanovic
2012-10-30
1
-74
/
+74
*
(MESS) cbm2: Fixed graphics, and some 8088 WIP. (nw)
Curt Coder
2012-10-29
1
-73
/
+368
*
Fix GCC compile (nw)
R. Belmont
2012-10-26
1
-3
/
+3
*
(MESS) p500: Added VIC video/color RAM access thru PLA. (nw)
Curt Coder
2012-10-26
1
-58
/
+92
[next]