summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i8089 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct a few CPU device names (nw) AJR2019-10-081-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-262-5/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-4/+5
* i8089: Fix 16-bit target DMA transfers without DRQ Dirk Best2019-02-231-3/+2
* i8089: Disable logging Dirk Best2019-02-082-2/+2
* -bus/apricot/expansion/expansion, bus/isbx, cpu/i8086, cpu/i8089, : Removed M... mooglyguy2018-12-155-37/+11
* devcb3 Vas Crabb2018-07-071-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Reshuffle some stuff: Vas Crabb2018-03-282-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-302-7/+7
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-392/+407
* altos8600: make hdd work (nw) cracyc2017-09-301-1/+1
* i8089: fix odd byte count and mismatched bus size (nw) cracyc2017-09-292-22/+39
* i8089: fix sintr (nw) cracyc2017-09-261-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-8/+6
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-312-13/+7
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Buffer overrun warnings from GCC 7.1 fixed (nw) Miodrag Milanovic2017-05-151-2/+3
* and another (nw) Vas Crabb2017-05-151-0/+1
* forgot this (nw) Vas Crabb2017-05-151-0/+3
* thorn in my side (nw) Vas Crabb2017-05-152-9/+6
* work around MSVC issue (nw) Vas Crabb2017-05-151-1/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-145-157/+155
* Self-registering devices prep: Vas Crabb2017-02-272-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-113-2/+1
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-4/+4
* i8089: Silence DMA transfer log spam Dirk Best2016-12-221-3/+4
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Changed the i8089 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-151-4/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-161/+161
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-7/+7
* Add macros for alignment checking (nw) AJR2016-01-301-2/+2
* reverting: Miodrag Milanovic2016-01-205-36/+36
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-203-40/+40
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-163-40/+40
* tags are now strings (nw) Miodrag Milanovic2016-01-165-36/+36
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-6/+6
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-052-12/+12
* cleanuo Miodrag Milanovic2015-12-051-2/+2