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
/
machine
/
bbc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
converted i8271 to use inline configs and reduced tagmap lookups
Fabio Priuli
2014-04-17
1
-6
/
+0
*
updated upd7002 to use delegates. nw.
Fabio Priuli
2014-04-13
1
-16
/
+8
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-6
/
+6
*
(MESS) previous BBC Master commit was over-simplifying the cart
Fabio Priuli
2014-04-05
1
-5
/
+12
*
(MESS) bbc.c: fixed external cart slot -cart1 for the BBC Master (demo cart
Fabio Priuli
2014-04-04
1
-81
/
+63
*
i8271: devcb2. (nw)
Curt Coder
2014-03-25
1
-2
/
+0
*
legacy wd17xx is now also a modern device (nw)
Miodrag Milanovic
2014-03-18
1
-45
/
+45
*
Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h...
smf-
2014-02-21
1
-24
/
+23
*
created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ...
smf-
2014-02-15
1
-2
/
+2
*
Modernized i8271 device.(nw)
Ivan Vangelista
2014-01-18
1
-13
/
+9
*
(MESS) BBC Micro keyboard LED's: [Nigel Barnes]
Fabio Priuli
2014-01-06
1
-3
/
+8
*
BBC Micro keyboard updates/fixes: [Nigel Barnes]
Fabio Priuli
2014-01-05
1
-42
/
+6
*
Modernized upd7002 device. (nw)
Ivan Vangelista
2014-01-04
1
-4
/
+3
*
removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from...
smf-
2014-01-01
1
-49
/
+24
*
Convert VIA6522 to use DEVCB2 [smf]
smf-
2013-12-31
1
-40
/
+5
*
replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al...
smf-
2013-12-22
1
-6
/
+30
*
Cleanups and version bump
mame0151
Miodrag Milanovic
2013-11-05
1
-4
/
+4
*
Modernized mc6854 device.(nw)
Ivan Vangelista
2013-11-04
1
-8
/
+4
*
(MESS) BBC Micro updates / fixes: [Nigel Barnes]
Fabio Priuli
2013-10-28
1
-167
/
+198
*
moved centronics into emu/bus (nw)
Miodrag Milanovic
2013-10-23
1
-1
/
+1
*
small MACHINE_RESET cleanup
Oliver Stöneberg
2013-08-05
1
-1
/
+1
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
1
-3
/
+3
*
(MESS) Added RS-232 ports to several drivers. [Curt Coder]
Curt Coder
2013-05-21
1
-7
/
+27
*
(MESS) bbc.c: Changed cts signals a bit. (nw)
Wilbert Pol
2013-04-28
1
-2
/
+2
*
(MESS) bbc.c: Hooking up some more serial processor features. Cassette saving...
Wilbert Pol
2013-04-28
1
-46
/
+149
*
serproc bit 6 switches between cassette and rs423. (nw)
Wilbert Pol
2013-04-26
1
-12
/
+12
*
Documentation (nw)
Wilbert Pol
2013-04-25
1
-1
/
+7
*
(MESS) bbc.c: Fixed cassette loading. [Wilbert Pol]
Wilbert Pol
2013-04-25
1
-14
/
+38
*
small machine().root_device() cleanup (nw)
Miodrag Milanovic
2013-04-18
1
-1
/
+1
*
moving some static functions in driver state for MESS drivers plus some other...
Miodrag Milanovic
2013-04-18
1
-66
/
+60
*
(MESS) cassette cleanup (nw)
Miodrag Milanovic
2013-04-17
1
-4
/
+3
*
various cpu lookup cleanup (nw)
Miodrag Milanovic
2013-04-15
1
-1
/
+1
*
Removal of machine().root_device() where appropriate (nw)
Miodrag Milanovic
2013-04-14
1
-10
/
+10
*
changed machine().device("maincpu") with m_maincpu in mess tree part (nw)
Miodrag Milanovic
2013-04-10
1
-1
/
+1
*
(MESS) bbc.c: Reduce tagmap lookups (nw)
Wilbert Pol
2013-02-10
1
-46
/
+46
*
(MESS) bbc.c: Some tagmap lookup reduction. (nw)
Wilbert Pol
2013-02-08
1
-58
/
+58
*
Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw)
Wilbert Pol
2013-02-05
1
-2
/
+2
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-1
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-40
/
+40
*
bbc: Fix another collateral damage of the acia irq fix [O. Galibert]
Olivier Galibert
2013-01-03
1
-1
/
+1
*
Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew)
Miodrag Milanovic
2012-10-03
1
-106
/
+98
*
modernization or timer callbacks part 2 (no whatsnew)
Miodrag Milanovic
2012-09-24
1
-33
/
+32
*
change from device->machine() to space.machine() in device handlers in order ...
Miodrag Milanovic
2012-09-21
1
-6
/
+6
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-3
/
+3
*
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew)
Miodrag Milanovic
2012-09-18
1
-16
/
+14
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-47
/
+45
*
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang...
Miodrag Milanovic
2012-09-13
1
-66
/
+59
*
Clear out remaining global inlines in diexec.h.
Aaron Giles
2012-09-12
1
-1
/
+1
*
Closeout on old macros. Retired cputag_set_input_line
Aaron Giles
2012-09-12
1
-1
/
+1
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
1
-2
/
+2
[next]