summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am9513.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Since I already had to touch all device_timer signatures, bite the bullet ↵ Aaron Giles2021-08-201-7/+7
| | | | and make device_timer callbacks match the native form to eliminate trampolines.
* Major timer object reshuffling. timer_expired_delegate wraps the various ↵ Aaron Giles2021-03-261-2/+2
| | | | callback types. timer_callback is a class containing a timer_expired_delegate plus a user-supplied pointer, and accounting information for registration. timer_instance is a single active timer in the scheduler. persistent_timer is what you get back from timer_alloc() now, and has methods for dynamic changes. transient_timer_factory is what you use to create transient timers. Devices now own a transient_timer_factory for transient device timers. persistent_timers can be emedded and initialized directly.
* Add scheduler object and accessor to device_t. Upgrade all 3 timer ↵ Aaron Giles2021-03-241-1/+1
| | | | parameters to u64. Change first parameter of device timers to be emu_timer const. Updated all device timers to follow suit.
* Remove some old-school synchronize calls. Add an optional unique ID pointer ↵ Aaron Giles2021-03-231-1/+3
| | | | to enregistration to help differentiate in non-device cases.
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
|
* unistar: Hook up one bank of DIP switches (nw) AJR2020-03-061-1/+1
| | | | am9513: Silence logging (nw)
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-6/+5
|
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: ↵ AJR2019-03-071-4/+4
| | | | | | Simplify read/write handlers (nw) Note that the VME handler installing routines can and should be redone later; this is merely enough for now.
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
|
* am9513: Invert polarity of unused inputs (nw) AJR2017-10-281-4/+8
|
* am9513: Counters 1 and 5 are indeed treated as adjacent (nw) AJR2017-10-061-20/+23
|
* am9513: Implement time-of-day mode AJR2017-10-061-16/+120
|
* am9513: Improved mode logging (nw) AJR2017-09-231-8/+34
|
* seattle: Add Intel 8259 and Am9513 devices (nw) AJR2017-09-231-1/+3
|
* am9513: More defined master reset behavior (nw) AJR2017-09-231-3/+7
|
* codata: Add uPD7201 + Am9513 and hook up their interrupts (nw) AJR2017-09-231-2/+6
| | | | am9513: A few more notes (nw)
* unistar: Some device hookups (nw) AJR2017-09-221-3/+3
|
* am9513: A few more refinements (nw) AJR2017-09-221-5/+11
|
* ft68m: Use serial terminal and Am9513A (nw) AJR2017-09-221-1/+1
|
* am9513: Fix load command (nw) AJR2017-09-221-8/+12
|
* am9513: New device AJR2017-09-221-0/+1318