summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into time-experiments Aaron Giles2021-08-137-20/+20
|\
| * ti99: Use offs_t instead of uint16_t for addresses, as they are 19 bit wide i... Michael Zapf2021-08-147-20/+20
* | Merge branch 'master' into time-experiments Aaron Giles2021-08-134-16/+38
|\|
| * geneve/ti99: Fixed HFDC hangs on not connected drives; allows timed steps for... Michael Zapf2021-06-032-7/+29
| * ti99: Change floppy step rate defaults. Change Corcomp controller monoflop co... Michael Zapf2021-04-142-9/+9
* | Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-2610-10/+10
* | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-2410-10/+10
|/
* geneve: Fixed address decoding in IDE card for standard Geneve; changed defau... Michael Zapf2021-03-032-2/+16
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-0210-25/+35
* device/bus/ti99/pecb/evpc.cpp: fixed MT07889 Ivan Vangelista2021-03-011-0/+1
* bus/ti99/gromport/cartridges.cpp: Use get_attribute_string_ptr AJR2021-01-271-43/+32
* Much more core std::string_view modernization AJR2021-01-201-0/+2
* hash.cpp, hashing.cpp: Change string processing to use std::string_view param... AJR2021-01-011-1/+1
* pc_kbdc: Merge "PC KBDC" device with slot connector AJR2020-12-222-6/+10
* ti99: Allow smaller ROMs in paged378 cartridge to be mirrored in the bank space. Michael Zapf2020-12-181-1/+5
* ti99: Prevent NVRAM to be overwritten when settings need to be restored. (nw) Michael Zapf2020-11-212-0/+20
* -Switch to building MAME as C++17. Vas Crabb2020-11-1576-162/+167
* ti99: Reimplementation of the Horizon RAMdisk card with all config options of... Michael Zapf2020-11-143-349/+468
* Got rid of global_alloc/global_free. Vas Crabb2020-10-033-34/+30
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* ti99: Extend gromemu cartridge type to support bank-switched ROMs. Michael Zapf2020-09-042-13/+40
* geneve: Add support for new SID Master card. Michael Zapf2020-09-021-0/+1
* ti99: Added SID Master expansion card. Michael Zapf2020-09-023-1/+152
* ti99: Fixed debugger_write in datamux, used wrong address variable for PEB ac... Michael Zapf2020-06-281-4/+4
* ti99_2: Emulate the expansion port and a 32K expansion module. Michael Zapf2020-06-212-1/+162
* ti99: Remove include file ti99defs.h Michael Zapf2020-06-2021-84/+52
* ti99: Retire custom READ8Z/SETADDRESS macro. Michael Zapf2020-06-1855-196/+176
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-4/+4
* ti99/tn_ide: Comment edits, changed default switch setting. (nw) Michael Zapf2020-06-092-10/+95
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-212-2/+2
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-4/+4
* ti99: IDE card allows choice of RTC clock chip. Michael Zapf2020-04-142-45/+171
* ti99: Add PGRAM card; fixed IDE adapter card. Michael Zapf2020-04-107-306/+1231
* srcclean (nw) Vas Crabb2020-03-224-123/+123
* ti99: Clear datamux latch of stale content, in case that no device responds o... Michael Zapf2020-03-211-2/+4
* wd_fdc: Add a MON callback so that drives, which are unselected early, do not... Michael Zapf2020-03-202-59/+74
* ti99: Added FORTi sound card. Michael Zapf2020-03-173-0/+190
* ti99: Added Myarc DDCC-1 disk controller card. Michael Zapf2020-03-153-0/+620
* ti99: Added CorComp disk controller cards. Michael Zapf2020-03-145-4/+1094
* ti99: Added VRAM size option to Enhanced Video Processor Card. Michael Zapf2020-02-041-1/+10
* more debug logging left on, few small cleanups (nw) Vas Crabb2020-02-021-2/+2
* ti99: Block invalid accesses to VDP (like writing on read address); fixes Amb... Michael Zapf2020-01-061-23/+17
* ti99_2: Removed instability in Load/save to Hexbus floppy. Michael Zapf2020-01-052-8/+16
* ti99_2: Improved Hexbus handling, also for 99/8; still WIP. Michael Zapf2020-01-043-107/+52
* geneve: Improved logging; some minor changes. (nw) Michael Zapf2019-12-271-0/+9
* genene: Fix PFM regression from last rewrite (nw) Michael Zapf2019-12-271-1/+2
* geneve: Lower-level emulation of the Geneve architecture (Gate Array, PAL, Ge... Michael Zapf2019-12-2720-1125/+1379
* bus/ti99/internal/998board: initialize stuff (nw) Ivan Vangelista2019-12-162-109/+111
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-242-2/+2
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-102-24/+24