summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8291a.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-01-02 11:55:34 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-01-02 11:55:34 -0500
commit3d29b8927d5ad4140c69d00713f1e901bae6af97 (patch)
treefcdd9f264218e47fbe7a5fb64201a0eb26f214b4 /src/devices/machine/i8291a.cpp
parent9b86a0fd86d04b427e86ec0f20e38c4efeba69a0 (diff)
68340: One further note (nw)
Diffstat (limited to 'src/devices/machine/i8291a.cpp')
0 files changed, 0 insertions, 0 deletions
5e1b56e1f29e2985fd2e06cbbb8c?s=128&d=retro' /> Aaron Giles2010-12-311-2/+2 * Implemented a preliminary V25/V35 CPU core [Alex Jackson] Angelo Salese2010-12-231-846/+62 * Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-211-72/+4 * Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+4 * Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-14/+20 * Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-8/+8 * Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-9/+14 * Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-3/+3 * Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-3/+0 * Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-5/+5 * WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+8 * Remove all references to the nonexistent "premov" instruction from the NEC-V ... Scott Stone2010-05-151-3/+0 * i386/NEC disassembler updates: [Alex Jackson] Phil Bennett2010-04-011-1/+1 * Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-13/+13 * Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4 * More PPC GCC warning fixes. R. Belmont2010-01-151-1/+1 * Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2 * First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+2 * added two opcodes in the nec cpu; this is a temporary fix; we need to check i... Roberto Zandona2009-12-291-2/+5 * Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1 * Results of running the latest srcclean. Aaron Giles2009-12-281-36/+36 * Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-11/+11 * CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-20/+0 * CPU cores now compile cleanly. Aaron Giles2009-03-151-10/+23 * More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-13/+13 * Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-12/+12 * Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-4/+4 * CPU header cleanups....