OSDN Git Service

[VM][General] Merge Upstaream 2020-12-11.
[csp-qt/common_source_project-fm7.git] / source / history.txt
1 12/11/2020
2
3 [PC8801/PC88] fix to run dma from memory to crtc when (rd,wr)=(0,0)
4 [PC8801/PC88] fix to run dma from scsi to memory only when count > 0
5
6
7 12/8/2020
8
9 [COMMON] fix build error on VC++2019 (thanks Mr.Sato)
10
11 [VM/Z80CTC] fix not to clear in-service at software reset (thanks Mr.Sato)
12 [VM/Z80DMA] fix stall cycles at BUSACK in byte mode (thanks Mr.Sato)
13
14 [X1TURBOZ/DISPLAY] fix zpalette in 64 colors, 2 screens mode (thanks Mr.Sato)
15
16
17 12/6/2020-2
18
19 [MZ1500] fix inp(0xe8) to detect voice board is missing (thanks Mr.kitahei88)
20 [X1TURBOZ/DISPLAY] fix to update zpalette at vline=0 (thanks Mr.Sato)
21
22
23 12/6/2020
24
25 [OSD/WIN32] import Unity plug-in code (thanks Mr.Marukun)
26
27 [VM/I386_NP21] update to Neko Project 21/W ver0.86 rev79 beta4
28 [VM/UPD765A] fix transfer size to 128 << min(N, 7) (thanks Mr.Kugimoto)
29
30 [MZ1500/QUICKDISK] improve for QDF format (thanks Mr.kitahei88)
31 [MZ1500/QUICKDISK] improve for BSD record (thanks Mr.Yuushi)
32 [PC9801/MEMORY] fix switching BIOS ROM/RAM
33 [X1/CZ8RB] support CZ-8RB (thanks Mr.Meister)
34
35
36 8/16/2020
37
38 [VM/SCSI_DEV] improve to specify data req signal delay (thanks Mr.Sato)
39 [VM/SCSI_DEV] fix read6/write6 command in 0 length case (thanks Mr.Sato)
40 [VM/SISI_HDD] change drive type to hot swappable
41 [VM/SISI_HDD] improve seek time (thanks Mr.Sato)
42 [VM/SASI_HDD] support winchester drive parameters command
43 [VM/Z80DMA] improve to sense rdy signal as level, not edge (thanks Mr.Sato)
44
45 [MZ2500/CRTC] fix sub plane address in 640x200 16colors mode (thanks Mr.856)
46 [SVI3X8] support SPECTRAVIDEO SVI-3x8 (thanks Mr.tanam)
47 [X1] add menu items for FD2/FD3 (thanks Mr.Sato)
48 [X1/DISPLAY] fix high speed pcg definition (thanks Mr.YAT)
49 [X1TURBOZ/DISPLAY] improve palette update timing (thanks Mr.Sato)
50
51
52 8/14/2020
53
54 [OSD/WIN32] support x64 build (thank Mr.Marukun)
55 [OSD/WIN32] support Direct2D
56
57 [MICOM_MAHJONG] support Nippon Mail Service MICOM MAHJONG (thanks Mr.GORRY)
58 [TVBOY] support GAKKEN TV BOY (thanks Mr.tanam)
59
60
61 4/6/2020
62
63 [VM/I386_NP21] update to Neko Project 21/W ver0.86 rev72
64
65
66 2/21/2020
67
68 [VM/I386_NP21] update to Neko Project 21/W ver0.86 rev71 beta4
69
70 [PC9801VX] support to switch cpu mode to V30
71 [PC9801RA] support to switch cpu mode to V30
72
73
74 2/17/2020
75
76 [EMU] add is_floppy_disk_connected() and is_quick_disk_connected()
77 [WINMAIN] disable floppy/quick disk drive menus when drives are disconnected
78
79 [VM/I8080] improve disassembler to distinguish 8080 and 8085
80 [VM/I86] split i86/i88/i186/v30 from I286 class
81 [VM/I86] fix aam in v30
82 [VM/I86] support 8080 emulation mode in V30
83 [VM/I386_NP21] improve not to explicitly accept irq while executing opecode
84 [VM/I386_DASM] split i386 disassembler from I286/I386 class
85 [VM/V30_DASM] split v30 disassembler from I286 class
86 [VM/V30_DASM] add 8080 disassebler for 8080 emulation mode
87 [VM/VM_TEMPLATE] add is_floppy_disk_connected() and is_quick_disk_connected()
88
89 [PC9801] support to enable/disable 1MB/640K/320KB-FDD interfaces
90
91
92 2/1/2020
93
94 [EMU] support to create blank hard disk image (*.hdi/*.nhd)
95 [WINMAIN] add menu items to mount blank hard disk image
96
97 [VM/DEVICE] improve memory/io bus interfaces for 16/32bit access
98 [VM/DEVICE] add get_event_clocks() and get_cpu_clocks()
99 [VM/EVENT] add get_event_clocks() and get_cpu_clocks()
100 [VM/I386_NP21] support 80386 (based on Neko Project 21/W i386 core)
101 [VM/I8259] make update_intr() public
102 [VM/MEMORY] improve memory bus interfaces for 16/32bit access
103 [VM/MEMORY] make rd_table/wr_table/addr_shift public
104 [VM/UPD7220] fix stop command (thanks Neko Project 21/W)
105
106 [FMR50] change i386 core from MAME to Neko Project 21/W
107 [FMR50] support to mount blank hard disk image
108 [MZ2500] support to mount blank hard disk image
109 [MZ2800] support to mount blank hard disk image
110 [PC9801] change i386 core from MAME to Neko Project 21/W
111 [PC9801] support to mount blank hard disk image
112 [PC9801/DISPLAY] improve code for big-endian host machine
113 [PC9801/FMSOUND] support 86-type PCM (thanks Neko Project 21/W)
114 [PC9801/MEMBUS] improve memory bus interfaces for 16/32bit access
115 [PC9801/MOUSE] fix irq number in hireso mode
116 [PC9801/SASI] improve irq/drq signals to generate from sasi bus signals
117 [X1TURBO] support to mount blank hard disk image
118 [X1TURBO/IOBUS] fix not to clear vram in reset()
119
120
121 1/23/2020
122
123 [VM/Z80DMA] fix byte counter read by read mask follows command (thanks Mr.Sato)
124
125
126 12/31/2019
127
128 [MZ2500/CRTC] apply crtc patch (thanks Mr.Koucha-Youkan)
129
130
131 11/3/2019
132
133 [PC98RL] fix horizontal frequency
134 [PC98RL/DISPLAY] fix not to change horizontal frequency
135 [PC98RL/DISPLAY] fix cg window
136 [PC98RL/DISPLAY] fix multiple vram planes accessing
137 [PC9801/DISPLAY] fix vram word accessing (thanks Mr.Artane.)
138
139
140 10/28/2019
141
142 [X1/PSUB] improve tape recording
143 [X1/SUB] improve tape stopping
144 [X1/SUB] improve tape write-protected signal
145
146
147 10/22/2019
148
149 [X1/PSUB] improve tape end signal
150 [X1/SUB] improve tape end signal
151
152
153 4/30/2019
154
155 [VM/DEVICE] add is_primary_cpu() and update_extra_event()
156 [VM/EVENT] support to udpate event while cpu is running one opecode
157 [VM/I8259] fix reading isr register (thanks Mr.rednow)
158 [VM/SCSI_HOST] fix to raise irq at command/message phase
159 [VM/Z80] improve to update event in every read/write cycle
160
161 [CEFUCOM21] support Hino Electronics CEFUCOM-21 (not work)
162 [MZ2500/CRTC] apply crtc patch (thanks Mr.Koucha-Youkan)
163 [PC8801MA] improve to enable/disable cmdsing and pcg
164 [PC8801MA] improve to enable/disable changing palette for each scan line
165
166
167 2/19/2019-2
168
169 [VM/DEVICE] revirt fixes in 2/19/2019
170 [VM/EVENT] revirt fixes in 2/19/2019
171 [VM/Z80] revirt fixes in 2/19/2019
172
173
174 2/19/2019
175
176 [VM/DEVICE] add is_primary_cpu() and update_extra_event()
177 [VM/EVENT] support to udpate event while cpu is running one opecode
178 [VM/Z80] improve to update event in every read/write cycle
179
180 [MZ2500/MEMORY] improve pcgram wait in display timing
181
182
183 2/16/2019
184
185 [EMU/DEBUGGER] improve to enumerate devices that is debugger available
186 [EMU/DEBUGGER] improve to show all breaked reasons
187 [EMU/DEBUGGER] support breakpoint of cpu selected by "! device" command
188 [EMU/*] simplify code for debugger
189 [VM/*] simplify code for debugger
190
191 [VM/I8237] support break point for direct memory access
192 [VM/MB8877] fix not to wait 60ms to start read/write after seek is finished
193 [VM/MC6844] support break point for direct memory access
194 [VM/TMS9918A] support break point for registers and vram access
195 [VM/UPD71071] support break point for direct memory access
196 [VM/Z80DMA] support break point for direct i/o and memory access
197
198
199 2/14/2019
200
201 [EMU/DEBUGGER] support break point for non-cpu device
202 [EMU/DEBUGGER] change command length from 64 to 1024
203
204 [VM/AY_3_891X] support break point
205 [VM/DEVICE] add get_debug_data_addr_space()
206 [VM/DEVICE] change type of get_debug_regs_info() from void to bool
207 [VM/MB8877] fix to decrease first seek time by 500us (2D/2DD) or 250us (2HD)
208 [VM/TMS9918A] support break point
209 [VM/YM2151] support break point
210 [VM/YM2203] support break point
211 [VM/Z80CTC] fix to reset interrupt req/in service by bit2 of control register
212 [VM/Z80DMA] fix to reset interrupt req/in service by reset command
213
214 [X1TURBO/EMM] support to access vram as memory space from debugger
215 [X1TURBO/IOBUS] support to access vram as memory space from debugger
216 [X1TURBO/IOBUS] support break point
217
218
219 2/9/2019
220
221 [EMU/DEBUGGER] enlarge text buffer size
222
223 [VM/DEVICE] add get_context_child() to enumerate daisy-chained devices
224 [VM/DISK] add get_sector_info()
225 [VM/MB8877] improve debugger to show current head position and disk geometry
226 [VM/MB8877] fix not to abort command when eject disk in unselected drive
227 [VM/UPD765A] improve debugger to show current head position and disk geometry
228 [VM/Z80*] add get_context_child() to enumerate daisy-chained devices
229
230 [X1TURBO] fix to force clear iei/oei of z80 family devices when reset vm
231 [X1TURBO/DISPLAY] fix to check bit0/2 of port 0x1fd0 in draw_text()
232
233
234 2/8/2019
235
236 [EMU/*] simplify code to draw screen while debugging cpu
237 [OSD/*] simplify code to draw screen while debugging cpu
238 [VM/*] simplify code to draw screen while debugging cpu
239
240 [BUBCOM80/DISPLAY] improve dmac
241 [HC80/IO] fix slave-cpu command 0x27 and 0x29 (thanks Mr.Stefano Bodrato)
242
243
244 2/7/2019
245
246 [EMU/DEBUGGER] improve to draw screen while debugging cpu
247 [EMU] add override/restore/run_wndproc() for debugger
248 [EMU] add create_bank_floppy_disk()
249 [OSD/WIN32] add override/restore/run_wndproc() for debugger
250
251 [VM/315_5124] improve draw_screen() for debugger
252 [VM/H6280] improve to run window procedure while suspending for debugger
253 [VM/I286] improve to run window procedure while suspending for debugger
254 [VM/I386] improve to run window procedure while suspending for debugger
255 [VM/I8080] improve to run window procedure while suspending for debugger
256 [VM/M6502] improve to run window procedure while suspending for debugger
257 [VM/MC6800] improve to run window procedure while suspending for debugger
258 [VM/MC6809] improve to run window procedure while suspending for debugger
259 [VM/MCS48] improve to run window procedure while suspending for debugger
260 [VM/TMS9918A] improve draw_screen() for debugger
261 [VM/TMS9995] improve to run window procedure while suspending for debugger
262 [VM/UPD7801] improve to run window procedure while suspending for debugger
263 [VM/UPD7810] improve to run window procedure while suspending for debugger
264 [VM/V9938] improve draw_screen() for debugger
265 [VM/V99X8] improve draw_screen() for debugger
266 [VM/Z80] improve to run window procedure while suspending for debugger
267
268 [BUBCOM80/DISPLAY] improve draw_screen() for debugger
269 [FAMILYBASIC/PPU] improve draw_screen() for debugger
270 [MZ80K/DISPLAY] improve draw_screen() for debugger
271 [MZ1500/MEMORY] improve draw_screen() for debugger
272 [PC8801/PC88] improve draw_screen() for debugger
273 [PCENGINE/PCE] improve draw_screen() for debugger
274 [SMC777/MEMORY] improve draw_screen() for debugger
275 [X1/DISPLAY] improve draw_screen() for debugger
276
277
278 1/29/2019
279
280 [MZ80K/MEMORY] support COLOR GAL 5 (thanks Mr.Suga)
281 [PC8001/PC88] fix issue that cursor is mistakenly hidden
282
283
284 1/18/2019
285
286 [PC8001/PC88] clear ram[0xff33] for DEMPA Galaxian
287 [SMC777/MEMORY] improve to render screen in each scan line
288
289
290 1/16/2019
291
292 [EMU] improve to reinitialize vm in reset when dipswitch is changed
293
294 [VM/UPD765A] fix st3 in sence devstat command to set two-side bit (temporary)
295
296 [PC8801] support GSX-8800
297 [PC8801] support to enable/disable PC-8801-11/GSX-8800/PCG-8100
298 [PC8801] fix some degradations
299
300
301 1/11/2019
302
303 [PC8001] support NEC PC-8001
304 [PC8001] support NEC PC-8001mkII
305 [PC8801] support NEC PC-8801
306 [PC8801] support NEC PC-8801mkII
307
308
309 12/28/2018
310
311 [EMU] support to insert blank 2D/2DD/2HD disk image
312
313
314 12/27/2018
315
316 [PC6001/PSUB] improve keyboard irq
317 [PC8801/PC88] improve initial memory map when CD BIOS is loaded
318 [PC8801/PC88] support CD-DA fade in/out
319
320
321 12/18/2018
322
323 [VM/I386] improve i386 core based on MAME 0.204
324 [VM/SCSI_CDROM] improve vendor specific command for NEC CD-ROM^2
325 [VM/SCSI_DEV] fix to write buffer when current command is not WRITE6/10/12
326 [VM/SCSI_DEV] fix Request Sense command to get correct data length
327 [VM/SCSI_HDD] fix not to write buffer when current command is not WRITE6/10/12
328
329 [PC8801/PC88] improve initial memory map when CD BIOS is loaded
330 [PC8801/PC88] revert screen renderer fixes in 12/1/2018 except scanline issues
331 [PC8801/PC88] fix dmac registers to clear higher 16bits of pair32_t
332 [PC8801/PC88] fix dmac to read i/o in verify mode
333
334
335 12/9/2018
336
337 [VM/SCSI_CDROM] add vendor specific command for NEC CD-ROM^2
338
339 [PC8801/PC88] support CD-ROM drive (thanks M88/cdif)
340 [PC8801/PC88] support Video Art Boad (thanks X88000)
341
342
343 12/5/2018
344
345 [VM/MB8877] improve reset() to finish previous command and reset fdc completely
346 [VM/Z80] add read_signal() to read irq status
347
348 [PC8801/PC88] improve to render scan line with black if color graphic mode
349 [SMC70/MEMORY] support 640x400 and 160x100 graphic mode
350 [SMC777/MEMORY] fix issue that text blink is not working
351 [SMC777/MEMORY] improve inport 21h to read vsync irq status
352 [SMC777/MEMORY] improve inport 51h to read cursor and space keys as joystick #1
353 [VM/*] improve tape interfaces for each virtual machine
354
355
356 12/4/2018
357
358 [CONFIG] remove fmgen_dll_path and add mame2151_dll_path/mame2608_dll_path
359
360 [VM/YM2203] remove HAS_YM2608 and YM2203_PORT_MODE to simplify code
361
362 [PC8801] support HMB-20 sound board
363
364
365 12/2/2018-2
366
367 [PC8801/PC88] fix text/graph renderer again (thanks Mr.Bookworm)
368
369
370 12/2/2018
371
372 [PC8801/PC88] fix not to apply reverse attribute to monochrome graphic screen
373
374
375 12/1/2018
376
377 [PC8801] enable/disable drawing scan line when monitor type is hireso/standard
378 [PC8801/PC88] improve text attributes/rederer (thanks ePC-8801MA\89ü)
379 [PC8801/PC88] fix analog back color
380 [PC8801/PC88] improve routine to change palette for each scan line
381
382
383 11/28/2018
384
385 [WIN32/INPUT] support joystick with multiple axes and hat key
386 [WIN32/INPUT] improve joystick to keyboard function for numpad key 5
387
388
389 11/27/2018
390
391 [WIN32/INPUT] support joystick to keyboard function
392 [WIN32/SCREEN] support Window x1.5 mode
393
394 [PC8801/PC88] support PC key, that is mapped to F11
395
396
397 11/23/2018
398
399 [VM/I386] improve i386_limit_check to consider data size
400 [VM/SCSI_DEV] improve REQ timing just after ACK is raised
401
402 [PC6001/*] apply patch for timing issues (thanks Mr.Akikawa)
403 [PC8801/PC88] support to change palette for each scan line
404 [PC9801] support PC-9801-86 sound board for PC-9801RA and PC-98RL
405 [PC9801/FMSOUND] fix process_state
406
407
408 10/14/2018
409
410 [COMMON/FILEIO] improve functions to load/save state file for big-endian
411
412 [VM/*] improve process_state for big-endian
413
414
415 10/13/2018
416
417 [EMU/DEBUGGER] increase breakpoint number from 8 to 16
418
419 [VM/VM_TEMPLATE] fix issue that virtual machine is not correctly released
420
421
422 10/10/2018
423
424 [VM/SCSI_DEV] fix ack signal issue when multiple devices are attached
425 [VM/SCSI_HOST] support to output cd/io/msg/req signals to other devices
426
427 [MZ2800/SASI] support SASI I/F and HDD (thanks Mr.Oh!Ishi)
428
429
430 10/7/2018
431
432 [COMMON] add pair16_t and pair64_t (thanks Mr.Artane.)
433 [COMMON] rename pair_t to pair32_t
434 [COMMON] add functions for endians (thanks Mr.Artane.)
435 [EMU] fix roman/kana conversion when uppercase alphabet is input (thanks Mr.Artane.)
436 [EMU] abolish SUPPORT_VARIABLE_TIMING and USE_TAPE_BUTTON
437 [WINMAIN] abolish USE_ALT_F10_KEY
438 [WIN32/INPUT] abolish NOTIFY_KEY_DOWN and USE_SHIFT_NUMPAD_KEY
439 [WIN32/INPUT] improve key input for shift + numpad keys
440
441 [VM/*] introduce VM_TEMPLATE (thanks Mr.Artane.)
442
443
444 10/5/2018
445
446 [COMMON] combine load_state and save_statet of cur_time_t to process_state
447 [COMMON/FIFO] combine load_state and save_statet to process_state
448 [COMMON/FILEIO] add functions to load/save state file
449
450 [VM/*] combine load_state and save_statet to process_state
451 [VM/I386] fix to load/save vtlb state
452 [VM/I386] fix to rebuild tables when load state
453
454 [JX] support save/load state
455 [FM77AV] import Mr.Artane.'s fixes (Release in September 30, 2018)
456
457
458 9/30/2018
459
460 [COMMON/FILEIO] improve Fseek for compressed file by gzip
461 [EMU] improve to mount/unmount hard disk image in reset() if not hot swappable
462 [EMU/DEBUGGER] add commands for checkpoint
463 [EMU/DEBUGGER] improve to read/write files in initial current directory
464
465 [VM/DISK] improve for case 2D disk is inserted to 2DD drive (thanks Mr.Sato)
466 [VM/HARDDISK] support Virtual98 hdd image
467 [VM/HARDDISK] improve for solid image file
468 [VM/IO] improve debug log
469 [VM/MSM58321] fix pulse event (thanks Mr.Artane.)
470 [VM/SCSI_DEV] add is_hot_swappable
471 [VM/SCSI_HDD] improve to mount/unmount image in reset() if not hot swappable
472 [VM/SASI_HDD] support SASI hard disk drive
473 [VM/SN76489AN] fix save/load state function
474 [VM/UPD71071] fix verify command
475
476 [FM77L4] add eFM77L4 codes (thanks Mr.Artane.)
477 [MZ80A] improve to switch 2D/2DD drive type
478 [MZ80B] improve to switch 2D/2DD drive type
479 [MZ1500] improve to switch 2D/2DD drive type
480 [MZ2500] improve to switch 2D/2DD drive type
481 [MZ2800/FLOPPY] improve to switch 2D/2DD drive type
482 [MZ2800/SASI] support SASI I/F and HDD (partial)
483 [PC98XA] support NEC PC-98XA
484 [PC9801/MEMBUS] fix save/load state function
485 [X1TURBO/FLOPPY] improve to switch 2D/2DD drive type (thanks Mr.Sato)
486
487
488 5/24/2018
489
490 [COMMON] import Mr.Artane.'s fixes (Commits on May 10, 2018)
491 [COMMON/FIFO] import Mr.Artane.'s fixes (Commits on May 10, 2018)
492 [EMU] support set_vm_screen_lines() (thanks Mr.Artane.)
493 [EMU] fix interfaces for bubble cassette
494 [EMU] add interfaces for hard disk
495 [WINMAIN] add interfaces for hard disk
496
497 [VM/DEVICE] support read_debug_reg()
498 [VM/DISK] import Mr.Artane.'s fixes (Commits on May 10, 2018)
499 [VM/HARDDISK] support hard disk handler
500 [VM/I286] improve i286 core based on MAME 0.197
501 [VM/I286] support read_debug_reg()
502 [VM/I386] support read_debug_reg()
503 [VM/I8237] fix verify command
504 [VM/I8237] support to read bank register by read_signal()
505 [VM/MC6809] import Mr.Artane.'s fixes (Commits on May 10, 2018)
506 [VM/SCSI_DEV] support SASI specify command
507 [VM/SCSI_HDD] improve to use hard disk handler
508 [VM/SCSI_HOST] support to read ack signal
509
510 [BUBCOM80] support Systems Formulate BUBCOM80
511 [FM77AV] import Mr.Artane.'s fixes (Commits on May 10, 2018)
512 [FMR30] support to change hard disk image
513 [FMR50] support to change hard disk image
514 [FMR50/BIOS] improve to use hard disk handler
515 [MZ2500] support to select floppy drive type 2DD/2D
516 [MZ2500] support to change hard disk image
517 [MZ2500/MZ1E30] reimplent SASI I/F with general SCSI host/hard disk device
518 [PC9801/CPUREG] support NMI enable/disable
519 [PC9801/MEMBUS] improve for 24bit/32bit address
520 [PC9801/SASI] support SASI I/F and hard disk drives
521 [X1TURBO/SASI] support SASI I/F and hard disk drives
522
523
524 5/6/2018
525
526 [COMMON] add is_absolute_path() and create_absolute_path() functions
527 [COMMON/FILEIO] add Gzopen() function to read/write compressed file by gzip
528
529 [EMU] support to save/load compressed state file
530 [EMU/DEBUGGER] support to switch the target cpu/device
531
532 [VM/I386] improve i386 core based on MAME 0.197
533 [VM/MB8877] improve for debugger
534 [VM/TMS9918] improve for debugger
535 [VM/UPD765A] improve for debugger
536 [VM/UPD765A] fix read/write commands to check density (thanks PC8801MA\89ü)
537 [VM/UPD765A] fix read diagnostics status for unformat/density mismatch case
538
539 [PC8801/PC88] fix underline/upperline attributes
540 [PC98XL] support NEC PC-98XL
541 [PC9801/MEMBUS] support NEC EMS
542 [PC9801/MEMBUS] support SASI/SCSI/IDE BIOS (only BIOS, not drives)
543 [X1/KEYBOAD] improve phantom keys (thanks Mr.Sato)
544
545
546 3/1/2018
547
548 [PC98RL] support NEC PC-98RL
549 [PC9801/DISPLAY] update for hireso mode
550 [PC9801/DISPLAY] fix for the case gdc scroll parameters are invalid
551 [PC9801/MEMBUS] update for hireso mode
552 [PC9801/MEMBUS] support outport 053Dh
553 [PC9801/MEMBUS] move memory map routine from VM class to MEMBUS class
554
555
556 2/28/2018
557
558 [VM/I286] fix not to clear cycles in reset()
559 [VM/I386] fix not to clear cycles in reset()
560 [VM/I386] improve mov_r16_rm16 instruction to check limit
561 [VM/I386] fix debugger
562
563 [PC9801RA] support NEC PC-9801RA
564
565
566 2/27/2018
567
568 [VM/I8237] fix bank register and inc mask register
569
570 [PC9801/DISPLAY] fix array length of analog palette
571 [PC9801/MEMBUS] improve memory bus for i386 or later (partial)
572
573
574 2/25/2018
575
576 [VM/DISK] improve for case 2D/2DD disk is inserted to 2DD/2D drive
577
578 [FMR30/FLOPPY] support to change drive type 2DD/2HD
579 [FMR30/FLOPPY] support to get media type 2D/2DD/2HD
580 [FMR50/BIOS] suppoert int 93h, ah=00h/01h to set/get drive type
581 [FMR50/BIOS] improve int 93h, ah=02h to get sector size and media type
582 [FMR50/FLOPPY] support to change drive type 2DD/2HD
583 [MZ80A] support to select floppy drive type 2D/2DD
584 [MZ80B] support to select floppy drive type 2D/2DD
585 [MZ80B] support to select cpu clock 4MHz/6MHz
586 [MZ800] support to select floppy drive type 2D/2DD
587 [MZ1500] support to select floppy drive type 2D/2DD
588 [MZ2200] support to select floppy drive type 2D/2DD
589 [MZ2200] support to select cpu clock 4MHz/6MHz
590 [MZ2800/FLOPPY] support to change drive type 2DD/2HD
591 [PC100] support to select floppy drive type 2D/2DD
592 [PC100/IOCTRL] improve dipswitch value for floppy drive type 2D/2DD
593 [X1TURBO] support to select floppy drive type 2D/2DD/2HD
594 [X1TURBO/FLOPPY] support to change drive type 2D/2DD/2HD
595
596
597 2/23/2018
598
599 [VM/DISK] support two side
600 [VM/I8237] support address mask
601 [VM/I8237] fix interface to connect tc signal for ch.2-4
602 [VM/IO] support to create multiple instances with different address range
603 [VM/MC6840] fix issue for the case address range is not 0-7
604 [VM/MEMORY] support to create multiple instances with different address ranges
605 [VM/UPD765A] fix st3 in sence devstat command
606
607 [FM16BETA] support FUJITSU FM16beta (not work)
608 [FMR50/MEMORY] fix memset issue
609 [PC9801] fix to connect terminal count signal from dmac to fdc
610
611
612 12/27/2017
613
614 [EMU] support to restore sound frequency/latency settings when load state
615
616 [VM/DISK] support T98-NEXT nfd r0 floppy disk image
617 [VM/DISK] support BKDSK hdm/hd5/hd4/hdb/dd9/dd6 floppy disk image
618
619
620 12/15/2017
621
622 [COMMON/FILEIO] add Fcompare function
623
624 [VM/*] improve save/load state function to check device class name
625 [VM/YM2151] fix save/load state function
626
627
628 12/14/2017
629
630 [RESOURCE] change accelerators for switching full speed and roman/kana input
631 [WINMAIN] fix to call ImmAssociateContext() in WM_ACTIVATE (thanks PC8801MA\89ü)
632
633 [VM/HD46505] fix to force update event timing when R0-R9 are modified
634 [VM/HUC6280] support to show clocks since starting scanline in debugger
635 [VM/I286] support to show clocks since starting scanline in debugger
636 [VM/I386] support to show clocks since starting scanline in debugger
637 [VM/M6502] support to show clocks since starting scanline in debugger
638 [VM/MC6800] support to show clocks since starting scanline in debugger
639 [VM/MC6809] support to show clocks since starting scanline in debugger
640 [VM/MCS48] support to show clocks since starting scanline in debugger
641 [VM/TMS9995] support to show clocks since starting scanline in debugger
642 [VM/UPD7220] fix to force update event timing when sync are modified
643 [VM/UPD7801] support to show clocks since starting scanline in debugger
644 [VM/UPD7810] support to show clocks since starting scanline in debugger
645 [VM/Z80] support to show clocks since starting scanline in debugger
646
647 [X1TURBOZ/DISPLAY] fix pcg/analog palette access wait again (thanks Mr.Sato)
648
649
650 12/12/2017
651
652 [VM/DISK] fix crc in id/data field (thanks Mr.Sato)
653 [VM/HD46505] fix not to raise DISPTMG signal if bit2,3 of R8 are 11
654
655 [X1TURBOZ/DISPLAY] fix pcg/analog palette access wait (thanks Mr.Sato)
656 [X1TURBOZ/DISPLAY] fix to draw each line at start of hblank (thanks Mr.Sato)
657
658
659 12/3/2017
660
661 [VM/UPD765A] fix read diagnostic to set ND when 1st sector's id are not match
662
663
664 11/28/2017
665
666 [EMU/DEBUGGER] fix ut command to show correct range of cpu trace
667
668 [VM/DEVICE] rename bios_call_i86() to bios_call_far_i86()
669 [VM/HUC6280] support to show total cpu clocks in debugger
670 [VM/HUC6280] support cpu trace
671 [VM/I286] support to show total cpu clocks in debugger
672 [VM/I286] support cpu trace
673 [VM/I386] support to show total cpu clocks in debugger
674 [VM/I386] support cpu trace
675 [VM/M6502] support to show total cpu clocks in debugger
676 [VM/M6502] support cpu trace
677 [VM/MC6800] support to show total cpu clocks in debugger
678 [VM/MC6800] support cpu trace
679 [VM/MC6800] fix issue that can not break at instruction following tap/cli/sei
680 [VM/MC6809] support to show total cpu clocks in debugger
681 [VM/MC6809] support cpu trace
682 [VM/MCS48] fix to add clocks for interrupt to total cpu clocks
683 [VM/TMS9995] support to show total cpu clocks in debugger
684 [VM/TMS9995] support cpu trace
685 [VM/UPD7801] support to show total cpu clocks in debugger
686 [VM/UPD7801] support cpu trace
687 [VM/UPD7810] support to show total cpu clocks in debugger
688 [VM/UPD7810] support cpu trace
689 [VM/Z80] fix to add clocks for interrupt to total cpu clocks
690
691
692 11/26/2017
693
694 [PC8801MA] fix text attribute when dma underrun occurs
695
696
697 11/25/2017
698
699 [EMU/DEBUGGER] support command history
700 [EMU/DEBUGGER] support ut command (unassemble cpu trace)
701 [EMU/DEBUGGER] fix < command to check if command file is correctly opened
702
703 [EMU/OSD] fix initialize_screen_buffer() for RGB565 (thanks PC8801MA\89ü)
704 [EMU/OSD] improve read_console_input() to get cursor key
705
706 [VM/MCS48] support to show total cpu clocks in debugger
707 [VM/MCS48] support cpu trace
708 [VM/UPD7220] improve vsync/hsync timing
709 [VM/UPD7220] improve status register to select vblank/hblank by sync command
710 [VM/YM2151] improve not to load mamefm.dll again (thanks PC8801MA\89ü)
711 [VM/YM2203] improve not to load mamefm.dll again (thanks PC8801MA\89ü)
712 [VM/Z80] support to show total cpu clocks in debugger
713 [VM/Z80] support cpu trace
714
715 [PC8801MA] support OPN+OPN, OPNA+OPNA, and OPNA+OPN (thanks PC8801MA\89ü)
716 [PC8801MA] fix back space key issue (thanks PC8801MA\89ü)
717 [PC8801MA] fix bank switch of extrom (thanks PC8801MA\89ü)
718 [PC8801MA] fix not to apply digital palette in monochrome and digital mode
719 [PC8801MA] fix to apply analog palette in monochrome and analog mode
720 [PC8801MA] fix to apply reverse in text attribute to monochrome graphic
721 [PC8801MA] fix cpu mode "Z80 8MHz (FE2/MC)"
722
723 [X1/KEYBOAD] support phantom keys (thanks Mr.Sato)
724 [X1/SUB] fix not to check iei status when sub cpu sends ack (thanks Mr.Sato)
725
726
727 8/12/2017
728
729 [EMU/DEBUGGER] improve to show message when cpu is not suspended soon
730
731 [PC8801/PC88] fix to render text color #0 with back color
732 [PC8801/PC88] fix to get text color attribute when text display is stopped
733
734
735 8/10/2017
736
737 [EMU] support to enter 0-9 by numpad key while roman to kana is enabled
738 [EMU] support to enter shift + function key while roman to kana is enabled
739 [EMU/DEBUGGER] fix to wait until cpu is suspended and enters into waiting loop
740
741 [VM/I386] fix to flush vtlb after modifying address mask
742 [VM/UPD7220] support to specify device class to access vram
743 [VM/Z80] fix to run dma before checking interrupts
744
745 [PC8801/PC88] fix monocolor graph screen to get color index from text attribute
746 [PC8801/PC88] fix monocolor graph screen to render with graph palette
747
748 [PC9801VX] support NEC PC-9801VX
749 [PC9801/CPUREG] support address mask i/o
750 [PC9801/DISPLAY] support EGC (thanks Neko Project 2)
751 [PC9801/DISPLAY] support EGC/GRCG access from graphic GDC
752 [PC9801/MEMBUS] support 24bit/32bit address memory bus
753 [PC9801/MEMBUS] support ITF rom
754
755
756 6/22/2017
757
758 [EMU] move auto key codes from winmain to emu class
759 [EMU] support to convert roman letters to kana letters
760 [WINMAIN] support APPLICATION accelerator to enable/disable roman to kana
761 [WINMAIN] support CTRL+ALT+ENTER accelerator to enable/disable full speed
762
763 [VM/I386] improve i86/i286 core based on MAME 0.185
764 [VM/UPD765A] fix device status (thanks annonymus guy)
765 [VM/YM2203] fix to mask YM2608 ports in YM2203 case (thanks annonymus guy)
766
767 [PC8801/PC88] fix bank switch of extend ram (thanks annonymus guy)
768 [PC8801/PC88] fix crtc for dma underrun case (thanks annonymus guy)
769
770
771 5/28/2017
772
773 [WINMAIN] support to run simulation at full speed
774
775 [VM/I386] improve i386 core based on MAME 0.185
776
777
778 5/20/2017
779
780 [YIS/DISPLAY] support correct font rom (thanks Mr.Moriya)
781 [YIS/DISPLAY] support native graphic commands
782 [YIS/DISPLAY] include KST32B stroke font and its decoder (thanks Mr.Saka.N)
783
784 [X1TURBOZ/DISPLAY] fix 8 color mode with 4096 palette (thanks Mr.Sato)
785
786
787 5/17/2017
788
789 [X1TURBOZ/DISPLAY] fix 64/4096 color mode (thanks Mr.Sato)
790
791
792 5/15/2017
793
794 [X1TURBOZ] support SHARP X1turboZ
795 [X1TURBOZ/DISPLAY] support X1turboZ enhanced graphic modes
796 [X1TURBOZ/IOSUB] support analog palette access wait
797
798
799 5/13/2017
800
801 [WIN32/SCREEN] fix not to move window position unnecessarily
802
803 [VM/AM9511] support AM9511 (thanks Xep128)
804 [VM/DISK] support to specify raw track size
805 [VM/MB8877] support to specify raw track size
806 [VM/MC6844] support MC6844
807 [VM/MC6850] support MC6850
808 [VM/MSM58321] add read_signal()
809 [VM/MEMORY] improve that dma controller does not read/write memory mapped i/o
810 [VM/NOISE] fix not to restart from first sample if already playing noise
811
812 [YIS] support YAMAHA YIS (thanks YAMAHA and Mr.Moriya)
813
814
815 4/16/2017
816
817 [VM/IO] revert the fix in 4/15/2017
818 [VM/SN76489AN] revert the fix in 4/15/2017
819
820
821 4/15/2017
822
823 [COMMON] add muldiv_s32 and muldiv_u32 to multiple 32bit integer
824 [COMMON] fix functions to support symbols
825
826 [VM/IO] improve to use read/write_io8/16/32w() to get wait clock from device
827 [VM/SN76489AN] improve to return 32 + 16 * n for wait clock
828
829 [MZ700] improve correct cpu clock and frame rate
830 [MZ800] improve correct cpu clock and frame rate
831
832
833 4/2/2017
834
835 [RESOURCE] improve menu items
836 [WINMAIN] improve menu items
837
838 [EX80] support to show/hide crt monitor
839
840
841 3/30/2017
842
843 [COMMON] add functions to convert char, wchar_t, and _TCHAR to each other
844 [COMMON] add _fgetts, _ftprintf, my_ftprintf_s, and my_swprintf_s
845 [COMMON/FILEIO] add Fgetts and Ftprintf for _TCHAR
846 [COMMON/FILEIO] fix functions using ZLIB for _UNICODE case
847 [EMU/DEBUGGER] fix for _UNICODE case
848 [WINMAIN] improve to update status only when status is changed
849
850 [VM/HUC6280] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
851 [VM/I8080] improve disassembler to support symbols
852 [VM/M6502] support debugger and disassembler (thanks MAME)
853 [VM/MCS48] improve disassembler to support symbols
854 [VM/TMS9995] fix disassembler for _UNICODE case
855 [VM/UPD7810] improve disassembler to support symbols
856 [VM/UPD7810] fix disassembler for _UNICODE case
857
858 [BABBAGE2ND] support debugger and save/load state
859 [FAMILYBASIC] support debugger
860 [YS6464A] support debugger and save/load state
861
862
863 3/28/2017
864
865 [COMMON] add _tcscat and my_tcscat_s
866 [COMMON] add structure and functions to support symbols
867 [EMU/DEBUGGER] improve debugger to support symbols (thanks Mr.Kei Moroboshi)
868
869 [VM/MC6800] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
870 [VM/MC6809] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
871 [VM/TMS9995] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
872 [VM/UPD7801] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
873 [VM/Z80] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
874
875
876 3/26/2017
877
878 [VM/YM2413] support mute
879
880 [FAMILYBASIC] support Family BASIC MMC5/VRC7 MOD
881 [FAMILYBASIC] support correct scanlines
882 [FAMILYBASIC/MEMORY] support MMC5/ VRC7 based on unofficial nester
883 [FAMILYBASIC/MEMORY] fix data recorder signal (thanks MESS)
884
885
886 3/20/2017
887
888 [COMMON] suport to read ascii/binary file compressed by gzip
889 [RESOURCE] fix fm8/fm7/fm77 dipswitch menu items
890 [WINMAIN] fix to update status bar twice/second to supress flickar
891
892 [VM/SCSI_CDROM] support CD-ROM bin/img file compressed by gzip
893 [VM/DATAREC] support tape image file compressed by gzip
894 [VM/DATAREC] support to save FUJITSU FM-7/77 t77 format tape image
895
896 [BMJR/MEMORY] fix sound mixer not to clear previously mixed sound
897
898
899 3/18/2017
900
901 [WINMAIN] support multiple data recorder
902 [EMU] support multiple data recorder
903
904 [VM/DATAREC] support HITACH BASIC Master Jr bin format tape image
905 [VM/PTF20] support access lamp signal
906
907 [BMJR/MEMORY] fix reading cmt signal
908 [BMJR/MEMORY] fix sound mixer
909 [TK80BS/CMT] support TK-80 cmt i/f
910
911
912 3/15/2017
913
914 [WINMAIN] add status bar to draw access lamps
915 [EMU] add interfaces to get access status of floppy/quick/hard disk drives
916 [EMU] add interface to get cmt status message
917
918 [VM/DATAREC] support cmt status message
919 [VM/HD44102] fix build error
920 [VM/MC6800] fix M_RDOP and M_RDOP_ARG macros (thanks PockEmul)
921 [VM/LD700] support access lamp signal
922 [VM/SCSI_CDROM] support access lamp signal
923 [VM/SCSI_DEV] support access lamp signal
924 [VM/SCSI_HDD] support access lamp signal
925
926 [HC20] fix issue that we cannot debug TF-20 CPU
927 [JR800] support National JR-800 (thanks PockEmul)
928
929
930 3/12/2017
931
932 [VM/DATAREC] fix issue that fast forward noise may not stop
933
934
935 3/11/2017
936
937 [VM/DATAREC] support to play play/stop/fast-fwd noise
938 [VM/MB8877] support to play seek/load/unload noise
939 [VM/HD44102] support HD44102 based on MAME 0.171
940 [VM/T3444A] support to play seek/load/unload noise
941 [VM/UPD765A] support to play seek/load/unload noise
942 [VM/UPD765A] fix seek time (thanks Mr.Artane.)
943
944 [MZ80B/MEMORY80B] fix vgate signal (thanks Mr.Suga)
945
946
947 3/8/2017
948
949 [VM/DISK] improve to check if disk image is modified more strictly
950 [VM/DISK] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
951 [VM/V9938] import yaya2016-04-13plus1 (thanks Mr.umaiboux and MAME)
952 [VM/YM2413] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
953
954 [FMR30] split project for i86 and i286
955 [MSX/*] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
956
957
958 3/7/2017
959
960 [WIN32/INPUT] improve to accept shift + caps/kana/kanji
961
962 [VM/DISK] support device name (thanks Mr.Aratane.)
963 [VM/EVENT] improve to check abnormal scanline number (thanks Mr.Sato)
964 [VM/EVENT] fix light weight sound rendering (thanks Mr.168)
965 [VM/*] add device name to all devices of each machine (thanks Mr.Aratane.)
966
967 [MZ80B] change floppy drive type from 2D to 2DD (thanks Mr.Suga)
968 [MZ80B/MEMORY80B] support I-O DATA PIO-3039 (thanks Mr.Suga)
969
970
971 3/4/2017
972
973 [WINMAIN] add interfaces for bubble casette (thanks Mr.Artane.)
974 [EMU] add interfaces for bubble casette (thanks Mr.Artane.)
975
976 [VM/*] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
977 [VM/AY_3_891X] split YM2203 and AY-3-891X (thanks Mr.Artane.)
978 [VM/DISK] fix trim buffer routine for 2D disk image (thanks Mr.Artane.)
979 [VM/EVENT] support light weight sound rendering (thanks Mr.Artane.)
980 [VM/MB8877] fix seek command for 2D disk image (thanks Mr.Artane.)
981
982 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
983
984
985 3/1/2017
986
987 [EMU/DEBUGGER] support < command (input commands from file)
988
989 [X1/MEMORY] support to unmap rom by reading port 1Exxh (thanks Mr.Sato)
990
991
992 2/9/2017
993
994 [WINMAIN] support to draw bitmap image onto buttons
995 [WINMAIN] fix to redraw pcb bitmap image when window is invalidated
996 [WIN32/SCREEN] fix to invalidate rects for 7-seg leds and buttons
997
998 [BABBAGE2ND] add bitmap images for buttons
999 [EX80] add bitmap images for buttons
1000 [SMB80TE] add bitmap images for buttons
1001 [TK80BS] add bitmap images for buttons
1002 [TK85] support NEC TK-85
1003 [YS6464A] add bitmap images for buttons
1004
1005
1006 12/31/2016
1007
1008 [COLECOVISION/KEYBOARD] fix not to raise irq when joystick is pressed
1009 [COLECOVISION/KEYBOARD] fix joystick/tenkey inputs
1010 [COLECOVISION/KEYBOARD] fix to save/load tenky enabled status
1011 [SC3000/MEMORY] support 32KB+16KB or 128KB ROM carts
1012
1013
1014 12/30/2016
1015
1016 [COLECOVISION] support COLECO ColecoVision (thanks Mr.tanam)
1017
1018
1019 12/29/2016
1020
1021 [RESOURCE] recompress png files in https://tinypng.com/
1022
1023 [EMU/DEBUGGER] support p command (trace one opcode, step-over)
1024
1025 [MZ80K/MEMORY] support V-GATE signal (thanks Mr.Suga)
1026 [PASOPIA/DISPLAY] fix graphic color in screen 2 mode (thanks Mr.Kamei)
1027 [SMB80TE] support SHARP SM-B-80TE
1028
1029
1030 4/13/2016
1031
1032 [WINMAIN] improve auto key for the case to switch upper/lowercase with capslock
1033 [EMU/DEBUGGER] fix issue that u command may cause the infinite loop
1034
1035 [VM/DATAREC] support to detect the frequency of signal
1036 [VM/DATAREC] fix to always adjust zero position of wave signal
1037 [VM/UPD1990A] fix not to check clk signal is low when stb signal is raised
1038 [VM/UPD7810] support debugger
1039 [VM/UPD7810] support MOV A,S opecode
1040 [VM/UPD7810] fix not to change V register (thanks PockEmul)
1041
1042 [PC2001] support NEC PC-2001
1043 [PC2001] fix cpu clock
1044 [PC2001] support beep sound
1045 [PC2001/IO] support rtc control signals
1046 [YALKY] support Yuasa Kyouiku System YALKY
1047 [YALKY/IO] improve data recorder controller
1048
1049
1050 4/1/2016
1051
1052 [VM/DATAREC] suppot to specify channel of data and voice for each vm
1053 [VM/UPD7810] support uPD7810 series based on MAME 0.152
1054 [VM/UPD16434] support uPD16434 based on PockEmul
1055
1056 [PC2001] support NEC PC-2001 (not work)
1057 [SMC70] support SONY SMC-70
1058 [YALKY] support Yuasa Kyouiku System YALKY (not work)
1059
1060
1061 3/23/2016
1062
1063 [VM/FMGEN] fix psg volume (thanks Mr.umaiboux and Mr.Artane.)
1064 [VM/MZ1P17] support MZ-80P3 and MZ-80P4 (thanks Mr.Suga)
1065 [VM/UPD7801] support HOLD/HLDA signals at PC #7/#6 pins
1066
1067 [FM77AV] import Mr.Artane.'s fixes (Commits on Mar 20, 2016)
1068 [MZ80K] support dummy printer device and MZ-80P3 / MZ-80P4 (thanks Mr.Suga)
1069 [MZ80K/KEYBOARD] fix shift and kana keys
1070 [MZ2800] fix issue that prnfile instance is not initialized
1071
1072
1073 3/17/2016
1074
1075 [ALL] improve VC++2013 project files for include/lib directories and manifest
1076
1077 [COMMON] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
1078 [EMU] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
1079 [EMU] add get_sound_rate()
1080
1081 [VM/SCSI_CDROM] improve CD-DA mixer to reduce cpu usage
1082
1083 [PCENGINE/PCE] fix adpcm streaming with dma function for Ys III
1084
1085
1086 3/16/2016
1087
1088 [VM/HUC6280] support busreq
1089 [VM/MSM5205] support MSM5205 based on MAME 0.171
1090 [VM/SCSI_CDROM] support SCSI CD-ROM drive
1091 [VM/SCSI_CDROM] support NEC features based on MAME 0.171 and Ootake 2.76
1092 [VM/SCSI_DEV] support more correct req timing
1093 [VM/SCSI_DEV] simplify codes
1094 [VM/SCSI_HDD] fix save/load state function to call SCSI_DEV's ones
1095 [VM/SCSI_HDD] simplify codes
1096 [VM/SCSI_HOST] suuport output bsy signal to notify bus free
1097
1098 [PCENGINE] support CD-ROM^2 based on MAME 0.171 and Ootake 2.76
1099 [PCENGINE] change icon file
1100
1101
1102 3/5/2016
1103
1104 [EMU] add force_out_debug_log() function
1105
1106 [VM/DEVICE] add definitions for SCSI signals
1107 [VM/I8237] suuport output signal to notify terminal count
1108 [VM/MB8877] support MB89311
1109 [VM/SCSI_HOST] support SCSI base host adaptor
1110 [VM/SCSI_DEV] support SCSI base device
1111 [VM/SCSI_HDD] support SCSI hard disk drive
1112 [VM/UPD71071] fix to clear registers at initialize() for debug mode
1113 [VM/UPD71071] fix initial mode and mask registers values in reset()
1114
1115 [FMR30] fix not to use pseudo bios class when ipl rom image is loaded
1116 [FMR30/SCSI] support SCSI host adaptor
1117 [FMR50] fix not to use pseudo bios class when ipl rom image is loaded
1118 [FMR50/BIOS] remove codes for unused memory card and power management bios
1119 [FMR50/SCSI] support SCSI host adaptor
1120
1121
1122 3/1/2016
1123
1124 [ALL] use integer types defined in stdint.h (uint8 -> uint8_t, etc)
1125 [ALL] rename pair and scrntype to pair_t and scrntype_t
1126
1127 [COMMON] add get_long_full_path_name() and get_parent_dir()
1128 [COMMON] rename IsFileExists() in FILEIO class to IsFileExisting()
1129 [EMU] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
1130 [EMU] add get_osd()
1131 [EMU] add set_mouse_pointer(), set_mouse_button(), and get_mouse_button()
1132 [EMU] add get_access_lamp_status() and get_led_status()
1133 [EMU/DEBUGGER] avoid PostMessage() and GetAsyncKeyState()
1134 [WIN32/CONSOLE] add is_console_key_pressed() and close_debugger_console()
1135
1136 [VM/DATAREC] fix t77 image loader (thanks Mr.Artane.)
1137 [VM/DEVICE] add get_device_name() (thanks Mr.Artane.)
1138 [VM/DISK] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
1139 [VM/MB8877] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
1140 [VM/MC6809] add 16/32bit read/write functions for debugger (thanks Mr.Artane.)
1141 [VM/V99X8] fix macro to create color (thanks Mr.Artane.)
1142 [VM/Z80DMA] fix build issue for MinGW's (older) GCC (thanks Mr.Artane.)
1143
1144 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
1145 [FM77AV] add eFM8 codes (thanks Mr.Artane.)
1146 [J3100] fix build issues (thanks Mr.Artane.)
1147
1148
1149 2/26/2016
1150
1151 [WINMAIN] refactor codes
1152 [WIN32] fix routine to check the Windows Vista or later
1153 [WIN32/INPUT] improve DirectInput codes for newer DirectX 9.0 SDK
1154 [WIN32/VIDEO] improve routine to copy DirectShow buffer to vm screen buffer
1155
1156 [VM/HD46505] support to set character clock
1157 [VM/MC6840] reimplement based on MAME 0.168
1158 [VM/T3444A] fix build error
1159 [VM/YM2203] fix to clear output register and mode register in reset()
1160
1161
1162 2/21/2016
1163
1164 [VM/MB8877] fix timing to start read/write sector for invalid format track
1165 [VM/T3444A] fix timing to start read/write sector for invalid format track
1166
1167 [MZ2500/CMT] fix reset signal again for Laydock
1168
1169
1170 2/19/2016
1171
1172 [ALL] add VC++2013 project files
1173 [ALL] change many public method names according to common naming convention
1174
1175 [COMMON] add create_string() function
1176 [WINMAIN] copy codes to read clipboard for auto key from osd class
1177 [EMU] copy codes for auto key and joystick mapping from osd class
1178 [EMU/OSD] remove codes for auto key and joystick mapping
1179
1180 [VM/PRNFILE] fix not to register ack event in initialize() for debug build
1181 [VM/MZ1P17] fix not to register ack event in initialize() for debug build
1182 [VM/MZ1P17] fix font rom loader for MZ-80B/2000/2200
1183
1184 [MZ2200/MEMORY80B] fix green monitor color
1185
1186
1187 2/17/2016
1188
1189 [EMU] improve screen stretch modes
1190 [EMU/OSD] improve screen stretch modes
1191
1192 [VM/FMGEN] support to set left/right volumes
1193 [VM/YM2151] support to set left/right volumes
1194 [VM/YM2203] support to set left/right volumes
1195 [VM/Z80DMA] fix timing of bus request and release
1196
1197 [MZ2200/MEMORY80B] fix green monitor not to refer text/back color registers
1198 [MZ2200/MEMORY80B] support to swap left/right side of color and green monitors
1199
1200
1201 2/13/2016
1202
1203 [VM/DISK] fix routine to calculate sector position for invalid format track
1204 [VM/DISK] increase max sector number from 256 to 512
1205 [VM/MB8877] improve timing to start read/write sector for invalid format track
1206 [VM/MZ1P17] fix initial value of reset signal
1207 [VM/PRNFILE] fix initial value of reset signal
1208 [VM/T3444A] improve timing to start read/write sector for invalid format track
1209
1210 [MZ2200/MEMORY80B] support dual (color and green) monitors
1211
1212
1213 2/11/2016
1214
1215 [VM/DISK] fix to allow fdc class to get gap3 size
1216 [VM/MB8877] improve timing to start read/write sector
1217 [VM/T3444A] improve timing to start read/write sector
1218 [VM/T3444A] fix to wait 100usec for tnd signal after sector is finshed
1219
1220
1221 2/10/2016
1222
1223 [COMMON] improve routine to apply volume to sound samples
1224 [WINMAIN] improve volume dialog
1225 [WINMAIN] change volume uppder limit from +20dB to 0dB
1226 [WINMAIN] support joystick dialog
1227 [WINMAIN] simplify codes
1228 [EMU] remove function to get sound device info
1229 [EMU] change keyboard/joystick/mapper data pointer to const pointer
1230
1231 [MZ80K/KEYBOARD] fix for constant keyboatd data pointer
1232 [PC6001/PSUB] fix for constant keyboatd data pointer
1233 [X1/KEYBOARD] fix for constant keyboatd data pointer
1234
1235
1236 2/7/2016
1237
1238 [WINMAIN] add dialog to set sound device volumes
1239 [EMU] support to get sound device info
1240 [EMU] support to set left/right volumes
1241
1242 [VM/BEEP] support to set left/right volumes
1243 [VM/DATAREC] support to set left/right volumes
1244 [VM/DEVICE] add virtual function to set left/right volumes
1245 [VM/LD700] support to set left/right volumes
1246 [VM/PCM1BIT] support to set left/right volumes
1247 [VM/SN76489AN] support to set left/right volumes
1248 [VM/TMS3631] support to set left/right volumes
1249 [VM/UPD7552] support to set left/right volumes
1250 [VM/YM2151] support to set volume
1251 [VM/YM2203] support to set volume
1252 [VM/YM2413] support to set left/right volumes
1253 [VM/YM2413] fix memory leak issue
1254
1255 [BMJR/MEMORY] support to set left/right volumes
1256 [FAMILYBASIC/APU] support to set left/right volumes
1257 [MULTI8] support beep sound
1258 [PV1000/PSG] support to set left/right volumes
1259 [SCV/SOUND] support to set left/right volumes
1260
1261
1262 2/4/2016
1263
1264 [VM/TMS9995] support debugger
1265
1266
1267 1/10/2016
1268
1269 [VM/MZ1P17] support ESC % 2 in MZ-1 mode
1270 [VM/MZ1P17] support MZ-2/3/X1 mode
1271 [VM/MZ1P17] improve hiragana mode
1272 [VM/MZ1P17] support overprint in the case that line feed distance is not enough
1273 [VM/MZ1P17] improve busy signal
1274 [VM/MZ1P17] support ack and reset signal
1275 [VM/PRNFILE] improve busy signal
1276 [VM/PRNFILE] support ack and reset signal
1277
1278 [MZ1500] support dummy printer device and MZ-1P17
1279 [MZ2200/PRINTER] support dummy printer device and MZ-1P17
1280 [MZ2500/PRINTER] improve to use printer reset signal
1281 [MZ2800/PRINTER] support dummy printer device and MZ-1P17
1282 [MZ3500] support dummy printer device and MZ-1P17
1283 [MZ5500] support dummy printer device and MZ-1P17
1284 [PC8801/PC88] fix to get printer busy status
1285 [PC9801] fix to get printer busy status
1286 [PC98LT] fix to get printer busy status
1287 [X1] support dummy printer device and MZ-1P17
1288
1289
1290 12/31/2015
1291
1292 [VM/MZ1P17] support underline, hiragana mode, and color mode
1293
1294
1295 12/30/2015
1296
1297 [COMMON] add jis_to_sjis() function
1298 [EMU] fix to delete OSD instance after delete VM instance
1299 [EMU/OSD] improve functions to manipulate bitmaps and fonts
1300
1301 [VM/PRNFILE] support save/load state
1302 [VM/MZ1P17] support MZ-1P17
1303
1304 [MZ2500/PRINTER] support dummy printer device and MZ-1P17
1305
1306
1307 12/23/2015
1308
1309 [ALL] fix for UNICODE character set case
1310
1311 [COMMON] improve create_local_path() and get_file_path_without_extensiton() not to overwrite previous result soon
1312 [EMU/OSD] improve to capture screen with png file format
1313 [EMU/OSD] improve functions to manipulate bitmaps and fonts
1314
1315 [TOOL/MZ80K] support software keyboard for MZ-80K/C
1316
1317
1318 12/20/2015
1319
1320 [EMU/OSD] remove functions for pinter interface
1321 [EMU/OSD] add functions to manipulate bitmaps and fonts
1322
1323 [VM/PRNFILE] support dummy printer device that outputs to file
1324
1325 [MZ80K/MEMORY] combine memory class and display class
1326 [MZ80K/MEMORY] support PCG-8000/1200
1327 [MZ700/MEMORY] fix PCG-700
1328 [PC6001] improve to use new dummy printer device
1329 [PC8801] improve to use new dummy printer device
1330 [PC9801] improve to use new dummy printer device
1331 [PC98LT] improve to use new dummy printer device
1332 [X1] improve to use new dummy printer device
1333
1334
1335 12/17/2015
1336
1337 [COMMON] add application_path() and create_local_path()
1338 [COMMON] add create_date_file_path()
1339 [COMMON] add get_host_time()
1340 [EMU/OSD] remove EMU::application_path() and EMU::bios_path()
1341 [EMU/OSD] remove OSD::create_date_file_name()
1342 [EMU/OSD] remove EMU::get_host_time()
1343 [WIN32/SCREEN] fix screen rotation
1344
1345 [EX80] improve screen
1346
1347
1348 12/16/2015
1349
1350 [COMMON] improve config, common, and fileio for other environments
1351 [EMU/OSD] improve lock_vm() and unlock_vm() to support nesting
1352 [EMU/OSD] add force_unlock_vm() to force unlock vm ignoring nesting
1353
1354 [VM/DISK] improve for other environments
1355 [VM/F9368] support F9368
1356 [VM/FMGEN] fix to use FILEIO class (thanks Mr.Artane.)
1357 [VM/LD700] improve for other environments
1358 [VM/MC6809] improve for other environments
1359 [VM/UPD765A] improve for other environments
1360 [VM/V99X8] fix to check if screen buffer is valid or not
1361
1362 [EX80] support save/load state
1363 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 13, 2015)
1364 [J3100] fix build errors (thanks Mr.Artane.)
1365 [TK80BS] support save/load state
1366
1367
1368 12/15/2015
1369
1370 [WINMAIN] fix to check if button caption is multi-line or not
1371
1372 [VM/I8080] fix to use fetch_op() function to fetch opecode
1373 [VM/I8080] support to read interrupt enabled status
1374
1375 [EX80] support TOSHIBA EX-80
1376 [TK80BS] improve screen
1377
1378
1379 12/10/2015
1380
1381 [COMMON] improve common.h for other environments
1382 [WIN32/SCREEN] fix crt filter issue for eFM-7
1383
1384
1385 12/9/2015
1386
1387 [EMU/OSD] add OSD class and move OS dependent codes to OSD class
1388 [WIN32/SCREEN] support screen rotation 180deg and 270deg, not only 90deg
1389 [WIN32/SCREEN] support to load png image from resource
1390
1391 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 7, 2015)
1392 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A again
1393 [TK80BS] add printed circuit board picture and buttons
1394 [X1TURBO/PSUB] fix kana key map in keyboard mode B
1395
1396
1397 11/18/2015
1398
1399 [WINMAIN] support to eject disk with d88 bank selection menu open
1400 [EMU/WIN32] add tape_playing(), tape_recording(), and tape_position()
1401
1402 [VM/*] add tape_playing(), tape_recording(), and tape_position()
1403
1404 [FM77AV] import Mr.Artane.'s fixes (Commits on Nov 14, 2015)
1405
1406
1407 10/31/2015
1408
1409 [WIN32/INPUT] fix broken auto key function
1410 [WIN32/INPUT] support to notify l/r-shift/control/menu key to virtual machine
1411 [WIN32/SOUND] fix not to create a sound buffer on sound card memory
1412
1413 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 29, 2015)
1414
1415
1416 10/27/2015
1417
1418 [VM/IO] fix build error
1419 [VM/UPD765A] fix tc signal in exec phase (thanks Mr.PI.)
1420
1421
1422 10/7/2015
1423
1424 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
1425 [VM/IO] improve debug log for second cpu
1426
1427 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 2, 2015)
1428
1429
1430 10/6/2015
1431
1432 [WIN32/DEBUGGER] add > command to output the logfile
1433
1434 [VM/UPD7220] support vram data mask to support 12bit vram for MZ-3500
1435 [VM/Z80] improve disassembler for DD/ED/FD opecodes
1436
1437 [MZ3500/SUB] fix character vram bit width
1438 [MZ3500/SUB] fix graphic vram size
1439 [MZ3500/SUB] fix to negate color palette number of kanji character screen
1440
1441
1442 9/30/2015
1443
1444 [EMU/WIN32] fix eFM77AV40/EX menu issues
1445
1446 [VM/TMS3631] add TMS3631 based on Neko Project 2
1447
1448 [MZ3500/SUB] support monochrome mode
1449 [MZ3500/SUB] support vertical/horizontal line
1450 [MZ3500/SUB] fix character color in the case color number is zero
1451 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A
1452 [PC9801] support PC-9801-14
1453
1454
1455 9/29/2015
1456
1457 [EMU/WIN32] fix terrible mistakes (thanks Mr.Artane.)
1458
1459 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
1460 [VM/MB8877] import Mr.Artane.'s fixes for FM-7 series
1461
1462 [FM77AV] add eFM77AV40/40EX codes (thanks Mr.Artane.)
1463 [FM77AV] import Mr.Artane.'s fixes (from SNAPSHOT 20150926)
1464 [MZ3500/MAIN] support some dip switches
1465 [MZ3500/SUB] support middle resolution monitor and green monitor
1466 [PC9801] support to enable/disable sound board and sound bios
1467
1468
1469 9/26/2015
1470
1471 [MZ3500/SUB] fix kanji character renderer
1472 [MZ3500/SUB] fix character renderer for non transparent black color
1473
1474
1475 9/25/2015
1476
1477 [MZ3500] support HALT button
1478 [MZ3500/KEYBOARD] support PRO/OP mode switch
1479 [MZ3500/KEYBOARD] support CL and 00 keys
1480 [MZ3500/KEYBOARD] change key assign for program control keys
1481 [MZ3500/MAIN] fix to add one clock wait for each m1 cycle
1482 [MZ3500/MAIN] fix memory mapper to check me1/me2 signals
1483 [MZ3500/MAIN] fix memory mapper to update only when register values are changed
1484 [MZ3500/SUB] support kanji rom and kanji vram
1485 [MZ3500/SUB] implement graphic screen renderer
1486
1487
1488 9/23/2015-2
1489
1490 [MZ3500/KEYBOARD] support kana key
1491
1492
1493 9/23/2015
1494
1495 [VM/UPD765A] fix index hole signal width to 5msec (thanks Mr.Sato)
1496
1497 [MZ3500] support SHARP MZ-3500
1498 [MZ3500/KEYBOARD] implement keyboard
1499 [MZ3500/SUB] enlarge ram size of sub cpu
1500 [MZ3500/SUB] fix text screen renderer
1501
1502
1503 9/17/2015
1504
1505 [TOOL/ANY2D88] support to convert solid image to 1dd
1506 [TOOL/ANY2D88] support to convert solid image with sector size 256bytes
1507
1508 [WINMAIN] improve to inhibit starting screen saver
1509
1510 [VM/DISK] fix issue in the case that file extension of solid image is *.dsk
1511 [VM/DISK] update physical disk format table
1512 [VM/DISK] improve fdi converter
1513 [VM/DISK] support to get am1 position in id field
1514 [VM/MB8877] improve timing to start read/write sector
1515 [VM/MB8877] fix to use const time to search sector in incorrect timing setting
1516 [VM/T3444A] fix to use const time to search sector in incorrect timing setting
1517 [VM/UPD765A] fix to use const time to search sector in incorrect timing setting
1518
1519 [MZ80K/DISPLAY] support green monitor for MZ-80C
1520 [X1TURBO/DISPLAY] fix issue in the case that char raster is greater than 8/16
1521
1522
1523 9/15/2015
1524
1525 [TOOL/ANY2D88] add new utility any2d88 that converts any format image to d88
1526
1527 [COMMON] add FileLength() function to FILEIO class
1528 [WIN32/DEBUGGER] disable ctrl-c on the debug console
1529
1530 [VM/DATAREC] support to record tap format image
1531 [VM/DISK] simplify image loader
1532 [VM/DISK] improve cpdread converter for invalid track size table
1533
1534 [MZ80K/MZ80FIO] fix drive number register (thanks Mr.masa and Mr.Suga)
1535
1536
1537 9/9/2015
1538
1539 [COMMON] add batch file to merge manifest file for Windows Vista or later
1540
1541
1542 9/8/2015
1543
1544 [VM/DISK] fix for single density disk in double density drive
1545 [VM/T3444A] support T3444A/T3444M
1546
1547 [BMJR] support HITACHI BASIC Master Jr
1548 [MZ80K/MZ80FIO] support MZ-80FIO
1549 [MZ80K/KEYBOARD] fix eisuu/kana key to toggle with kana key
1550 [PC6001] fix signal connections between i8255 and PC-80S31K
1551
1552
1553 8/28/2015
1554
1555 [WIN32/SCREEN] improve and simplify crt filter
1556
1557 [VM/DATAREC] rename SIG_DATAREC_OUT to SIG_DATAREC_MIC
1558 [VM/DATAREC] rename set_context_out() to set_context_ear()
1559 [VM/DEVICE] add virtual functions to get remaining time until event is expired
1560 [VM/DEVICE] add functions to get remaining time until event is expired
1561 [VM/MC6800] fix build error for MB8861
1562 [VM/YS6522] support YS6522 based on MAME 0.164
1563
1564 [JR100] support National JR-100
1565
1566
1567 8/25/2015
1568
1569 [WIN32/SCREEN] improve crt filter for non stretched screen
1570 [WIN32/SCREEN] fix not to lock Direct3D9 offscreen surface for a long period
1571
1572 [PC8801/PC88] import Mr.PI.'s fixes from XM8 version 1.30
1573
1574
1575 8/24/2015
1576
1577 [VM/DISK] fix to save image in d88 format if solid image is physical formatted
1578 [VM/DISK] fix to save single side solid image correctly
1579 [VM/DISK] fix imagedisk converter for single side disk image
1580
1581
1582 8/23/2015
1583
1584 [VM/DISK] fix routine to check FM-7 DEATH FORCE
1585
1586
1587 8/22/2015-2
1588
1589 [VM/DISK] support solid 1dd 280kb disk image with .img extension
1590 [VM/MB8877] revert the fix in 8/22/2015
1591
1592 [SMC777] fix floppy drive speed to 600rpm
1593
1594
1595 8/22/2015
1596
1597 [COMMON] replace many _TCHAR* to const _TCHAR* mainly for file path
1598 [WIN32/DEBUGGER] improve L and W command to load/write intel hex format file
1599
1600 [VM/DISK] add patch for FM-7 DEATH FORCE (thanks Mr.Artane.)
1601 [VM/MB8877] fix for 2d disk image on 2dd/2hd drive (thanks Mr.Artane.)
1602 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1603
1604 [FM77AV] import Mr.Artane.'s fixes (Commits on Aug 19, 2015)
1605 [MZ2500/CRTC] fix character blinking (thanks Mr.KanegonP)
1606
1607
1608 8/21/2015
1609
1610 [WIN32/INPUT] improve auto key function for us-keyboard
1611 [WIN32/INPUT] support to load vm's own auto key table
1612
1613 [VM/DISK] support *.1dd floppy disk image
1614 [VM/I286] fix build error
1615 [VM/MB8877] fix to check cylinder number for read/write sector command
1616
1617 [SMC777] support SONY SMC-777
1618
1619
1620 8/13/2015
1621
1622 [VM/HUC6280] support debugger
1623 [VM/I86] fix aad instruction for NEC V30
1624 [VM/I286] add NEC V30 instructions based on MAME 0.128
1625
1626 [PC9801U] fix to use new V30 core
1627 [PC9801VF] fix to use new V30 core
1628 [PC9801VM] fix to use new V30 core
1629 [PC98DO] fix to use new V30 core
1630 [PC98HA] fix to use new V30 core
1631 [PC98LT] fix to use new V30 core
1632
1633
1634 8/9/2015
1635
1636 [VM/MB8877] support MB8866
1637 [VM/MB8877] improve type-2/3 command timing for E flag
1638 [VM/MB8877] fix write protect status (thanks Mr.Artane.)
1639
1640 [MZ80A] change fdc device type from MB8876 to MB8866
1641
1642
1643 8/8/2015
1644
1645 [VM/DISK] remove ugly patch for X1turbo Alpha
1646 [VM/MB8877] remove ugly patch for X1turbo Alpha
1647 [VM/MB8877] improve type-1 command timing
1648 [VM/MB8877] improve type-2/3 command timing for E flag
1649 [VM/MB8877] improve force interrupt command to finish write sector command
1650 [VM/Z80SIO] improve transmitting timing for external clock signal
1651
1652
1653 8/7/2015
1654
1655 [VM/DATAREC] support ASCII MSX cas format tape image (thanks Mr.Sean Young)
1656 [VM/DATAREC] improve mzt converter to support fast forward/rewind
1657 [VM/DISK] improve image decoder for single side and data mark missing cases
1658 [VM/MB8877] fix timing to abort searching the target sector
1659 [VM/MB8877] fix to raise irq signal after abort searching the target sector
1660 [VM/MB8877] fix to abort write command before drq when disk is write protected
1661 [VM/MB8877] fix to abort write command when lost data occurs at first drq
1662 [VM/MB8877] fix to read/write data register when lost data occurs
1663 [VM/MB8877] fix to show crc error when verify track number at seek command
1664 [VM/MB8876] fix not to show busy after seek command for FMR-30/50/60 series
1665
1666
1667 8/5/2015
1668
1669 [WINMAIN] support menu to enable/disable correct fdc timing
1670
1671 [VM/DISK] improve to check both id crc error and data crc error
1672 [VM/I286] fix issue that emulation may go to infinite loop when cpu is halted
1673 [VM/MB8877] fix index hole signal width to 5msec (thanks Mr.Sato)
1674 [VM/MB8877] improve drq signal timing to check E flag of type-2 and 3 commands
1675 [VM/MB8877] improve drq signal timing for write track command
1676 [VM/MB8877] improve data lost timing for write sector and write track commands
1677 [VM/MB8877] improve to check both id crc error and data crc error
1678 [VM/UPD765A] improve timing to go to exec phase
1679 [VM/UPD765A] improve to check both id crc error and data crc error
1680 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
1681
1682 [FMR50/BIOS] improve to check both id crc error and data crc error
1683 [FMR50/BIOS] improve write track command for sectors without data field
1684 [MSX2/MEMORY] improve to check both id crc error and data crc error
1685
1686
1687 8/3/2015
1688
1689 [VM/DISK] support sectors without data field
1690 [VM/MB8877] improve drq signal timing for write sector command (thanks Mr.Sato)
1691 [VM/MB8877] improve index hole signal width (thanks Mr.Sato)
1692 [VM/MB8877] improve read/write command to wait at least 60msec after seeking
1693 [VM/MB8877] improve seek command not to set seek error without verify flag
1694 [VM/MB8877] improve read/write sector commands for sectors without data field
1695 [VM/MB8877] improve write track command for sectors without data field
1696 [VM/MB8877] improve force interrupt command to finish write track command
1697 [VM/MB8877] remove ugly patch for MZ-2500 RELICS
1698 [VM/UPD765A] improve read/write sector commands for sectors without data field
1699 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
1700
1701
1702 8/1/2015
1703
1704 [WINMAIN] support menu to modify write protected status of floppy disk image
1705 [WINMAIN] support menu to enable/disable DirectInput for keyboard
1706 [WIN32/INPUT] support to swap joystick buttons #1/#3/#5... and #2/#4/#6...
1707
1708 [VM/DISK] fix not to inherit the write protected status of image file
1709 [VM/DISK] support to modify write protected status of floppy disk image
1710 [VM/DISK] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
1711 [VM/MB8877] improve read/write commands to access the current track
1712 [VM/MB8877] improve seek commands (thanks Mr.Artane.)
1713 [VM/MB8877] suppot to set/get write protected status of floppy disk image
1714 [VM/MB8877] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
1715 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1716 [VM/PC6031] suppot to set/get write protected status of floppy disk image
1717 [VM/PTF20] suppot to set/get write protected status of floppy disk image
1718 [VM/UPD765A] suppot to set/get write protected status of floppy disk image
1719
1720 [FM77AV] import Mr.Artane.'s fixes
1721
1722
1723 7/31/2015
1724
1725 [COMMON] fix all vcproj files to disable WholeProgramOptimization option
1726 [COMMON] fix all vcproj files to enable SSE2 instructions
1727 [CONFIG] support ignore crc options individually for each floppy drive
1728 [WINMAIN] support ignore crc options individually for each floppy drive
1729
1730 [VM/DISK] support ignore crc options individually for each floppy drive
1731 [VM/MB8877] improve read/write commands  (thanks Mr.Artane.)
1732 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1733 [VM/PC80S31K] fix m1 wait for PC-8801 series (thanks Mr.PI.)
1734 [VM/PC80S31K] fix for force ready signal (thanks Mr.PI.)
1735 [VM/UPD765A] fix for force ready signal (thanks Mr.PI.)
1736 [VM/YM2203] improve timer timing (thanks Mr.PI.)
1737 [VM/YM2151] improve timer timing (thanks Mr.PI.)
1738
1739 [FM77AV] import Mr.Artane.'s fixes
1740 [PC8801] import Mr.PI.'s fixes from XM8 version 1.20
1741
1742
1743 6/28/2015
1744
1745 [FM77AV] import Mr.Artane.'s fixes
1746 [MZ2500/CMT] fix reset signal
1747 [MZ2500/CRTC] improve timing for 15KHz and 24KHz mode
1748 [MZ2500/MEMORY] improve vram wait in display timing
1749 [PC8801] import Mr.PI.'s fixes from XM8 version 1.10
1750
1751
1752 6/25/2015
1753
1754 [EMU/WIN32] add sleep(ms) for virtual machines (thanks Mr.PI.)
1755 [WIN32/DEBUGGER] support * for bc/bd/be to clear/disable/enable all points
1756 [WIN32/DEBUGGER] fix to accept escape key when the console is active
1757
1758 [VM/FMGEN] fix status register (thanks Mr.PI.)
1759 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1760 [VM/YM2203] fix busy period (thanks Mr.PI.)
1761
1762 [FM77] add eFM77 codes (thanks Mr.Artane.)
1763 [FM77AV] import Mr.Artane.'s fixes
1764 [PC8801] import Mr.PI.'s fixes from XM8 version 1.00
1765 [PC8801/PC88] fix to check if sio output is connected to cmt or rs232c
1766
1767
1768 4/29/2015
1769
1770 [EMU/WIN32] suport to load intel hexadecimal object file format
1771 [WIN32/DEBUGGER] fix my_hexatoi() for 32bit hexadecimal value
1772
1773 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1774
1775 [FM77AV] import Mr.Artane.'s fixes
1776 [Z80TVGAME] support Homebrew Z80 TV GAME SYSTEM
1777
1778
1779 4/24/2015
1780
1781 [VM/DISK] fix to check only bit4-7 of sector status (thanks Mr.Artane.)
1782 [VM/I386] improve i386 core based on MAME 0.160
1783 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1784
1785 [FM77AV] import Mr.Artane.'s fixes
1786
1787
1788 4/10/2015
1789
1790 [CONFIG] remove model-dependent codes
1791
1792 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1793 [VM/MC6809] support debugger (thanks Mr.Artane.)
1794
1795 [FM77AV] import Mr.Artane.'s fixes
1796 [MZ2800/MEMORY] fix memory bank swith
1797
1798
1799 4/7/2015
1800
1801 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1802
1803 [FM77AV] add eFM77AV codes (thanks Mr.Artane.)
1804
1805
1806 3/28/2015
1807
1808 [FM7] add eFM7 codes (thanks Mr.Artane.)
1809
1810
1811 3/26/2015
1812
1813 [VM/MB8877] fix not to return error status when seek to unformatted track (thanks Mr.Artane.)
1814 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1815 [VM/YM2151] support mamefm.dll
1816 [VM/YM2203] fix to check SUPPORT_MULTIPLE flag of mamefm.dll
1817
1818 [MSX2/MEMORY] import Mr.tanam's fixes
1819
1820
1821 3/21/2015-2
1822
1823 [MSX2] import Mr.umaiboux's patches posted on Mr.tanam's blog
1824
1825
1826 3/21/2015
1827
1828 [VM/DISK] support 1dd floppy image
1829 [VM/V99X8] support V99x8 (thanks Mr.umaiboux and Zodiac)
1830 [VM/V99X8] support save/load state
1831 [VM/Z80] support to hook ret opecode for pseudo bios call
1832
1833 [MSX1] add yaMSX1 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1834 [MSX1] support save/load state
1835 [MSX2] add yaMSX2 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1836 [MSX2] support save/load state
1837
1838
1839 3/19/2015
1840
1841 [WIN32/INPUT] fix DirectInput issues
1842
1843
1844 3/15/2015
1845
1846 [WINMAIN] support to disable Desktop Window Manager (DWM) automatically
1847 [WIN32/INPUT] support DirectInput for keyboard
1848
1849 [VM/*] simplify including fileio.h
1850 [VM/DATAREC] fix sound mixer
1851 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1852 [VM/UPD7801] fix disassembler
1853
1854 [FM16PI] support save/load state
1855 [FMR30] support save/load state
1856 [FMR50] support save/load state
1857 [FMR60] support save/load state
1858 [FMR70] support save/load state
1859 [FMR80] support save/load state
1860 [FP200/IO] fix lcd driver
1861
1862
1863 3/12/2015
1864
1865 [FMR50/BIOS] support to format a floppy disk image physically
1866
1867
1868 3/12/2015
1869
1870 [VM/DATAREC] support to play tape sound
1871 [VM/DATAREC] support FUJITSU FM-7/77 t77 format tape image (thanks Mr.Artane.)
1872 [VM/EVENT] suppot to change secondary cpu clock (thanks Mr.Artane.)
1873 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1874 [VM/MEMORY] support memory wait
1875 [VM/PTF20] support save/load state
1876 [VM/UPD765A] fix not to write sector because of tc if no data transfered
1877
1878 [FP200] support save/load state
1879 [FP200] support memory and io wait
1880 [HC20] support save/load state
1881 [HC40] support save/load state
1882 [HC80] support save/load state
1883 [X07] support save/load state
1884 [X1TURBO] support cmt control buttons
1885
1886
1887 3/4/2015
1888
1889 [VM/I8255] fix save/load state
1890
1891 [MZ700/MEMORY] support PCG-700
1892 [PC8201] support save/load state
1893
1894
1895 3/3/2015
1896
1897 [CONFIG] add cmt baud rate setting (thanks FP-1100 user)
1898
1899 [VM/UPD765A] fix period to raise lost data for write id command
1900
1901 [FP1100/MAIN] fix expansion slot selection
1902 [FP1100/SUB] fix color register (thanks FP-1100 user)
1903 [FP1100/SUB] fix vram plane mask
1904 [FP1100/SUB] support dipswitch to select cmt baud rate
1905
1906
1907 2/28/2015
1908
1909 [COMMON] fix typo virtical to vertical (thanks Mr.Koucha-Youkan)
1910
1911 [VM/DISK] fix to use correct gap0/gap1/gap3 length for known format images
1912 [VM/Z80] fix disassembler (thanks Mr.Reddam)
1913
1914
1915 2/21/2015
1916
1917 [WIN32/INPUT] support to specify wait after shift key is pressed or released
1918 [WIN32/SCREEN] improve crt filter for rotated screen
1919 [CONFIG] add screen rotation setting
1920
1921 [VM/BEEP] improve sound quality
1922 [VM/DATAREC] simplify sound mixer
1923 [VM/DEVICE] rename bios_call() to bios_call_i86()
1924 [VM/DEVICE] rename bios_int() to bios_int_i86()
1925 [VM/DEVICE] add virtual function bios_call_z80()
1926 [VM/DISK] support to fix sector number from big endian to little endian
1927 [VM/EVENT] support more precise loop event timing
1928 [VM/EVENT] improve sound quality
1929 [VM/HD46505] fix to update timing after all required registers are written
1930 [VM/PCM1BIT] simplify sound mixer
1931 [VM/PCM1BIT] fix to suppress petite noise when go to mute
1932 [VM/SN76489AN] improve sound quality
1933 [VM/UPD7801] support correct serial i/o
1934 [VM/Z80] support pseudo bios call
1935
1936 [FP1100] improve auto key timing after shift key is pressed or released
1937 [FP1100] fix crtc horizontal frequency
1938 [FP1100] support cmt
1939 [FP1100/MAIN] support wait for i/o access
1940 [FP1100/SUB] support cmt control circuit consists of some standard logic ics
1941 [FP1100/SUB] support vram plane mask
1942 [MZ1500] support screen rotation (thanks Mr.Koucha-Youkan)
1943 [PASOPIA7/IOBUS] fix to initialize mio flag
1944 [PC8801MA/PC88] improve beep and cmd sing mixer
1945 [PC100] split setting for monitor type and screen rotation
1946 [PV1000/PSG] improve sound quality
1947
1948
1949 2/13/2015
1950
1951 [VM/UPD765A] add ugly patch for PC-8801 Kimochi Disk 2
1952
1953 [FP1100] change slot indices to support floppy drives
1954 [FP1100/MAIN] fix to clear irq from sub cpu when raise irq to sub cpu
1955 [PC8801MA/PC88] fix routine to set back color to black in color mode
1956 [PC8801MA/PC88] fix crtc to clear status in set interrupt mask (thanks Mr.cisc)
1957 [PC8801MA/PC88] fix crtc to restart when dma underrun does not occur
1958 [PC8801MA/PC88] fix out port 0x53 (thanks Mr.Redart)
1959
1960
1961 2/1/2015
1962
1963 [VM/DISK] fix condition to check if the track offset is valid
1964 [VM/DISK] fix routine to trim the disk image
1965
1966
1967 1/31/2015
1968
1969 [VM/DISK] improve for format operation
1970 [VM/DISK] fix issue that deleted mark is mistakely recognized as crc error
1971 [VM/MB8877] support write track command
1972 [VM/PTF20] rename pseudo EPSON TF-20 class from TF20 to PTF20
1973 [VM/PTF20] improve format command
1974 [VM/TF20] support EPSON TF-20
1975 [VM/UPD765A] support write id command
1976
1977 [HC20] support EPSON TF-20
1978
1979
1980 1/28/2015
1981
1982 [VM/DATAREC] fix issue for loading state file saved while recording
1983 [VM/PC6031] support save/load state
1984 [VM/UPD7552] support save/load state
1985 [VM/UPD7552] support init() function to specify sound rate
1986 [VM/YM2203] fix to reset fmdll before registers are restored (thanks Mr.Rednow)
1987
1988 [FAMILYBASIC] support save/load state
1989 [MULTI8/CMT] fix issue for loading state file saved while recording cmt
1990 [MZ2800] support save/load state
1991 [MZ5500] support save/load state
1992 [MZ6500] support save/load state
1993 [PC6001] fix to specify sound rate to uPD7552
1994 [PC6001] support save/load state
1995 [PC6001MK2] support save/load state
1996 [PC6001MK2SR] support save/load state
1997 [PC6601] support save/load state
1998 [PC6601SR] support save/load state
1999 [PC8801MA/PC88] fix issue for loading state file saved while recording cmt
2000 [PC8801MA/PC88] fix crtc for dma underrun case (thanks Mr.Rednow)
2001 [PC98HA] support save/load state
2002 [PC98HA] fix crash issue
2003 [PC98LT] support save/load state
2004 [PC98LT] fix crash issue
2005
2006
2007 1/24/2015
2008
2009 [COMMON] avoid _tfopen_s() and use _tfpoen() not to lock reading file
2010 [WINMAIN] fix to close d88 format disk image after image titles are read
2011
2012 [VM/DISK] fix to save image to temporary file if image file cannot be written
2013 [VM/MB8877] fix to enable REC NOT FOUND patch only for Batten Tanuki
2014
2015 [X1TURBO] support to select boot floppy media type 2D or 2HD
2016
2017
2018 1/21/2015
2019
2020 [MZ2500/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
2021 [MZ2800/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
2022
2023
2024 1/19/2015
2025
2026 [VM/HD146818P] support save/load state
2027 [VM/I386] support save/load state
2028 [VM/I8080] support save/load state
2029 [VM/I8155] support save/load state
2030 [VM/M6502] support save/load state
2031 [VM/MC6800] support save/load state
2032 [VM/MC6820] support save/load state
2033 [VM/MC6840] support save/load state
2034 [VM/UPD4991A] support save/load state
2035 [VM/UPD71071] support save/load state
2036 [VM/Z80SIO] improve transmit/receive timing
2037 [VM/Z80SIO] support external transmit/receive clocks
2038
2039 [FP1100] support save/load state
2040 [MULTI8] support save/load state
2041 [MYCOMZ80A] support save/load state
2042 [MZ1500] support correct sio timing
2043 [MZ2200] support correct sio timing
2044 [MZ2500] support to switch sio port address
2045 [MZ2500] support correct sio timing
2046 [MZ2800] support to switch sio port address
2047 [MZ2800] support correct sio timing
2048 [MZ5500] support correct sio timing
2049 [PASOPIA] support save/load state
2050 [PASOPIA7] support save/load state
2051 [PASOPIA7] fix to use standard i/o bus class
2052 [PASOPIA7/IOBUS] simplify unique i/o bus class
2053 [QC10] support save/load state
2054 [QC10] support correct sio timing
2055 [X1TURBO] support correct sio timing
2056 [X1TURBO] fix to use standard i/o bus class
2057 [X1TURBO/IOBUS] simplify unique i/o bus class
2058
2059
2060 1/14/2015
2061
2062 [COMMON] fix to use secure string functions
2063 [COMMON] add substitutes for _TCHAR and secure string functions
2064
2065 [VM/I386] improve i386 core again based on MAME 0.157
2066
2067 [MZ80A] support MZ-80AIF and floppy drives (thanks Mr.Suga)
2068
2069
2070 1/11/2015
2071
2072 [VM/MC6820] fix mc6820 build error (thanks Mr.Artane.)
2073
2074 [PC8801MA/PC88] fix RGB to COLOR_RGB macro (thanks Mr.Artane.)
2075 [PHC25] fix issue that cmt tape igam can not be correctly loaded
2076
2077
2078 1/10/2015
2079
2080 [VM/DATAREC] support NEC PC-6001 p6t format tape image (temporary)
2081 [VM/DATAREC] improve NEC PC-6001 p6 format tape image loader
2082 [VM/I386] improve i386 core based on MAME 0.157
2083 [VM/MC6847] support save/load state
2084 [VM/MSM58321] support save/load state
2085 [VM/YM2203] support to change device type to YM2608
2086
2087 [MAP1010] support save/load state
2088 [MZ80A] support save/load state
2089 [MZ80K] support save/load state
2090 [MZ1200] support save/load state
2091 [PC6001/SUB] support p6t format tape image (temporary)
2092 [PC6001/SUB] fix to start/stop data recorder by 0x19/0x1a command
2093 [PC6001/PSUB] support p6t format tape image (temporary)
2094 [PC6001/PSUB] fix cmt loader to wait 1sec between header and body
2095 [PC8801MA] support to select PC-8801-23 (OPNA) or PC-8801-11 (OPN)
2096 [PC100] support save/load state
2097 [PHC20] support save/load state
2098 [PHC25] support save/load state
2099 [PV1000] support save/load state
2100 [RX78] support save/load state
2101
2102
2103 1/1/2015
2104
2105 [PC8801MA/PC88] fix to mask bit4-7 of extended ram bank register
2106
2107
2108 12/29/2014
2109
2110 [VM/SN76489AN] support save/load state
2111 [VM/TMS9918A] support save/load state
2112 [VM/TMS9995] support save/load state
2113 [VM/UPD7801] support save/load state
2114
2115 [M5] support save/load state
2116 [MZ700] support save/load state
2117 [MZ800] support save/load state
2118 [MZ1500] support save/load state
2119 [MZ1500/KANJI] support MZ-1R23 and MZ-1R24
2120 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
2121 [PV2000] support save/load state
2122 [PYUTA] support save/load state
2123 [SC3000] support save/load state
2124 [SCV] support save/load state
2125
2126
2127 12/26/2014
2128
2129 [VM/AND] support save/load state
2130 [VM/I8237] support save/load state
2131 [VM/I86] support save/load state
2132 [VM/LS244] support save/load state
2133 [VM/LS393] support save/load state
2134 [VM/NAND] support save/load state
2135 [VM/NOR] support save/load state
2136 [VM/NOT] support save/load state
2137 [VM/OR] support save/load state
2138 [VM/UPD1990A] fix to show lsb bit of second when shift register is not updated
2139 [VM/UPD7220] support save/load state
2140
2141 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
2142 [PC8801MA/PC88] fix cmt issue that pacland cannot be loaded on PC-8001mkIISR
2143 [PC9801] support save/load state
2144 [PC9801E] support save/load state
2145 [PC9801U] support save/load state
2146 [PC9801VF] support save/load state
2147 [PC9801VM] support save/load state
2148 [PC98DO] support save/load state
2149
2150
2151 12/25/2014
2152
2153 [EMU/WIN32] fix to remove printer file if the file size is less than 2 bytes
2154 [EMU/WIN32] fix to initialize virtual machine when sound device type is changed
2155
2156 [VM/HD46505] support save/load state
2157 [VM/I286] support save/load state
2158 [VM/I8259] support save/load state
2159 [VM/MCS48] support save/load state
2160 [VM/UPD1990A] fix to show lsb bit of second after all bit are read
2161
2162 [MZ2200] support save/load state
2163 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
2164 [PC8801MA/PC88] fix renderer for graphic screen with text attribute color
2165 [X1] support save/load state
2166 [X1TWIN] support save/load state
2167 [X1TURBO] support save/load state
2168
2169
2170 12/23/2014
2171
2172 [EMU/WIN32] simplify get/put functions for several types in file i/o class
2173
2174 [VM/BEEP] support save/load state
2175 [VM/DATAREC] support save/load state
2176 [VM/DISK] support save/load state
2177 [VM/DISK] fix issue that disk image except d88 or beta image may not be saved
2178 [VM/EVENT] fix load state function to update number of sound samples per frame
2179 [VM/FMGEN] support save/load state
2180 [VM/I8251] support save/load state
2181 [VM/I8253] support save/load state
2182 [VM/I8255] support save/load state
2183 [VM/IO] support save/load state
2184 [VM/MB8877] support save/load state
2185 [VM/PC6031] fix to initialize old_D2H
2186 [VM/PC80S31K] support save/load state
2187 [VM/PCM1BIT] support save/load state
2188 [VM/RP5C01] support save/load state
2189 [VM/UPD765A] support save/load state
2190 [VM/UPD1990A] support save/load state
2191 [VM/W3100A] support save/load state
2192 [VM/YM2151] support save/load state
2193 [VM/YM2203] support save/load state
2194 [VM/Z80] support save/load state
2195 [VM/Z80CTC] support save/load state
2196 [VM/Z80DMA] support save/load state
2197 [VM/Z80PIO] support save/load state
2198 [VM/Z80SIO] support save/load state
2199
2200 [MZ80B] support save/load state
2201 [MZ1500/QUICKDISK] fix to clear first data/send break flags
2202 [MZ2500] support save/load state
2203 [MZ2500/CMT] fix issue that Laydock is not correctly booted
2204 [PC8001MKIISR] support save/load state
2205 [PC8801MA] support save/load state
2206 [PC8801MA/PC88] fix to reset dirty NIPPY patch flag
2207 [PC8801MA/PC88] fix not to render text scree when dma ch.2 is not running
2208
2209
2210 12/18/2014
2211
2212 [EMU/WIN32] support save/load state
2213 [EMU/WIN32] support get/put functions for several types in file i/o class
2214
2215 [VM/EVENT] support save/load state functions
2216 [VM/HUC6280] support save/load state functions
2217 [VM/I8155] fix to clear event register id in reset()
2218 [VM/I8253] fix to clear event register id in reset()
2219 [VM/UPD765A] fix to clear event register id in reset()
2220
2221 [MZ2500/CMT] fix to check the pulse width of ipl reset signal
2222 [PCENGINE] support save/load state
2223
2224
2225 12/16/2014
2226
2227 [VM/MB8877] fix to show not ready status a moment when no command is running
2228
2229 [MZ80A] add EmuZ-80A codes (thanks Mr.Suga)
2230
2231
2232 11/28/2014
2233
2234 [X1TURBO/DISPLAY] fix text renderer for 32rasters/char mode
2235
2236
2237 11/22/2014
2238
2239 [WIN32/SCREEN] support two screen stretch modes keep aspect and fill screen
2240
2241 [VM/I8080] fix debugger trace issue in busreq status
2242 [VM/I86] fix debugger trace issue in busreq status
2243 [VM/I286] fix debugger trace issue in busreq status
2244 [VM/I386] fix debugger trace issue in busreq status
2245 [VM/Z80] fix debugger trace issue in busreq status
2246
2247
2248 11/21/2014
2249
2250 [PC8801MA/PC88] fix to support multi blocks tape images
2251 [PC8801MA/PC88] add dirty patch for NIPPY
2252
2253
2254 10/29/2014
2255
2256 [PC8801MA/PC88] fix to check dma underrun in every frames
2257 [PC8801MA/PC88] fix port number of crtc status
2258 [PC8801MA/PC88] add function to read crtc parameters
2259
2260
2261 10/28/2014
2262
2263 [PC8801MA/PC88] fix crtc issue that dma underrun never occurs
2264 [PC8801MA/PC88] fix crtc status
2265
2266
2267 10/27/2014
2268
2269 [PC8801MA/PC88] revert the uPD5257 fix for CHOBIN
2270
2271
2272 10/26/2014
2273
2274 [WINMAIN] fix frame rate issue again
2275
2276
2277 10/25/2014
2278
2279 [WINMAIN] fix frame rate issue (thanks Mr.Rednow)
2280 [WIN32/DEBUGGER] fix issue about inputting decimal value
2281
2282 [VM/Z80] fix disassembler
2283
2284 [PC8801MA/PC88] fix uPD8257 dma controller
2285 [PC9801] fix PC-9801-26K bios size
2286
2287
2288 10/11/2014
2289
2290 [WIN32/DEBUGGER] fix issue that hexa value ends with d is recognized as decimal
2291
2292 [VM/Z80] fix disassembler
2293
2294 [PC8801MA/PC88] fix to press insdel key automatically when backspace is pressed
2295
2296
2297 10/10/2014
2298
2299 [VM/I8155] fix issue in the case that cpu clock is less than const frequency
2300 [VM/I8253] fix issue in the case that cpu clock is less than const frequency
2301 [VM/Z80CTC] fix issue in the case that cpu clock is less than const frequency
2302
2303 [PC8801MA/PC88] support PCG-8100
2304
2305
2306 10/4/2014
2307
2308 [PC8801MA/PC88] fix color/monochrome and 320x200/640x200 bits in port31
2309
2310
2311 9/29/2014
2312
2313 [WIN32/SCREEN] support crt filter
2314
2315 [BABBAGE2ND] update circuit board picture
2316 [PC9801U] support NEC PC-9801U
2317 [PC9801VF] support NEC PC-9801VF
2318
2319
2320 9/13/2014
2321
2322 [WIN32/DEBUGGER] support search command
2323
2324 [VM/I86] support to change IP register value from debugger console
2325 [VM/I286] support to change IP register value from debugger console
2326 [VM/I386] support to change IP register value from debugger console
2327 [VM/MC6800] support debugger
2328
2329 [HC20/MEMORY] fix keyboard chattering
2330
2331
2332 9/7/2014
2333
2334 [WIN32/DEBUGGER] support debugger console
2335
2336 [VM/DEBUGGER] support common debugger object
2337 [VM/EVENT] fix to check ownew of event before it is canceled
2338 [VM/I8080] support debugger
2339 [VM/I86] support debugger
2340 [VM/I86] remove code for i186 and i286
2341 [VM/I286] fix for i8086/i8088/i80186
2342 [VM/I286] fix not to quit REP when remained icount is less than 0
2343 [VM/I286] support debugger
2344 [VM/I386] support debugger
2345 [VM/MB8877] fix not to cancel event registered by other device
2346 [VM/MCS48] support debugger
2347 [VM/UPD7801] support debugger
2348 [VM/Z80] support debugger
2349
2350 [FM16PI] fix to use new i86 core
2351 [FMR30] fix to use new i86 core
2352 [MZ2200] fix to use new i86 core
2353 [MZ5500] fix to use new i86 core
2354 [MZ6500] fix to use new i86 core
2355 [MZ6550] fix to use new i86 core
2356 [PC8801/PC88] fix uPD8257 address and counter registers
2357 [PC100] fix to use new i86 core
2358 [PC9801] fix to use new i86 core
2359 [PC9801E] fix to use new i86 core
2360
2361
2362 8/29/2014
2363
2364 [PC8801/PC88] fix crtc to support non transparent mode
2365 [PC8801/PC88] fix crtc issue that cursor is not displayed in non attibutes mode
2366
2367
2368 8/28/2014
2369
2370 [COMMON] fix all vcproj files to set WholeProgramOptimization option
2371 [WINMAIN] support 320x240 full screen mode
2372
2373 [VM/FMGEN] update fmgen.cpp from v1.49 to v1.50 (thanks Mr.Rururu-Tan)
2374 [VM/FMGEN] update opna.cpp from v1.68 to v1.70 (thanks Mr.Rururu-Tan)
2375 [VM/DATAREC] support NEC PC-6001 cas/p6 format tape image
2376 [VM/I386] fix memory leak issue
2377 [VM/I386] fix x87 opcodes FPREM and FPREM1 based on MAME 0.154
2378 [VM/MC6847] support enable/disable signal
2379 [VM/PC6031] support NEC PC-6031 and PC-6032 (thanks Mr.Nishida)
2380 [VM/UPD765A] fix to compare all of C/H/R/N to search sector (thanks Mr.Haserin)
2381
2382 [GAMEGEAR/MEMORY] fix memory leak issue
2383
2384 [MZ2500] fix to reset only cpu and memory map in standard (non-ipl) reset
2385 [MZ2500/CMT] fix to check the pulse width of ipl reset and cmt eject signals
2386 [MZ2500/CRTC] fix 640x400, 4 colors mode for Yukara K2 (temporary)
2387 [MZ2500/FLOPPY] support i/o signal to swtich internal/external floppy drives
2388 [MZ2500/FLOPPY] remove dirty patch for Laydock
2389
2390 [PC6601] support real sub cpu emulation (thanks Mr.Moriya)
2391 [PC6601/FLOPPY] rename system to floppy
2392 [PC6601/FLOPPY] split to PC-6601 internal floppy drive class and PC-6031 class
2393 [PC6601/FLOPPY] support to switch internal/external floppy drives
2394 [PC6601/MEMORY] split to memory class and timer/irq class
2395 [PC6601/MEMORY] support CRTKILL/BUSRQ signals
2396 [PC6601/PSUB] rename keyboard to psub (pesudo sub cpu)
2397 [PC6601/PSUB] simplify cmt codes
2398
2399 [PC8801/PC88] fix text attributes
2400
2401
2402 5/15/2014
2403
2404 [PC6001] update yaPC-6001/6201/6601 codes (thanks Mr.tanam)
2405 [PC6001] support PC-80S31K floppy drives
2406 [PC6001MK2] support PC-80S31K floppy drives
2407 [PC6001MK2SR] add yaPC-6401 codes (thanks Mr.tanam)
2408 [PC6601SR] add yaPC-6801 codes (thanks Mr.tanam)
2409
2410
2411 5/1/2014
2412
2413 [VM/I286] reimplement based on MAME 0.149
2414 [VM/I286] support disassembler
2415 [VM/I386] reimplement based on MAME 0.152
2416 [VM/I386] support disassembler
2417
2418 [FMR50] split project for i286, i386 and i486
2419 [FMR60] split project for i286, i386 and i486
2420 [FMR50/MEMORY] improve memory address mask for cpu and dma
2421 [FMR50/MEMORY] support shutdown flag
2422 [FMR50/MEMORY] remove invalid color palette i/o
2423 [FMR50/MEMORY] fix text color palette #0
2424 [FMR50/MEMORY] fix text reverse/blink
2425 [FMR50/TIMER] support free run counter
2426
2427
2428 4/17/2014
2429
2430 [WINMAIN] fix resource leak issue (thanks Mr.Redart)
2431 [EMU/WIN32] fix resource leak issue (thanks Mr.Redart)
2432
2433 [VM/FMGEN] fix compiler dependent issue
2434 [VM/YM2203] support full sound generator dll features (thanks Mr.Redart)
2435
2436 [MZ1500/QUICKDISK] support *.qdf raw quick disk images
2437 [PX7/MEMORY] fix super impose signal based on openMSX-0.10.0
2438
2439
2440 4/10/2014
2441
2442 [EMU/WIN32] support to map keys to joystick buttons
2443
2444 [GAMEGEAR] fix to map keys to joystick buttons
2445 [MASTERSYSTEM] fix to map keys to joystick buttons
2446 [PX7/MEMORY] fix to add one clock wait for each m1 cycle
2447 [PC6001] update yaPC-6001/6201/6601/6801 codes (thanks Mr.tanam)
2448
2449
2450 4/8/2014
2451
2452 [EMU/WIN32] support to capture the movie sounds in DirectShow codes
2453
2454 [VM/DATAREC] support SORD M5 cas format tape image
2455 [VM/LD700] support PIONEER LD-700 laser-disc player based on openMSX-0.10.0
2456 [VM/PCM1BIT] fix noise occurs when input signals top
2457 [VM/YM2203] support to overwrite i/o mode to fixed value
2458
2459 [M5/CMT] stop loading cmt when tape image reaches the end of tape
2460 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player)
2461 [PX7] fix MSX1 implements (thanks Mr.umaiboux)
2462
2463
2464 4/7/2014
2465
2466 [WINMAIN] fix issue in the case that menu bar becomes multi line
2467
2468 [VM/DATAREC] fix to output no sound signal when tape image reaches end of tape
2469 [VM/YM2203] fix build error in YM2608 case
2470
2471
2472 4/1/2014
2473
2474 [VM/TMS9918A] fix mode1 and mode1+2 to fill out of screen with back color
2475 [VM/YM2203] fix i/o port codes for AY-3-8910/8912/8913
2476 [VM/YM2203] fix assert issue in fmgen module (thanks Mr.Mamiya)
2477
2478 [PC8001MK2SR] fix ini file name
2479
2480
2481 3/26/2014
2482
2483 [EMU/WIN32] improve video recorder timing to sync to sound recorder
2484 [EMU/WIN32] improve video recorder to compress frames in another thread
2485 [EMU/WIN32] support to play a movie file
2486 [EMU/WIN32] support Fgets() in file i/o class
2487 [EMU/WIN32] support new function to get the file path without extension
2488
2489 [VM/TMS9918A] support super impose
2490
2491 [GAMEGEAR] add yaGAMEGEAR codes (thanks Mr.tanam)
2492 [MASTERSYSTEM] add yaMASTERSYSTEM codes (thanks Mr.tanam)
2493 [PC6001] update yaPC-6001 codes (thanks Mr.tanam)
2494 [PC6001MK2] add yaPC-6201 codes (thanks Mr.tanam)
2495 [PC6601] add yaPC-6601 codes (thanks Mr.tanam)
2496 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player) (partial)
2497
2498
2499 1/8/2014
2500
2501 [VM/DISK] fix cpdread converter to check cylinder/side in track info block
2502 [VM/DISK] fix cpdread converter to check deleted mark
2503 [VM/MB8877] fix to seek one track when force interrupt is done
2504
2505 [MZ800/FLOPPY] connect fdc drq signal to cpu irq pin
2506 [MZ800/FLOPPY] support irq mask register
2507 [MZ800/FLOPPY] support motor on/off signal delay
2508 [MZ800/MEMORY] support monochrome display
2509 [MZ800/MEMORY] fix to connect vblank signal to Z80PIO:PA5, not hblank signal
2510
2511
2512 12/31/2013
2513
2514 [EMU/WIN32] support printer interface
2515
2516 [PC8801/PC88] support printer interface
2517 [PC9801/PRINTER] support printer interface
2518 [PC98LT/PRINTER] support printer interface
2519 [MZ800] change the floppy drive type from 2D to 2DD
2520 [X1TURBO/PRINTER] support printer interface
2521
2522
2523 12/5/2013
2524
2525 [VM/MC6840] support MC6840 (partial)
2526
2527 [PC8801/PC88] fix to show opn busy flag at the first access only for ALPHA
2528 [PC8801/PC88] support crtc reverse flag
2529
2530
2531 8/24/2013
2532
2533 [EMU/WIN32] fix access lamp renderer for Direct3D9
2534
2535 [VM/HD46505] fix to initialize frequency if vline is lesser than 400
2536 [VM/MB8877] fix not to show record not found status after drive is changed
2537 [VM/MB8877] fix to activate access lamp while searching target sector
2538 [VM/MC6847] add function to load external cgrom image
2539 [VM/MC6847] support to request bus to cpu in display timing
2540 [VM/MC6847] support color bleed in black/white pattern (thanks Mr.tanam)
2541
2542 [PC6001] add yaPC-6001 codes (thanks Mr.tanam)
2543 [X1TURBO/EMM] change EMM memory size to 320KB
2544 [X1TURBO/PSUB] fix to clear irq flag when z80 reads data from sub cpu
2545
2546
2547 8/21/2013
2548
2549 [WINMAIN] fix to use GetFullPathName() to get the parent directory
2550
2551 [VM/MB8877] modify constant period for searching sector
2552
2553
2554 8/16/2013
2555
2556 [VM/DISK] add ugly patch for X1turbo ARCUS
2557 [VM/MB8877] fix to use constant period for searching sector if disk has no skew
2558 [VM/MB8877] fix to show busy status while searching sector if sector not found
2559 [VM/Z80DMA] fix dma stop condition
2560
2561
2562 8/10/2013
2563
2564 [VM/DATAREC] fix not to skip frames while doint ff/rew
2565 [VM/DATAREC] support ff/rew for cas and tap images
2566 [VM/DATAREC] support APSS signals and doing APSS for SHARP X1
2567
2568 [MZ2200] support to select if loading mzt to ram directly or not
2569 [X1TURBO] fix cmt ff/rew speed to x16
2570 [X1TURBO/PSUB] support APSS command
2571
2572
2573 8/9/2013
2574
2575 [EMU/WIN32] improve debug log function
2576
2577 [VM/Z80DMA] fix not to reset all registers in reset command
2578
2579 [X1] support CZ-8BM2
2580 [X1/MOUSE] support serial mouse
2581
2582
2583 8/8/2013
2584
2585 [VM/DISK] fix not to convert standard disk images to d88 format images
2586 [VM/DISK] add ugly patch for X1turbo ALPHA
2587 [VM/HD46505] reset registers and timings in reset()
2588 [VM/MB8877] fix to use constant wait to search sector for standard disk image
2589 [VM/MB8877] add ugly patch for X1turbo ALPHA
2590 [VM/YM2151] fix to show busy status in a moment
2591 [VM/YM2203] fix to show busy status in a moment
2592 [VM/Z80DMA] fix dma stop condition
2593
2594 [PC8801/PC88] improve initial memory pattern
2595 [X1TURBO/DISPLAY] fix text renderer for kanji character on standard display
2596 [X1TURBO/DISPLAY] fix text renderer for 16rasters/char mode
2597 [X1TURBO/IO] fix not to add wait for text vram (temporary)
2598
2599
2600 8/2/2013
2601
2602 [EMU/WIN32] fix to create new avi file when current file is close to 2GB
2603
2604 [VM/DISK] support 1.20MB/1.44MB/2.88MB floppy disk images
2605 [VM/DISK] fix to add index mark in track image
2606 [VM/UPD765A] fix read data command when sector size or number is invalid
2607 [VM/UPD765A] fix seek time for MZ-3500
2608
2609
2610 8/1/2013
2611
2612 [VM/DEVICE] support virtual function to set or get expend cpu clocks
2613 [VM/DEVICE] support virtual function to get passed usec
2614 [VM/DEVICE] support virtual functions for dma access with i/o wait
2615 [VM/DISK] support function to get perid to transfer specified bytes
2616 [VM/DISK] support functions to get drive rpm and track size
2617 [VM/DISK] improve make track image
2618 [VM/DEVICE] support function to get passed usec
2619 [VM/I86] support function to get and set expend cpu clocks
2620 [VM/I86] fix single mode dma when busreq is active
2621 [VM/I286] support function to get and set expend cpu clocks
2622 [VM/I386] fix single mode dma when busreq is active
2623 [VM/I386] support function to get and set expend cpu clocks
2624 [VM/I386] fix single mode dma when busreq is active
2625 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
2626 [VM/MB8877] improve to raise drq signal for each data
2627 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
2628 [VM/UPD765A] improve read data command to read sector gaps among sectors
2629 [VM/UPD765A] improve read id command to read id of first found sector
2630 [VM/Z80] support function to get and set expend cpu clocks
2631 [VM/Z80] fix single mode dma when busreq is active
2632 [VM/Z80DMA] improve timing of data transfer, bus request and release
2633
2634 [PC8801/PC88] support to select hireso/standard display type
2635 [PC8801/PC88] improve memory wait (thanks Mr.Crazy Unit)
2636 [X1TURBO] fix not to input 2MHz to Z80CTC on CZ-8BS1
2637 [X1TURBO/DISPLAY] fix color reverse attribute (thanks Mr.Enri)
2638 [X1TURBO/FLOPPY] support motor on/off signal (thanks Mr.Sato)
2639 [X1TURBO/IO] improve i/o wait (thanks Mr.Sato)
2640
2641
2642 7/25/2013
2643
2644 [X1TURBO/DISPLAY] fix text renderer for vertical/horizontal doubled character
2645
2646
2647 7/24/2013
2648
2649 [WINMAIN] support 320x240 fullscreen mode
2650 [EMU/WIN32] support multiple quick disk drives and cart slots
2651 [CONFIG] support to read/write ini file
2652
2653
2654 7/23/2013
2655
2656 [WINMAIN] simplify codes for boot mode and device type menus
2657 [EMU/WIN32] fix sound recorder not to output the old samples
2658
2659 [VM/HD146818P] fix not to save backuped ram if it is not modified
2660 [VM/MCS48] fix to divide the given clocks in MCS48 class
2661 [VM/MCS48] fix not to run cpu if enough clocks are not given
2662 [VM/RP5C15] fix not to save backuped ram if it is not modified
2663
2664 [FAMILYBASIC] support to select basic rom
2665 [FAMILYBASIC/MEMORY] fix not to save backuped ram if it is not modified
2666 [FMR30/CMOS] fix not to save backuped ram if it is not modified
2667 [FMR50/CMOS] fix not to save backuped ram if it is not modified
2668 [J3100SL/SLMEMORY] fix not to save backuped ram if it is not modified
2669 [PC8801MA] support dipswitch to select memory wait on/off
2670 [PC8801MA/PC88] fix display vertical frequency
2671 [PC8801MA/PC88] fix m1 wait and ram/vram wait clocks
2672 [PC98HA/MEMORY] fix not to learn ram/ram drive/memcard if they are not modified
2673 [QC10/MEMORY] fix not to save backuped ram if it is not modified
2674 [TK80BS] support to select basic rom
2675 [MZ700/CMOS] fix not to save backuped ram if it is not modified
2676 [SCV/MEMORY] fix not to save backuped ram if it is not modified
2677 [X1TURBO/PSUB] fix key repeat timing
2678 [X1TURBO/SUB] fix signal to detect cassette tape
2679
2680
2681 5/11/2013
2682
2683 [VM/I286] reimplement based on MAME 0.148
2684 [VM/I386] reimplement based on MAME 0.148
2685 [VM/I8255] improve mode #1 and #2
2686 [VM/MCS48] support mcs48 based on MAME 0.148
2687
2688 [X1TURBO] support real sub cpu and keyboard emulation
2689 [X1TURBO/DISPLAY] fix routine to get currently displayed character address
2690 [X1TURBO/DISPLAY] fix routine to render Vx2 character
2691 [X1TURBO/PSUB] improve key repeat timing
2692
2693
2694 4/25/2013
2695
2696 [VM/DATAREC] fix mzt image converter based on Bin2Wav
2697
2698 [MZ2200] fix to reset Z80PIO in special_reset()
2699 [MZ2200/MEMORYB80] fix to load mzt image to memory only when offset is 0
2700 [MZ2200/MZ1M01] fix to reset inport value from Z80PIO in reset()
2701
2702 [PC8201] fix cpu clock from 2.4MHz to 2.4576MHz
2703 [PC8201] support cmt
2704 [PC8201] fix to reset rtc strobe signal at boot
2705
2706
2707 4/14/2013
2708
2709 [WINMAIN] support to show a message on title bar post from vm or emu class
2710 [WINMAIN] disable close media menu when media file is not opened
2711 [EMU/WIN32] add function to post a message onto title bar
2712
2713 [VM/DATAREC] fix mzt image converter to add 1sec space after header block
2714 [VM/DATAREC] support to post the tape status message onto title bar
2715 [VM/Z80PIO] fix handshake signals in bidirectional mode
2716 [VM/Z80PIO] fix masks follows bit in control register
2717 [VM/Z80PIO] fix to disable interrupt until the mask register is written
2718
2719 [MZ80B/MEMORY] support optional 2nd vram
2720 [MZ2200/MEMORY] fix not to load mzt image to memory when attribute is not $01
2721 [MZ2200/MZ1M01] support 16bit cpu board (MZ-1M01)
2722
2723
2724 3/30/2013
2725
2726 [VM/DATAREC] fix issue that sample number in recorded wav file header is 0
2727 [VM/DATAREC] improve recording wav file
2728 [VM/DATAREC] improve wave shaper function to support dB-BASIC
2729 [VM/EVENT] fix issue that continuous event causes invalid event clock
2730 [VM/Z80PIO] support handshake mode
2731
2732 [MZ2200/MEMORY] support m1 wait when ipl rom is selected
2733 [MZ2200/MEMORY] support vram access wait
2734 [MZ2200/MZ1R13] fix address increment
2735
2736
2737 3/29/2013
2738
2739 [MZ2200] support quick disk drive (MZ-1E18 and MZ-1F11)
2740 [MZ2200/MZ1R12] support to load MZ-1E18 ipl rom image
2741 [MZ2200/MZ1R13] support to switch kanji/dictionary roms
2742
2743
2744 3/28/2013
2745
2746 [WINMAIN] fix to support max 30 screen resolutions
2747
2748 [VM/DATAREC] support wave shaper function
2749 [VM/EVENT] fix not to skip frames when the sound is outputted
2750
2751
2752 3/23/2013
2753
2754 [VM/I8080] support disassembler
2755
2756 [FP200] support CASIO FP-200
2757
2758
2759 3/21/2013
2760
2761 [VM/DATAREC] fix to skip the fact chunk in wave file header
2762
2763 [MZ80B] support SHARP MZ-80B
2764 [MZ2200] support SHARP MZ-2200
2765
2766
2767 2/26/2013
2768
2769 [WINMAIN] destry window before emulation core is released
2770
2771 [PC8801MA/PC88] fix text attributes
2772
2773
2774 2/7/2013
2775
2776 [EMU/WIN32] remove the function to play media files
2777
2778 [VM/DATAREC] support fast forward and rewind
2779 [VM/DATAREC] support playing wav file
2780 [VM/HD146818P] fix to restart timer event when date/time is modified
2781 [VM/MSM58321] fix to restart timer event when date/time is modified
2782 [VM/RP5C01] fix to restart timer event when date/time is modified
2783 [VM/UPD1990A] fix to restart timer event when date/time is modified
2784 [VM/UPD4990A] fix uPD1990A compatible mode
2785 [VM/Z80] revert modifying clocks for interrupt in mode2
2786
2787 [FMR30/RTC] fix to restart timer event when date/time is modified
2788 [HC40/IO] fix to restart timer event when date/time is modified
2789 [HC80/IO] fix to restart timer event when date/time is modified
2790 [MZ2500/CASSETTE] support playing a music cassette tape
2791 [MZ2500/CASSETTE] support load/save a data cassette tape
2792 [MZ2500/CASSETTE] support fast forward and rewind a cassette tape
2793 [X07/IO] fix to restart timer event when date/time is modified
2794 [X1TURBO/SUB] fix to restart timer event when date/time is modified
2795 [X1TURBO/SUB] support fast forward and rewind a cassette tape
2796
2797 [TOOL/MZ2500] add new tool to cleanup the cassette tape for APSS
2798
2799
2800 1/23/2013
2801
2802 [WINMAIN] support drag & drop a cart or disk image files
2803
2804 [VM/HD146818P] support modifying the date and time
2805 [VM/MSM58321] renamed from RTC58321 to MSM58321
2806 [VM/MSM58321] support modifying the date and time
2807 [VM/MSM58321] support busy flag and base signal register
2808 [VM/MSM58321] remove ugly functions for FMR-50/60
2809 [VM/MS5832] removed and joined to MSM58321
2810 [VM/RP5C01] support modifying the date and time
2811 [VM/RP5C15] removed and joined to RP5C01
2812 [VM/UPD1990A] support modifying the date and time
2813 [VM/UPD1990A] remove ugly functions for PC-9801/PC-98LT
2814 [VM/UPD4991A] support modifying the date and time
2815 [VM/Z80] revert previous modification
2816 [VM/Z80] modify clocks for interrupt in mode2
2817
2818 [FM16PI] replace rtc chip from msm5832 to rtc58321
2819 [FMR30/RTC] support modifying the date and time
2820 [FMR50/TIMER] support rtc with standard signal connections
2821 [HC40/IO] support modifying the date and time
2822 [HC80/IO] support modifying the date and time
2823 [PC9801] support rtc with standard signal connections
2824 [PC9801/DISPLAY] initialize year data in memory switch
2825 [PC98LT/CALENDAR] support rtc with standard signal connections
2826 [PC100] fix rtc signal connection and now rtc works fine
2827 [PCENGINE] fix to check the selected cart is for super grafx
2828 [X07/IO] support modifying the date and time
2829 [X1TURBO/SUB] support modifying the date and time
2830
2831
2832 1/18/2013
2833
2834 [VM/DISK] fix to always save the converted disk image
2835 [VM/Z80] revert reimplemented Z80 core based on MAME 0.145
2836
2837 [PC8801MA/PC88] support n80 format tape image
2838
2839
2840 12/29/2012
2841
2842 [EMU/WIN32] support joysticks with more than 4 buttons
2843 [EMU/WIN32] support new function to get crc32 value
2844
2845 [VM/DISK] fix make_track() to consider the media type
2846 [VM/DISK] fix teledisk/imagedisk converter to get the correct media type
2847 [VM/UPD765A] fix read diagnotics to start reading at the top of 1st sector data
2848
2849 [FAMILYBASIC/PPU] fix crash issue in ppu
2850 [PC8001MK2SR] support NEC PC-8001mkIISR
2851 [PCENGINE] support NEC-HE PC Engine / SuperGrafx
2852
2853
2854 10/25/2012
2855
2856 [PC8801MA/PC88] fix dma wait cycles on V1S mode
2857
2858
2859 10/23/2012
2860
2861 [VM/HUC6280] reimplement based on MAME 0.147
2862 [VM/I286] reimplement based on MAME 0.147
2863 [VM/I386] reimplement based on MAME 0.147
2864
2865 [FAMILYBASIC/MEMORY] fix joypad status
2866 [PC8801MA/PC88] fix video memory wait on V1S mode
2867 [X1TWIN/PCE] reimplement vdc based on MESS 0.147
2868
2869
2870 8/18/2012
2871
2872 [EMU/WIN32] support to switch GDI/Direct3D9
2873
2874 [VM/UPD7220] add get_start() function
2875 [VM/YM2203] support mamefm.dll(V1)
2876
2877 [PC8801MA/PC88] fix text attributes based on m88
2878 [PC8801MA/PC88] fix to update memory wait in reset() 
2879 [PC9801/DISPLAY] fix to check gdc start status
2880
2881
2882 3/20/2012
2883
2884 [EMU/WIN32] fix not to render screen to Direct3D9 buffer while recording video
2885
2886 [VM/DEVICE] add new virtual function to nitify ei opecode is done on cpu
2887 [VM/YM2151] fix to raise/clear irq line when it is changed as level signal
2888 [VM/YM2203] fix to raise/clear irq line when it is changed as level signal
2889 [VM/Z80] fix to notify ei opecode is done on z80 core
2890
2891 [PC8801MA/PC88] fix sound irq based on m88 for Lipstick Adv and Re-Fight
2892
2893
2894 3/15/2012
2895
2896 [EMU/WIN32] fix to renew vm class instance to change cpu clock in reset()
2897
2898 [PC8801MA/PC88] support data recorder
2899 [PC8801MA/PC88] fix not to show pallete#0 color when graph screen is disabled
2900 [PC8801MA/PC88] fix to recognize ctrl + comma/period as numpad comma/period
2901
2902
2903 3/6/2012
2904
2905 [WINMAIN] fix to reset timing controls when run any extra frames to fill sound buffer
2906 [EMU/WIN32] fix to stretch offscreen buffer in both window mode and fullscreen mode
2907 [EMU/WIN32] fix to call ReleaseDC() to release the device context
2908 [EMU/WIN32] fix to call SelectObject() to select the old hBmp before release the DIBSection
2909 [EMU/WIN32] fix to start play sound buffer when virtual machine is driven
2910 [EMU/WIN32] fix to use constant threshold for joystick direction values
2911 [EMU/WIN32] support table to convert given keycodes from winmain
2912 [EMU/WIN32] fix to initialize d88 multi volume handler
2913
2914 [VM/DEVICE] add virtual function to fetch opecode
2915 [VM/FMGEN] fix to give the advanced time with chip clock, not usec
2916 [VM/YM2151] fix to initialize register #29 to enable only timer interrupt
2917 [VM/YM2151] fix to update fmgen count when read/write opm registers
2918 [VM/YM2151] fix to update fmgen count with chip clocks
2919 [VM/YM2203] fix to update fmgen count when read/write opn(a) registers
2920 [VM/YM2203] fix to update fmgen count with chip clocks
2921 [VM/Z80] fix to use new fetch_op() function to fetch opecode from memory bus
2922
2923 [PASOPIA] support floppy drives by Mr.zak
2924 [PASOPIA/DISPLAY] fix attribute and display mode by Mr.zak
2925 [PASOPIA/MEMORY] fix vram access via pio by Mr.zak
2926 [PASOPIA/PAC2] support kanji rom and joystick pac by Mr.zak
2927 [PASOPIA/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2928
2929 [PASOPIA7] fix memory bank switch by Mr.zak
2930 [PASOPIA7/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2931
2932 [PC8801MA] change rtc device type from uPD1990A to uPD4990A
2933 [PC8801MA/PC88] support bus mouse
2934 [PC8801MA/PC88] change memory wait cycles
2935 [PC8801MA/PC88] fix not to draw cursor before cursor position is updated
2936 [PC8801MA/PC88] fix to refer text attributes for hireso screen
2937 [PC8801MA/PC88] fix a ugly patch for attributes issue for RST Ongaku Disk 12
2938
2939
2940 2/22/2012
2941
2942 [WINMAIN] add codes to check memory leaks in debug build
2943 [VM/*] fix memory leaks
2944
2945 [MULTI8/CMT] fix not to refer other device in release() function
2946 [MZ1500/QUICKDISK] fix not to refer other device in release() function
2947 [PC9801/CMT] fix not to refer other device in release() function
2948 [TK80BS/CMT] fix not to refer other device in release() function
2949
2950
2951 2/21/2012
2952
2953 [PC8801MA/PC88] update memory wait cycles
2954
2955
2956 2/20/2012
2957
2958 [WINMAIN] support d88 disk image with multi voluemes
2959 [EMU/WIN32] update screen manager with Direct3D9
2960
2961 [VM/DISK] support d88 disk image with multi voluemes
2962
2963 [JX/DISPLAY] fix not to render screen just after screen size is changed
2964 [PC8801MA/PC88] fix to render 640x400 graph screen refering text attributes
2965 [PC8801MA/PC88] update memory/dma wait cycles based on m88 and QUASI88
2966
2967
2968 2/16/2012
2969
2970 [WINMAIN] simplify timing controls
2971 [EMU/WIN32] simplify screen manager
2972 [EMU/WIN32] fix to capture the rotated screen in vertical screen mode
2973
2974 [VM/Z80] reimplement based on MAME 0.145 Z80 core
2975
2976 [PC8801MA] support NEC PC-8801MA
2977 [PC8801MA/PC88] fix to initialize main ram pettern
2978 [PC8801MA/PC88] fix text window
2979 [PC8801MA/PC88] fix to clear vram bank when alu is active
2980 [PC98DO] remove dictionary rom, joystick and opna sound
2981
2982
2983 2/13/2012
2984
2985 [PC98DO/PC88] fix to show opn busy flag at the first access (for ALPHA)
2986
2987 [VM/EVENT] fix not to clear sound buffer index in reset function
2988 [VM/I8255] fix not to clear output signals in default setting
2989
2990
2991 2/11/2012
2992
2993 [PC98DO/PC88] fix to select hireso screen only in monochrome mode
2994 [PC98DO/PC88] fix crtc registers
2995 [PC98DO/PC88] fix the character scan lines and screen height again
2996 [PC98DO/PC88] fix to consider the number of attributes data
2997 [PC98DO/PC88] add a ugly patch for attributes issue for alpha
2998
2999 [VM/I8255] fix to clear output signals when control register is written
3000 [VM/Z80] fix not to output debug log for continuously executed halt command
3001
3002
3003 2/8/2012
3004
3005 [EMU/WIN32] fix to release all pressed keys when the main window lost focus
3006
3007 [PC98DO/PC88] fix hireso/mono graphic screen renderer
3008 [PC98DO/PC88] support dictionary rom
3009 [PC98DO/PC88] fix the character scan lines and screen height again
3010
3011
3012 2/7/2012
3013
3014 [VM/UPD765A] fix the wait time to finish seek command
3015
3016 [PC9801/DISPLAY] support semi graphics on text screen
3017
3018
3019 2/6/2012
3020
3021 [VM/YM2151] fix to raise irq when timer is expired before it is reset
3022 [VM/YM2203] support YM2608(OPNA)
3023 [VM/YM2203] fix to raise irq when timer is expired before it is reset
3024
3025 [PC98DO/PC88] fix to clear text screen when dma overrun occurs
3026 [PC98DO/PC88] fix to refer same palettes in 8/512 color mode
3027 [PC98DO/PC88] support OPNA sound (though PC-98DO does not support OPNA...)
3028 [PC98DO/PC9801] support OPNA sound (though PC-98DO does not support OPNA...)
3029
3030
3031 2/2/2012
3032
3033 [VM/Z80] fix to consider meaningless $dd/$ed/$fd
3034
3035 [PC9801] disable i/o port to change mouse irq frequency
3036 [PC9801E] disable i/o port to change mouse irq frequency
3037 [PC98DO/PC88] fix to raise vrtc irq when crtc is not started
3038
3039
3040 1/31/2012
3041
3042 [VM/UPD1990A] support uPD4990A
3043
3044 [PC98DO/PC88] support caps/kana lock
3045 [PC98DO/PC88] fix to reverse strobe signal to rtc
3046
3047
3048 1/30/2012
3049
3050 [PC98DO/PC88] fix text attributes again
3051 [PC98DO/PC88] fix not to raise irq when disk is changed
3052
3053
3054 1/29/2012
3055
3056 [PC98DO/PC88] fix to canel the requested irq when it is masked
3057 [PC98DO/PC88] fix text attributes
3058
3059
3060 1/27/2012
3061
3062 [VM/DISK] fix the routine to check d88 format
3063 [VM/EVENT] fix the event manager for sub cpu event timing
3064
3065
3066 1/25/2012
3067
3068 [WINMAIN] support to specify the minimum window width
3069
3070 [EMU/WIN32] fix the routine to detect the shift and numpad keys are pressed
3071
3072 [VM/DISK] fix to check if the inserted disk image is really d88 format
3073 [VM/EVENT] update event manager to check events in every cpu opecode
3074 [VM/HUC6260] update cpu to run only one opecode and return clocks
3075 [VM/I86] update cpu to run only one opecode and return clocks
3076 [VM/I386] update cpu to run only one opecode and return clocks
3077 [VM/M6502] update cpu to run only one opecode and return clocks
3078 [VM/MC6800] update cpu to run only one opecode and return clocks
3079 [VM/MC6809] update cpu to run only one opecode and return clocks
3080 [VM/TMS9995] update cpu to run only one opecode and return clocks
3081 [VM/UPD765A] fix to get the side number from hdu param in SHARP MZ-3500 case
3082 [VM/UPD765A] fix index hole signal width and frequency
3083 [VM/UPD7801] update cpu to run only one opecode and return clocks
3084 [VM/Z80] update cpu to run only one opecode and return clocks
3085
3086 [HC80/IO] fix the memory access violation issue when run without rom images
3087 [PC100/IOCTRL] move keyborad initialization from intialize() to reset()
3088 [PC98DO] raise irq when disk is inserted or ejected
3089 [PC98DO/MOUSE] fix not to clear the registered event when machine is reset
3090 [PC98DO/PC88] fix extended vram selection mode
3091 [PC98DO/PC88] fix the key code table for ins/del
3092 [PC98DO/PC88] fix to convert the pressed ins/f6-10 keys to shift + del/f1-f5
3093 [SC3000] support SF-7000
3094 [SC3000] fix to negate the motor on/off signal from pio pc1
3095
3096
3097 1/18/2012
3098
3099 [EMU/WIN32] support to detect the shift and numpad keys are pressed
3100
3101 [VM/I8080] fix to refer read_data8w() to fetch opcode if memory wait is active
3102 [VM/UPD765A] fix to accept seek command before other seek is not finished
3103 [VM/UPD765A] fix to accept tc in result phase after read/write commands
3104 [VM/YM2203] fix to read the input port value though the port mode is output
3105 [VM/Z80] fix to refer read_data8w() to fetch opcode if memory wait is active
3106
3107 [PC98DO/PC88] support joystick (though PC-98DO does not support joystick...)
3108 [PC98DO/PC88] fix i/o port to read expanded ram selection in $e2
3109 [PC98DO/PC88] fix i/o port to read 15KHz/24KHz monitor type in $40
3110 [PC98DO/PC88] fix hireso/mono graphic screen renderer
3111 [PC98DO/PC88] support memory access wait (temporary)
3112 [PC98DO/PC88] fix to raise busreq while dma is running in V1(S)/N mode
3113 [VM/X1TWIN] remove the routine to detect the shift and numpad keys are pressed
3114
3115
3116 1/11/2012
3117
3118 [VM/HD46505] support to update the timing settings in the event manager
3119 [VM/UPD7220] support to update the timing settings in the event manager
3120
3121 [VM/PC9801E] support to switch crt frequency
3122 [VM/PC9801VM] support to switch crt frequency
3123 [VM/PC98DO] support to switch crt frequency
3124 [VM/X1TURBO] support to switch crt frequency
3125
3126
3127 1/9/2012
3128
3129 [VM/DEVICE] add virtual function to get the id of parent event manager
3130 [VM/EVENT] fix to notify the timing changes only to child devices
3131
3132 [PC9801E] support to switch cpu clocks
3133 [PC9801VM] support to switch cpu clocks
3134 [PC98DO] support to switch cpu clocks
3135
3136
3137 1/7/2012
3138
3139 [VM/DEVICE] add virtual function to notify that timing settings are changed
3140 [VM/EVENT] fix to notify to all devices when timing settings are changed
3141 [VM/PC80S31K] add ugly patch to enable both #1 and #2 drives
3142 [VM/UPD765A] fix that recalib is successfully done though disk is unformatted
3143 [VM/YM2203] fix to update the period that fmgen is driven in vline
3144 [VM/YM2151] fix to update the period that fmgen is driven in vline
3145
3146 [PC98DO/PC88] fix to connect opn irq line to the interrupt controller
3147 [PC98DO/PC88] fix to initialize opn input ports
3148 [PC98DO/PC88] fix to access high speed tvram through dma in V1(H)/V2 mode
3149 [PC98DO/PC88] fix to draw text screen when crtc is already started
3150 [PC98DO/PC88] fix the initial attribute before it is changed
3151 [PC98DO/PC88] fix the character scan lines (temporary)
3152 [PC98DO/PC88] support 2HD disks
3153
3154
3155 1/5/2012
3156
3157 [VM/HD46505] fix the issue that vline event is not correctly registered
3158 [VM/UPD765A] fix the issue that CP/M Plus does not boot correctly on QC-10
3159
3160
3161 12/31/2011
3162
3163 [EMU/WIN32] support to change the frame timing by virtual machine
3164
3165 [VM/DEVICE] support multiple event manager
3166 [VM/DISK] support to detect the disk ejection
3167 [VM/EVENT] support multiple cpus with different clocks
3168 [VM/HD46505] fix typo
3169 [VM/I8237] support word transfer
3170 [VM/I8259] fix to wait a few time to raise irq that imr is cleared
3171 [VM/PC80S31K] support PC-80S31K floppy drives
3172 [VM/UPD765A] support non dma mode
3173 [VM/UPD765A] fix to clear irq signal when result pahse is finished
3174 [VM/UPD765A] support irq/drq mask signals
3175 [VM/UPD765A] support to detect the disk ejection
3176 [VM/Z80] support NOP in IM0 interrupt
3177
3178 [FP1100] set correct sub cpu clock
3179 [J3100] support TOSHIBA J-3100GT/SL (not work)
3180 [MZ800] reset virtual machine when boot mode is changed
3181 [PC9801] support 320KB floppy drives
3182 [PC9801VM] support NEC PC-9801VM
3183 [PC98DO] support NEC PC-98DO
3184 [QC10] fix the issue that CP/M Plus does not boot correctly
3185 [MZ2500/SASI] refine code
3186
3187
3188 8/6/2011
3189
3190 [EMU/WIN32] render access lamp in emu class
3191
3192 [VM/MC6820] support MC6820 (partial)
3193
3194 [M5/CMT] support reset/halt key
3195 [X1TURBO] fix i/o map for i8255 at 01a**h
3196 [X1TURBO/IO] clear i/o tables to fix debug build issue
3197
3198
3199 6/1/2011
3200
3201 [VM/BEEP] remove the routine to get frequency from the pulse count
3202 [VM/MC6800] support MB8861
3203
3204 [HC20/MEMORY] implement some slave cpu commands
3205 [PASOPIA7] fix signal connections from z80ctc to speaker
3206
3207
3208 5/28/2011
3209
3210 [VM/MB8877] clear track register and index hole counter in reset()
3211 [VM/MC6800] support MC6800/MC6801/HD6301 (based on MAME 0.142)
3212 [VM/MC6809] support MC6809 (based on MAME 0.142)
3213 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
3214
3215 [HC20] support EPSON HC-20
3216 [PASOPIA] fix OA-BASIC issue
3217
3218
3219 5/20/2011
3220
3221 [EMU/WIN32] support sound latency 50msec
3222
3223 [VM/DEVICE] add virtual function do_dma() for single mode dma
3224 [VM/I8237] support single mode
3225 [VM/UPD71071] support single mode
3226 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
3227 [VM/Z80DMA] support single mode
3228 [VM/I86] call do_dma() in every machine cycle for single mode dma
3229 [VM/I386] call do_dma() in every machine cycle for single mode dma
3230 [VM/Z80] call do_dma() in every machine cycle for single mode dma
3231
3232 [MZ2800] support single mode dma
3233 [MZ5500] support single mode dma
3234 [PC9801] support single mode dma
3235 [PC9801E] support single mode dma
3236 [X1TURBO] support single mode dma
3237
3238
3239 5/19/2011
3240
3241 [VM/EVENT] fix to check registered count for frame/vline events
3242 [VM/EVENT] clear event counts before other devices are initialized
3243 [VM/HD46505] fix to update sync signals in more precise timing
3244 [VM/HD46505] support notifying vline event to other devices
3245 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
3246 [VM/Z80DMA] fix to return current count/address for init read sequence command
3247 [VM/Z80DMA] fix do_dma() routine
3248
3249 [JX/DISPLAY] support high resolution screen (partial)
3250 [JX/DISPLAY] support bankswitch for kanji rom and extended vram
3251 [MZ800/DISPLAY] remove display class and combine to memory class
3252 [MZ800/MEMORY] fix scroll registers
3253 [X1TURBO/DISPLAY] remove crtc vblank/vsync signal generator
3254
3255
3256 5/18/2011
3257
3258 [VM/DISK] fix dsk floppy disk image converter
3259
3260 [MZ800] support SHARP MZ-800
3261 [MZ1500] support floppy disk drives
3262
3263
3264 5/16/2011
3265
3266 [JX] fix memory map for kanji rom
3267 [JX/DISPLAY] fix text screen renderer
3268
3269
3270 5/14/2011
3271
3272 [VM/DISK] support dsk floppy disk image based on MESS formats/dsk_dsk.c
3273 [VM/I8259] support poll command
3274 [VM/I8259] update eoi command
3275 [VM/MEMORY] return file size of loaded bios image
3276 [VM/UPD765A] fix sence interrupt status result
3277 [VM/UPD765A] fix not to clear exm bit in multi sector read/write
3278 [VM/Z80CTC] fix not to reset time constant when channel is freezed
3279 [VM/Z80DMA] fix transfer length when 0 is specified
3280
3281 [JX] support IBM Japan Ltd PC/JX
3282 [PC9801] set media type for floppy drives
3283 [X1TURBO/DISPLAY] wait next raster when pcg/cgrom is accessed
3284 [X1TURBO/SUB] readjust the key repeat timing
3285
3286
3287 5/4/2011
3288
3289 [EMU/WIN32] remove patch code for PV-2000 in input manager
3290
3291 [VM/DEVICE] add virtual functions for 16bit/32bit dma
3292 [VM/I8259] refine code
3293 [VM/IO] support standard d-ff register
3294 [VM/IO] support 16bit/32bit dma functions
3295 [VM/MB8877] change wait period for read/write from 100msec to 70msec
3296 [VM/HD146818P] check address line in write access
3297 [VM/UPD765A] check address line in write access
3298 [VM/W3100A] check address line in write access
3299 [VM/YM2203] disable status register for AY-3-8912
3300
3301 [MZ80K] refine driver and remove unused io class
3302 [MZ2800] refine driver and remove unused calendar/timer classes
3303 [X1TURBO] support dip-switch for monitor type selection
3304 [X1TURBO/DISPLAY] fix vblank/vsync signals
3305 [X1TURBO/IO] support standard d-ff register
3306
3307
3308 4/27/2011
3309
3310 [COMMON] modify struct union 'pair'
3311 [VM/EVENT] fix to get more precise cpu clocks
3312 [VM/HUC6260] fix to get more precise cpu clocks
3313 [VM/I8080] fix to get more precise cpu clocks
3314 [VM/I86] fix i286 protected mode boundary check (from MESS)
3315 [VM/I86] fix POP SP and POP ESP (from MESS)
3316 [VM/I86] fix to get more precise cpu clocks
3317 [VM/I386] fix to get more precise cpu clocks
3318 [VM/M6502] fix to get more precise cpu clocks
3319 [VM/TMS9995] fix to get more precise cpu clocks
3320 [VM/UPD7801] fix to get more precise cpu clocks
3321 [VM/Z80] fix to get more precise cpu clocks
3322
3323 [X1TURBO/DISPLAY] fix to get correct pcg address in hires screen mode
3324
3325
3326 4/25/2011
3327
3328 [VM/MB8877] fix to wait 100msec to read/write just after seek command
3329 [VM/Z80CTC] fix to initialize vector when reset device
3330 [VM/Z80CTC] fix to copy time constant to counter just after reset command
3331 [VM/Z80CTC] fix to clear pending irq when RETI opcode is detected
3332 [VM/Z80CTC] fix to update int signal without checking the current signal
3333 [VM/Z80DMA] fix to update int signal without checking the current signal
3334 [VM/Z80PIO] fix to update int signal without checking the current signal
3335 [VM/Z80SIO] fix to update int signal without checking the current signal
3336
3337
3338 4/23/2011
3339
3340 [VM/DISK] fix to check disk type in teledisk converter
3341 [VM/I86] reimplement based on MAME 0.142 80x86 core
3342 [VM/I86] support 80186
3343 [VM/MB8877] fix to clear drq/irq when status register is read
3344 [VM/UPD71071] fix not to restart dma while dma is running
3345 [VM/Z80CTC] fix to clear pending irq when control reg is updated
3346 [VM/Z80DMA] fix not to restart dma while dma is running
3347 [VM/Z80DMA] fix end of block condition
3348 [VM/Z80DMA] fix to support auto restart
3349
3350 [X1TURBO/DISPLAY] fix vertical doubled character in hires mode
3351 [X1TURBO/DISPLAY] fix black character renderer
3352
3353
3354 4/15/2011
3355
3356 [VM/DEVICE] add virtual functions for i/o port with dma
3357 [VM/DISK] support drive type
3358 [VM/MB8877] add functions to get/set drive type
3359 [VM/UPD765A] add functions to get/set drive type
3360 [VM/Z80DMA] change transfer length when block length equals to 0
3361
3362 [X1TURBO] support 2HD floopy disk
3363 [X1TURBO/FLOPPY] support to change the drive type
3364
3365
3366 4/14/2011
3367
3368 [VM/DEVICE] add virtual functions for Z80 daisy chain definitions
3369
3370 [X1TURBO] support 2nd CZ-8BS1 for NRTDRV
3371 [X1TURBO/DISPLAY] support black/transparency register
3372 [X1TURBO/SUB] fix xfer key code
3373 [X1TURBO/SUB] fix ctrl/shift/kana/caps/graph bits in $e6 command
3374 [X1TURBO/SUB] fix write protected bit in $eb command
3375
3376
3377 4/13/2011
3378
3379 [VM/Z80DMA] fix address step count (thanks Kale)
3380
3381
3382 4/12/2011
3383
3384 [EMU/WIN32] fix repeat flag for caps/kana/kanji keys
3385
3386 [VM/DISK] fix not to write disk image when data is not modified
3387 [VM/IO] support read/write interface for dma
3388 [VM/Z80] fix disassembler
3389 [VM/Z80DMA] support Z80DMA (based on MAME Z80DMA core)
3390
3391 [PC9801/CMT] support cmt interface
3392 [X1TURBO] support SHARP X1turbo
3393 [X1TURBO/DISPLAY] generate HD46505 vblank/vsync signals in display class
3394 [X1TURBO/IO] support read/write interface with dma
3395
3396
3397 4/7/2011
3398
3399 Fix typo (regist -> register, recieve -> receive)
3400
3401
3402 4/6/2011
3403
3404 [EMU/WIN32] fix joystick manager
3405
3406 [VM/DISK] support standard disk image without format info
3407 [VM/Z80SIO] fix abort/break flag
3408 [VM/Z80SIO] fix not to load data before sync char is loaded
3409
3410 [MZ1500/QUICKDISK] fix unformat error issue
3411 [X1TWIN] support to enable/disable CZ-8BS1
3412 [X1TWIN/DISPLAY] fix cursor blink
3413 [X1TWIN/DISPLAY] combine kanji class to refer the same font rom image
3414 [X1TWIN/DISPLAY] refine code to support X1turbo series
3415 [X1TWIN/MEMORY] refine code to support X1turbo series
3416
3417
3418 4/2/2011
3419
3420 [X1TWIN/SUB] fix irq handling
3421
3422
3423 4/1/2011
3424
3425 [EMU/WIN32] support stereo sound
3426 [EMU/WIN32] fix joystick initialization
3427
3428 [VM/DATAREC] support to load wave file with 16bit/stereo and any frequency
3429 [VM/DATAREC] support to load TAP tape images (used for SHARP X1 series)
3430 [VM/DATAREC] support to rewind tape image
3431 [VM/EVENT] support stereo sound
3432 [VM/FMGEN] fix timer not to cause overflow
3433 [VM/FMGEN] support interface to read int signal
3434 [VM/SN76489AN] fix mixer issue that volume mixed by other device is doubled
3435 [VM/YM2151] fix irq handling to refer int signal from fmgen
3436 [VM/YM2203] fix irq handling to refer int signal from fmgen
3437 [VM/Z80SIO] support monosync/bisync mode
3438 [VM/Z80SIO] support auto enables bit in wr3
3439 [VM/Z80SIO] support send break bit in wr5
3440 [VM/Z80SIO] support sync/abort bit in rr0
3441 [VM/Z80SIO] support signals to notify transmitt/recieve is done
3442 [VM/Z80SIO] support sync signal (input/output)
3443 [VM/Z80SIO] fix not to reset external signals
3444
3445 [MZ1500] support quick disk drive
3446 [PC9801] support irq connection from PC-9801-26
3447 [PC9801/DISPLAY] support 200 lines screen mode
3448 [PC9801/JOYSTICK] support joystick
3449 [X1TWIN] support CMT device
3450 [X1TWIN/EMM] support 512kb emm board
3451 [X1TWIN/MEMORY] fix memory mapping for ipl rom
3452
3453
3454 2/16/2011
3455
3456 [EMU/WIN32] notify key repeat
3457
3458 [VM/YM2203] fix prescaler for AY-3-8190/8192
3459 [VM/YM2151] fix typo
3460
3461 [X1TWIN] support fm sound card
3462 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
3463 [X1TWIN/DISPLAY] render screen in each scan line
3464 [X1TWIN/SUB] support pressing both shift and numpad key for XANADU
3465 [X1TWIN/SUB] support key repeat
3466 [X1TWIN/SUB] fix ctrl + '_'
3467 [X1TWIN/SUB] fix $e6 command to return key code until it is released
3468
3469
3470 1/26/2011
3471
3472 [EMU/WIN32] support capture screen
3473
3474 [VM/SN76489AN] support SN76489
3475 [VM/SN76489AN] fix noise period
3476
3477 [X1TWIN/DISPLAY] fix not to update pcg addr frequently for Wibarm
3478 [X1TWIN/SUB] fix to raise irq just after command with no results was processed
3479 [X1TWIN/SUB] fix keycode read function
3480 [X1TWIN/SUB] fix command processing period
3481
3482
3483 1/21/2011
3484
3485 [EMU/WIN32] support output debug log to console
3486
3487 [VM/DEVICE] fix virtual functions for memory and i/o access with wait
3488 [VM/MB8877] support output debug log
3489 [VM/MB8877] support request cpu to output debug log when status is read
3490 [VM/Z80] support variable m1 cycle wait
3491 [VM/Z80] support disassembler to output executed mnemonics
3492 [VM/Z80SIO] change delay timing for data transmitter
3493
3494 [X1TWIN] fix i/o map for display controller and text/attr vram
3495 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
3496 [X1TWIN/DISPLAY] fix routine to get accessing vram address and raster
3497 [X1TWIN/DISPLAY] fix graphic renderer to check view range in crtc registers
3498 [X1TWIN/FLOPPY] fix not to stop motor of floppy drive
3499 [X1TWIN/MEMORY] fix to wait 1 clock in m1 cycle when ipl rom is selected
3500 [X1TWIN/SUB] fix not to raise irq before all data are recieved by main cpu
3501 [X1TWIN/SUB] fix to exit interrupt automatically without reti
3502 [X1TWIN/SUB] fix to raise obf when new command is processed
3503 [X1TWIN/SUB] fix caps lock
3504 [X1TWIN/SUB] remove game key read command because this is turbo feature
3505
3506
3507 1/17/2011
3508
3509 [PV1000/VDP] fix pattern offset register for Dig-Dug and Space Panic
3510
3511
3512 1/16/2011
3513
3514 [VM/YM2203] support AY-3-8190/8192
3515 [VM/Z80SIO] fix transmit/status interrupt
3516
3517 [SCV/SOUND] support 2nd and 3rd square wave generators (by Mr.kazz)
3518 [SCV/SOUND] fix not to accept new command before return ack (by Mr.kazz)
3519 [MZ2500/CRTC] fix gfx plane mask register
3520 [MZ2500/CRTC] fix scroll registers
3521 [MZ2500/CRTC] fix to effect transparency register to outside of text region
3522 [MZ2500/CRTC] support screen mask i/o signal
3523 [MZ2500/CRTC] optimize screen rederer
3524 [MZ2800/CRTC] fix gfx plane mask register
3525 [MZ2800/CRTC] fix to effect transparency register to outside of text region
3526 [MZ2800/CRTC] support screen mask i/o signal
3527 [MZ2800/CRTC] optimize screen rederer
3528 [X1TWIN/DISPLAY] support 4 rasters * 50 lines screen for XEVIOUS
3529 [X1TWIN/SUB] fix get calender command
3530
3531
3532 12/28/2010
3533
3534 [EMU/WIN32] support power off notification
3535
3536 [VM/DATAREC] support to load MZT/M12 tape images (used for SHARP MZ series)
3537 [VM/I8251] support break signal
3538 [VM/MB8877] change irq signal to low when new command is processed
3539 [VM/MSM5832] support address write signal
3540 [VM/Z80SIO] support cts/dcd signals
3541
3542 [FM16PI] support FUJITSU FM16pi
3543 [SC3000/KEYBOARD] fix the issue that multiple keys in the same column cannot be pressed at the same time
3544 [MZ1500] support z80sio for quick disk and rs-232c (not work)
3545
3546
3547 9/29/2010
3548
3549 [VM/UPD765A] fix not to retry read id command
3550 [VM/UPD765A] fix to return the result of non-seek commands for sence intstat
3551 [VM/UPD765A] fix to update the data lost event when data is read/written
3552
3553 [PC9801] fix not to disable fdc i/o in the case fd bios roms are not loaded
3554
3555
3556 9/20/2010
3557
3558 [VM/DEVICE] support interface for memory mappied i/o
3559 [VM/I8237] fix bank register
3560 [VM/I8253] fix counter latch before the counter update event is occured
3561 [VM/MEMORY] support general memory bus
3562 [VM/SN76489AN] fix noise generator
3563 [VM/UPD765A] fix to wait 100usec before go to result phase
3564 [VM/UPD7220] fix not to terminate write command after data is set
3565 [VM/UPD7220] support interface to get the cursor address and top/bottom lines
3566
3567 [MZ3500/MAIN] update memory mapper
3568 [MZ3500/SUB] implement serial i/o for keyboard
3569 [PC9801] support NEC PC-9801
3570 [PC9801E] support NEC PC-9801E/F/M
3571
3572
3573 9/4/2010
3574
3575 [VM/EVENT] support to run extra frames for continuous sound
3576 [VM/IO] support to register the return value
3577 [VM/IO] refine i/o map registrations
3578 [VM/UPD765A] support external drive selection
3579 [VM/UPD765A] fix not to output index hole signal if disk is not inserted
3580
3581 [MZ1500] fix sound mask (for thunder force)
3582 [MZ1500/DISPLAY] fix to refer bit3 of pcg attribute
3583 [MZ1500/MEMORY] support pcg ram wait
3584 [MZ1500/MEMORY] fix memory mapped i/o range
3585 [MZ1500/RAMFILE] support ram file
3586 [MZ3500] reimplement SHARP MZ-3500 (not work)
3587 [PASOPIA7/IO] refine i/o map registrations
3588 [PHC20] support SANYO PHC-20
3589 [X1TWIN/IO] refine i/o map registrations
3590
3591
3592 8/31/2010
3593
3594 [VM/UPD765A] support dack signal
3595
3596 [FP1100/SUB] support logic to clear vram
3597 [FP1100/SUB] fix vram write access
3598 [FP1100/SUB] fix screen renderer
3599 [MZ1500] fix psg i/o addr
3600 [MZ1500/DISPLAY] fix color palette and priority register
3601
3602
3603 8/27/2010
3604
3605 [VM/AND] fix output signal when it is changed
3606 [VM/OR] fix output signal when it is changed
3607 [VM/NAND] fix output signal when it is changed
3608 [VM/NOR] fix output signal when it is changed
3609 [VM/NOT] fix output signal when it is changed
3610 [VM/DEVICE] refine signal connections
3611 [VM/DISK] support SEGA SF-7000 floppy disk image
3612 [VM/EVENT] sync 2 or more cpus precisely
3613 [VM/I8253] fix read both low and high counter
3614 [VM/PCM1BIT] update to check on/off signal width in one sample
3615 [VM/TMS9918A] fix screen mode selection
3616 [VM/UPD765A] support reset signal
3617 [VM/UPD765A] support index hole signal
3618 [VM/Z80] revert reimplemented Z80 core (temporary)
3619
3620 [FM16PI] remove FUJITSU FM16pi skelton
3621 [PC3200] remove SHARP PC-3200 skelton
3622 [FP1100/MAIN] raise sub cpu's int2 at both L->H edge and H->L edge
3623 [FP1100/SUB] add ugly patch to raise int2 when sub cpu recieve the command
3624 [MZ80K] support SHARP MZ-80K
3625 [MZ1200] support SHARP MZ-1200
3626 [MZ700/MEMORY] init memory map when mzt image is loaded
3627 [MZ700/MEMORY] support MZ700WIN's patch block when mzt image is loaded
3628 [MZ1500] support SHARP MZ-1500 (QD is not supported yet)
3629 [PASOPIA] fix signal connections around z80ctc
3630 [SC3000] support SEGA SC-3000
3631 [X1TWIN/SUB] fix sub cpu to check key release
3632 [X1TWIN/DISPLAY] fix vertical/horizontal doubled character
3633 [X1TWIN/DISPLAY] fix palette priority register
3634
3635
3636 8/13/2010
3637
3638 [EMU/WIN32] reset virtual machine after emu class is initialized
3639
3640 [VM/M6502] support M6502 and N2A03
3641 [VM/SN76489AN] fix mixer
3642 [VM/YM2151] fix mixer
3643 [VM/YM2203] fix mixer
3644
3645 [FAMILYBASIC] support Nintendo Family BASIC
3646
3647
3648 8/9/2010
3649
3650 [EMU/WIN32] disable ALT short cut key
3651
3652 [VM/Z80] reimplement Z80 (based on MAME Z80 core)
3653
3654 [MAP1010/KEYBOARD] support keyboard
3655 [MYCOMZ80A/KEYBOARD] reset key event counter
3656
3657
3658 8/6/2010
3659
3660 [VM/MC6847] fix graphics mode
3661 [VM/MC6847] check vram size in render routine
3662
3663 [MAP1010] support SEIKO MAP-1010 (not work)
3664 [PHC25] fix psg i/o address
3665 [PHC25] fix vsync/hsync bit in system port
3666 [PHC25/JOYSTICK] support joystick
3667 [PHC25/SYSTEM] fix vdp mode signals in system port
3668
3669
3670 8/4/2010
3671
3672 [VM/MC6847] support MC6847
3673 [VM/UPD7801] add wait signal
3674 [VM/Z80] support raise irq by write_signal()
3675
3676 [FP1100] support CASIO FP-1100 (not work)
3677 [PHC25] support SANYO PHC-25
3678 [MULTI8/FLOPPY] fix floppy drive
3679 [PV1000/PSG] fix psg frequency
3680
3681
3682 6/4/2010
3683
3684 [EMU/WIN32] update screen stretch/rotation
3685 [EMU/WIN32] support window x3 - x8 modes
3686 [EMU/WIN32] support fullscreen mode with any resolutions
3687 [EMU/WIN32] fix video recorder
3688 [EMU/WIN32] hide menu bar in full screen mode
3689 [EMU/WIN32] save opened file dir for common dialog's initial dir
3690
3691 [VM/UPD765A] fix result status for recalib/seek commands
3692
3693 [PV1000/PGS] support sound generation (based on MESS driver)
3694 [PV1000/JOYSTICK] fix $fc status register
3695
3696
3697 5/12/2010
3698
3699 [EMU/WIN32] remove Windows CE support
3700 [EMU/WIN32] remove Direct3D support
3701 [EMU/WIN32] remove waveOut api support
3702 [EMU/WIN32] remove video capture support
3703
3704 [VM/DISK] support media type property
3705 [VM/DISK] check if the current disk image is reopened
3706 [VM/UPD7220] update csform/csrw commands
3707 [VM/UPD7220] support unknown $5a command
3708 [VM/UPD765A] support force ready signal for NEC PC-98 series
3709 [VM/UPD765A] fix result status for recalib/seek commands
3710 [VM/UPD764A] update hdu for sence device status command
3711 [VM/UPD765A] raise interrupt when disk is inserted or ejected
3712
3713 [MZ2500/CRTC] remove super impose support
3714 [PC98LT] support floppy drive
3715 [PC98LT/BIOS] support pseudo disk bios to check the media type
3716 [PC98LT/FLOPPY] remove unused io address for 1MB FDD I/F
3717
3718
3719 12/31/2009
3720
3721 [YS6464A] support Shinko Sangyo YS-6464A
3722
3723
3724 12/28/2009
3725
3726 [EMU/WIN32] support artwork, buttons and leds for single-board computers
3727 [VM/I386] reimplement 80386 (based on MAME i386 core)
3728 [VM/I8237] support increment mask of bank register
3729 [VM/I8251] check number of sync characters
3730 [VM/I8253] fix mask bit for output signal
3731 [VM/UPD7220] check vram pointer is not null
3732 [VM/Z80CTC] fix issue in the case sysclock is same as cpu clock
3733
3734 [BABBAGE2ND] support Gijutsu Hyron Sha Babbage-2nd
3735 [N5200] support NEC N5200 (not work)
3736 [FMR50] check crc32 of bios and set machine id
3737 [FMR50] select cpu core i286/i386 refering machine id
3738 [FMR50/MEMORY] support 32bit memory address
3739 [MULTI8/DISPLAY] fix cursor end line
3740 [PASOPIA/VM] fix order of z80family's daisy chain
3741 [PASOPIA7/VM] fix order of z80family's daisy chain
3742 [MYCOMZ80A/DISPLAY] fix semi graphics mode
3743 [MYCOMZ80A/DISPLAY] fix cursor end line
3744 [MYCOMZ80A/KEYBOARD] add key buffer
3745
3746
3747 5/25/2009
3748
3749 [VM/UPD7220] fix initial vect params
3750 [VM/Z80CTC] support different sysclock from cpu clock
3751
3752 [MYCOMZ80A] build without optimization for wince port
3753 [MZ5500] set correct z80ctc sysclock
3754 [QC10/DISPLAY] fix access violation problem
3755
3756
3757 5/20/2009
3758
3759 [VM/MSM5832] fix build error
3760
3761 [MYCOMZ80A] support Japan Electronics College MYCOMZ-80A (my 30th emulator!)
3762 [FMR50/CMOS] add experimental codes for FMR-CARD
3763 [FMR50/MEMORY] add experimental codes for FMR-CARD
3764
3765
3766 5/17/2009
3767
3768 [VM/I386] support 80386 (based on PCemu i386 core)
3769 [VM/LS393] refine implements of output signal
3770 [VM/MSM5832] support MSM5832
3771 [VM/SN76489AN] support cs/we/data signal to be controlled without i/o bus
3772 [VM/Z80CTC] refine implements of output signal
3773
3774 [MZ5500] fix ay-3-8912 address
3775 [MZ6500] support SHARP MZ-6500
3776 [FMR50/MEMORY] support address mask 20/24/32bit
3777 [PC8201/KEYBOARD] support kana key (thanks Mr.apaslothy)
3778 [X1TWIN/SUB] fix key matrix
3779
3780
3781 4/9/2009
3782
3783 [COMMON] modify definition of uint64 and int64
3784 [VM/DEVICE] support 32bit i/o bus
3785 [VM/IO] support 32bit i/o bus
3786
3787 [PC8201] support PC-8201A (by Mr.apaslothy)
3788 [PC8201/LCD] support command $3a,$3b,$3e,$3f,$7e,$be and $fe (by Mr.apaslothy)
3789
3790
3791 4/5/2009
3792
3793 [COMMON] define pair struct
3794 [VM/I8155] fix build error
3795 [VM/UPD1990A] fix shift register
3796
3797 [PC98LT] fix signal connection from upd1990a to i8255
3798 [X1TWIN] fix key matrix
3799 [PC8201] support NEC PC-8201
3800
3801
3802 4/1/2009
3803
3804 [COMMON] define uint64 and int64
3805 [EMU/WIN32] support 1024x768 and 1280x1024 full-screen mode
3806 [VM/DEVICE] support 32bit memory bus
3807 [VM/DISK] detect disk is changed
3808 [VM/EVENT] remove hsync event
3809 [VM/EVENT] initialize sound buffer before reset
3810 [VM/EVENT] multi instance free
3811 [VM/HD46505] support vblank signal
3812 [VM/HD63484] support HD63484 (based on MAME HD63484 core)
3813 [VM/HUC6260] support HuC6260 (based on Ootake cpu core)
3814 [VM/I8155] add mask bit for output signal
3815 [VM/I8253] add mask bit for output signal
3816 [VM/I86] fix to refer 16bit i/o bus
3817 [VM/UPD1990A] support TP signal
3818 [VM/YM2151] support YM2151 (use fmgen core by Mr.CISC)
3819
3820 [MULTI8/DISPLAY] check R8:DISPTMG on HD46505
3821 [MZ2500/JOYSTICK] fix full-auto timing
3822 [MZ2800/JOYSTICK] fix full-auto timing
3823 [PASOPIA/DISPLAY] check R8:DISPTMG on HD46505
3824 [PASOPIA7/DISPLAY] check R8:DISPTMG on HD46505
3825 [FMR60] support FUJITSU FMR-60
3826 [X1TWIN] support SHARP X1twin
3827
3828
3829 2/8/2009
3830
3831 [EMU/WIN32] support window minimize button
3832
3833 [FMR30/MEMORY] optimize memory bank switch
3834 [FRM50/BIOS] fix disk bios $fa
3835 [FMR50/BIOS] support memcard
3836 [FRM50/BIOS] support power management bios
3837 [FMR50/FLOPPY] fix disk status register
3838 [FMR50/KEYBOARD] fix kbint register
3839 [FMR50/MEMORY] support line/logical operations circuit
3840 [FMR50/MEMORY] support 40chars/20lines text screen mode
3841 [FMR50/MEMORY] refer cursor end line register on hd46505
3842 [FMR50/TIMER] fix timer interrupt cause register
3843
3844
3845 1/16/2009
3846
3847 [EMU/WIN32] change screen buffer type from uint16 to user-defined type
3848 [EMU/WIN32] change screen buffer depth from RGB555 to RGB888 on windows pc
3849 [VM/I8155] support i8155
3850
3851 [FMR50/MEMORY] optimize memory bank switch
3852
3853 *) change the compiler from vs2005 to vs2008
3854
3855
3856 1/2/2009
3857
3858 [EMU/WIN32] support power off requested by vm
3859 [VM/I8237] support external bank register
3860 [VM/I8251] support txrdy/txempty/dsr/dtr signals
3861 [VM/I8251] support loop back
3862 [VM/I8251] don't reset dsr bit of status register
3863 [VM/I8253] don't latch count before previously latched count is not read
3864 [VM/I8254] support i8254 based on i8253
3865 [VM/I86] fix push sp in 8086 mode
3866 [VM/I86] fix a20 line in fetch functions
3867 [VM/IO] change class name from IO8 to IO
3868 [VM/IO] support 16bit i/o bus
3869
3870 [FMR30] support FUJITSU FMR-30
3871 [FMR50/MEMORY] support power off bit on $20
3872
3873
3874 12/26/2008
3875
3876 [EMU/WIN32] support kana-characters on auto key function
3877 [VM/DISK] support ImageDisk floppy disk image
3878 [VM/I8085] support 8080/8085 (based on MAME 8080/8085 core)
3879 [VM/I86] change class name from X86 to I86
3880
3881 [MULTI8/KEYBOARD] fix the problem that cannot input the kana-character "¨"
3882 [TK80] change cpu core from z80 to 8080
3883 [TK80/MEMORY] change user-defined rom address to $0c00-$7dff
3884
3885
3886 10/17/2008
3887
3888 [EMU/WIN32] fix key notification for caps/kana/kanji
3889 [VM/X86] optimize the pseudo bios call by interrupt
3890
3891 [FMR50/BIOS] support scsi hard drive
3892 [FMR50/BIOS] support pseudo bios
3893 [FMR50/BIOS] support disk bios $FA
3894 [FMR50/BIOS] support cmos/wait bios call
3895 [FMR50/FLOPPY] support disk change register
3896 [FMR50/KEYBOARD] support key repeat
3897 [FMR50/MEMORY] fix vram bank switch in 200line screen mode
3898 [FMR50/MEMORY] support reading ank/kanji rom
3899 [HC40/IO] fix caps toggle problem
3900 [HC80/IO] fix caps toggle problem
3901 [PC98HA/KEYBOARD] fix kana toggle problem
3902 [TK80/DISPLAY] change 8-seg LED color
3903 [TK80/KEYBOARD] change key assign
3904 [TK80/MEMORY] change rom size for COMPO BS/80
3905 [TK80/MEMORY] support user-defined rom for $0800-$7dff
3906
3907
3908 10/11/2008
3909
3910 [FMR50] fix i/o address of pit and crtc
3911 [FRM50/MEMORY] fix busy status of line renderer
3912 [FMR50/MEMORY] draw cursor on text screen
3913 [FMR50/MEMORY] support cg screen
3914
3915
3916 10/10/2008
3917
3918 [FMR50/BIOS] support disk bios
3919 [FMR50/KEYBOARD] support keyboard
3920 [MZ700/MEMORY] change EMM memory size for Windows CE
3921
3922
3923 10/6/2008
3924
3925 [EMU/WIN32] fix the problem when new file path is specified
3926 [EMU/WIN32] support 96khz sound
3927
3928 [VM/DATAREC] support trigger signal
3929 [VM/DATAREC] output remote signal
3930 [VM/I8253] fix mode3 output signal
3931 [VM/PCM1BIT] support LPF
3932 [VM/UPD765A] fix AT bit in the result of seek command
3933 [VM/X86] support pseudo bios call
3934
3935 [MZ700] support mzt/m12 file
3936 [MZ700] support datarec control signals
3937 [MZ700] fix vsync/hsnyc timing
3938 [MZ700/MEMORY] support memory wait
3939 [TK80BS] support circuits on TK-80 main board
3940 [TK80BS] support 2ch sound (PC1 and PC2 of 8255)
3941 [TK80BS/MEMORY] support save/load ram image
3942 [TK80BS/MEMORY] fix interrupt address
3943 [TK80BS/KEYBOARD] fix key map for kana chars
3944
3945
3946 8/27/2008
3947
3948 [EMU/WIN32] fix build problem for Windows CE
3949
3950 [VM/I8255] support mode1
3951 [VM/I8259] clear irr bit if the request signal is changed to low level
3952 [VM/UPD1990A] support i/o coonection interface
3953 [VM/X86] fix interrup status
3954 [VM/X86] fix pop es on 80286
3955
3956 [MZ700] fix vsync/hsnyc timing
3957 [MZ700/MEMORY] support 16MB EMM board
3958 [PC98LT] support PC-98LT
3959 [TK80BS] support TK-80BS (COMPO BS/80)
3960
3961
3962 8/19/2008
3963
3964 [VM/UPD765A] fix the problem that data lost occurs after the result phase
3965 [VM/UPD765A] fix CB bit in the status register in sence intstat command
3966 [VM/UPD765A] fix AT bit in the result of seek command
3967
3968 [PC100/CTRC] support monochrome screen mode
3969 [PC100/CRTC] fix palette registers
3970 [PC100/IOCTRL] fix keyboard event
3971 [PC100/IOCTRL] support keyboard reset
3972 [PC100/IOCTRL] fix keyboard initialize data
3973
3974
3975 8/16/2008
3976
3977 [EMU/WIN32] support rotate screen
3978 [EMU/WIN32] fix build problem for Windows CE
3979
3980 [VM/BEEP] more clear beep generation for the constant frequency
3981 [VM/BEEP] fix mute logic
3982 [VM/DEVICE] return address for unassigned I/O port
3983 [VM/EVENT] fix crash problem in the initialization
3984 [VM/I8251] fix PE bit in the status register
3985 [VM/I8253] check edge of the input signal
3986 [VM/I8253] fix gate signal
3987 [VM/RTC58321] support i/o coonection interface
3988 [VM/UPD4991A] modify i/o connection interface
3989 [VM/UPD4991A] fix year data
3990 [VM/UPD765A] support drq line delay
3991
3992 [PC98HA] support NEC PC-98HA
3993 [PC100] support NEC PC-100 (not work)
3994 [MZ700] fix sound noise problem
3995 [MZ700/MEMORY] support EMM memory
3996 [MZ2500/TIMER] modify 8253 gate control
3997
3998
3999 6/11/2008
4000
4001 [EMU/WIN32] open command line as cart or disk file path
4002 [EMU/WIN32] convert file path to full and long file path
4003
4004 [VM/AND/OR/NAND/NOR] support and/or/nand/nor gates
4005 [VM/DATAREC] output low signal when the tape is closed
4006 [VM/MB8876] support motor on/off signal
4007 [VM/PCM1BIT] support on/off signal
4008 [VM/PCM1BIT] support high quality sound
4009 [VM/RTC58321] support RTC58321
4010 [VM/UPD4991A] support uPD4991A
4011 [VM/UPD765A] fdc status patch for MZ-3500
4012 [VM/X86] fix freeze problem that some opecodes did not decrease the clock
4013 [VM/Z80] return busack signal whe busreq occurs
4014
4015 [FMR50] support FUJITSU FMR-50 (not work)
4016 [MZ700] support SHARP MZ-700
4017 [MZ3500] support SHARP MZ-3500 (not work)
4018 [HC80/IO] support intelligent ram disk (by Mr.Dennis Heynlein)
4019
4020
4021 4/22/2008
4022
4023 [VM/LS244] support 74LS244/245
4024 [VM/UPD1990A] support uPD1990A
4025 [VM/X86] fix hlt
4026 [VM/X86] support busreq
4027 [VM/Z80] don't reset busreq in reset()
4028
4029 [MZ5500/KEYBOARD] support communication timeout
4030
4031
4032 4/16/2008
4033
4034 [VM/UPD7220] support pitch command
4035 [VM/UPD7220] fix vecte command in the case R=C=T=L=0 (pset)
4036 [VM/UPD765A] fix read id command
4037
4038 [MZ5500/DISPLAY] support window controller
4039 [MZ5500/DISPLAY] support 320x200, 320x400, 640x200 mode
4040 [MZ5500/DISPLAY] support color palette
4041 [MZ5500/DISPLAY] support b/w mode
4042 [MZ5500/DISPLAY] support plane priority
4043 [MZ5500/KEYBOARD] support algo key
4044 [MZ5500/SYSPORT] support nmi reset
4045 [QC10/DISPLAY] support floppy drive access lamp
4046
4047
4048 4/14/2008
4049
4050 [MZ5500/KEYBOARD] support keyboard and mouse
4051
4052
4053 4/12/2008
4054
4055 [VM/LS393] support 74LS393
4056 [VM/RP5C01] support RP-5C01
4057 [VM/UPD7220] fix pset function
4058 [VM/UPD7220] notify vsync
4059 [VM/UPD765A] check sector id strictly
4060
4061 [MZ5500] support SHARP MZ-5500
4062
4063
4064 4/7/2008
4065
4066 [EMU/WIN32] support the screen size changing requested by the virtual machine
4067
4068 [VM/MZ2800] support z80sio interrupt vector port
4069
4070
4071 4/3/2008
4072
4073 [VM/I8259] fix the cascade mode condition
4074 [VM/UPD7220] fix low/high byte condition in dma commands
4075 [VM/UPD7220] check the param count in fifo buffer in sync/vectw commands
4076 [VM/UPD7220] get mod param in write command with no params
4077 [VM/UPD7220] check mod param in vect/char drawing commands
4078 [VM/UPD7220] check dir param in read/write command
4079 [VM/UPD7220] support line drawing in vecte command
4080 [VM/UPD7220] update ead/dad after drawing commands
4081 [VM/UPD7220] fix lsb/msb order in pset function
4082
4083 [QC10] change the default dipswitch status
4084 [QC10/DISPLAY] support color monitor subboard
4085 [QC10/KEYBOARD] support SF1-SF4 keys
4086 [QC10/MFONT] support multifonts rom card
4087
4088
4089 3/22/2008
4090
4091 [VM/I8251] notify rxrdy is changed
4092 [VM/TF20] fix the error result of read command
4093
4094 [HC80/IO] support HD6303 commands for microcassette (returns error code)
4095 [HC80/IO] support HD6303 commands for serial i/o
4096 [HC80/IO] support TF-20
4097 [HC80/IO] support 8kb/16kb rom capsule
4098 [HC80/IO] remove 8251 codes and use common 8251 class
4099
4100
4101 3/20/2008
4102
4103 [EMU/WIN32] set DirectX9 graphics params on the screen menu
4104
4105 [HC40/IO] fix key buffers
4106 [HC80] support EPSON HC-80/PX-8/Geneva
4107
4108
4109 3/2/2008
4110
4111 [EMU/WIN32] support DirectX9 graphics
4112 [EMU/WIN32] fix the window size problem of eHC-40
4113
4114
4115 2/29/2008
4116
4117 [EMU/WIN32] more quick stretch screen
4118 [EMU/CONFIG] divide the config version to the file version and the virtual machine version
4119 [VM/TF20] support EPSON TF-20 terminal floppy drives
4120
4121 [HC40/IO] don't reset 7508 sub cpu when boot the system
4122 [HC40/IO] support system reset
4123 [HC40/IO] support buzzer partially (constant frequency)
4124 [HC40/IO] support ART (8251 subset)
4125 [HC40/IO] support TF-20 connected to ART
4126
4127
4128 2/27/2008
4129
4130 [EMU/WIN32] Windows CE.NET binaries for GAPI are no longer supported
4131 [EMU/WIN32] don't use StretchBlt
4132
4133 [HC40] support EPSON HC-40/PX-4
4134 [QC10/MEMORY] fix the gate signal bit in $18
4135 [QC10/MEMORY] fix the memory bank switch
4136 [X07/IO] change LCD display color
4137
4138
4139 2/20/2008
4140
4141 VC++ 6.0 project files are removed.
4142
4143 [VM/HD146818P] support sqw and periodic interrupt
4144 [VM/HD146818P] clear IRQF/PF/AF/UF in the reg $0c when it is read
4145 [VM/I8237] fix the build error
4146 [VM/I8237] reimplement based on uPD71071
4147 [VM/UPD7220] fix the build error
4148 [VM/UPD7220] modify hblank/vsync event
4149 [VM/UPD765A] lost data event occurs soon if dma request is not accepted
4150 [VM/Z80SIO] change uPD7201 fifo buffer size
4151
4152 [QC10] support EPSON QC-10/QX-10
4153 [RX78/VDP] fix the crash problem on Windows CE
4154
4155
4156 2/11/2008
4157
4158 The interrupt logics are largely modified and are now very close to the real circuits.
4159
4160 In the older versions:
4161         - Each device requests the interrupt, sends the vector and goes into the in-service status only in the case that CPU can accept the interrupt.
4162         - These requests are always accepted and executed just now.
4163         - When the interrupt acception status is changed by the opecodes for example EI/RETI/RETN, CPU notifies to each devices to let them request the pending interrupt.
4164         - Realize Z80 family daisy chain by the pseudo device Z80PIC to control the priorities and receive RETI opecode.
4165
4166 This is because let CPU not to monitor the int-line in every opecodes.
4167 But it causes some problems for example:
4168         - Timing problems.
4169         - End of Interrupt command in Z80SIO/uPD7201.
4170         - Using Z80 family devices with 80x86 and PIC8259.
4171
4172 In this release:
4173         - Each device can request the interrupt any time.
4174         - CPU checks the int-line in every opecodes.
4175         - When CPU accepts the request, CPU sends the ack signal to the device and receive the vector.
4176         - The device goes into the in-service status when receive the ack signal.
4177         - Realize Z80 family daisy chain by IEI/OEI signals supported in Z80 family devices.
4178         - Z80 checks the wired-or of int-lines from Z80 family devices.
4179
4180 [VM/DEVICE] modify virtual functions for interrupts
4181 [VM/I8259] support the new interrupt logic
4182 [VM/I8259] fix the crash problem
4183 [VM/UPD7201] support uPD7201 (combined to Z80SIO class)
4184 [VM/X86] support the new interrupt logic
4185 [VM/Z80] support the new interrupt logic
4186 [VM/Z80CTC] support the new interrupt logic
4187 [VM/Z80PIO] support the new interrupt logic
4188 [VM/Z80SIO] support the new interrupt logic
4189 [VM/Z80SIO] support the End of Interrupt command
4190 [VM/Z80SIO] fix the status register #0 (interrupt pending bit)
4191 [VM/Z80SIO] fix the status register #2 (vector)
4192 [VM/Z80PIC] removed
4193
4194 [MZ2500/CRTC] notify vsync signal by not edge but level
4195 [MZ2500/INTERRUPT] support the new interrupt logic
4196 [MZ2500/INTERRUPT] pending the interrupt request from vsync and timer
4197 [MZ2500/INTERRUPT] remove the patches added in 2/11/2007
4198
4199
4200 1/5/2008
4201
4202 [VM/BEEP] fix the crash problem when the frequency is constant
4203 [VM/BEEP] support the interface to change the frequency constant
4204
4205 [X07/IO] support user defined keys
4206 [X07/IO] support break key
4207 [X07/IO] support line/circle commands
4208 [X07/IO] support beep command
4209 [X07/IO] support data recorder
4210
4211
4212 12/31/2007
4213
4214 [COMMON/FIFO] support read_not_remove()
4215 [VM/NSC800] fix NSC800
4216
4217 [X07] support CANON X-07
4218
4219
4220 9/14/2007
4221
4222 [MZ2800/CRTC] fix read-modify-write registers
4223
4224
4225 8/24/2007
4226
4227 [EMU/WIN32] check the status of both left and right ALT/CTRL/SHIFT keys
4228
4229 [MZ2800] ignore A15 of I/O port addr
4230 [MZ2800/CTRL] support 65536colors graphic screen
4231 [MZ2800/KEYBOARD] change keymap to newply support some keys
4232 [MZ2800/MEMORY] fix the problem that symbol does not work on BASIC-M25
4233
4234
4235 8/22/2007
4236
4237 [VM/RP5C15] fix the initial 12H/24H setting
4238
4239 [MZ2500/CRTC] optimize the screen renderer
4240 [MZ2800/CRTC] support the 16/4096colors graphic screen
4241 [MZ2800/CRTC] support the read modify write
4242 [MZ2800/CRTC] support the hardware scroll
4243 [MZ2800/CRTC] support the vram plane mask
4244 [MZ2800/MEMORY] support the dictionary/kanji/pcg bank switch
4245
4246
4247 8/19/2007
4248
4249 [VM/MB8877] fix the status for type4 command
4250 [VM/UPD71071] support the base registers
4251 [VM/X86] fix rep never to exit and re-fetch the opecode in the loop
4252 [VM/X86] fix the modrm table
4253
4254 [MZ2800] add eVC4 project file
4255 [MZ2800/CRTC] fix the test screen renderer
4256 [MZ2800/CRTC] support 4096 color palette registers
4257 [MZ2800/MEMORY] fix that ipl rom is initially mapped to $f0000-$fffff
4258
4259
4260 8/16/2007
4261
4262 [VM/DEVICE] add the virtual functions for dma access
4263 [VM/I8237] fix the typo
4264 [VM/I8259] support the special fully nest mode
4265 [VM/I8259] support the rotation of priorities
4266 [VM/I8259] support the intrrupt request from Z80 family devices
4267 [VM/IO8] support 16bit i/o adrress
4268 [VM/MB8877] support the dma access
4269 [VM/MB8877] support the irq and drq signals
4270 [VM/RP5C15] support reading the values of banks #13/#14/#15
4271 [VM/UPD71071] support uPD71071
4272 [VM/X86] support 8086/V30/80286
4273 [VM/YM2203] support the irq signal
4274
4275 [MZ2500] fix YM2203 PortB signal from RP-5C15
4276 [MZ2800] support SHARP MZ-2800
4277
4278
4279 7/23/2007
4280
4281 [VM/DATAREC] modify the frame skip condition (skip when the signal is changed)
4282 [VM/TMS9918A] reimplement based on MAME 0.116
4283 [VM/UPD7801] support the memory access wait
4284
4285 [PYUTA/MEMORY] modify the memory bank switch
4286 [PYUTA/MEMORY] change the data bus from pull-down to pull-up
4287 [SCV/MEMORY] support the memory access wait (now disabled)
4288
4289
4290 7/16/2007
4291
4292 [VM/TMS9995] support TMS9995
4293
4294 [PYUTA] support TOMY PyuTa and PyuTa Jr.
4295
4296
4297 2/11/2007
4298
4299 [COMMON] support auto key hitting from the clipboard
4300 [COMMON] save and restore the window mode when the emulator is restarted
4301 [VM/DEVICE] modify memory access wait
4302 [VM/DEVICE] support i/o access wait
4303 [VM/DISK] fix the crash problem when the invalid track number is set
4304 [VM/HD46505] support HD46505
4305 [VM/HD46505] fix the display/vsync/hsync signals timing
4306 [VM/I8253] more precise signal timing in mode #2, #4 and #5
4307 [VM/MB8877] support the access led status
4308 [VM/PICM1BIT] support 1bit pcm
4309 [VM/UPD765A] support the acces led status
4310 [VM/YM2203] support the volume adjustment
4311 [VM/Z80] modify memory access wait
4312 [VM//Z80] support i/o access wait
4313 [VM/Z80SIO] fix the recv and under-run interrupt flags
4314 [VM/Z80SIO] fix the status affect vector
4315 [VM/Z80SIO] cancel the interrupt request when read the recv buffer
4316 [VM/Z80SIO] support the i/f to clear the recv buffer
4317
4318 [MULTI8/DISPLAY] remove HD46505 codes
4319 [MULTI8/DISPLAY] draw the flopppy drive access led
4320 [MZ2500] support 1bit pcm
4321 [MZ2500] adjust fm/psg volume
4322 [MZ2500] support i/o access wait
4323 [MZ2500/CRTC] render screen with less cpu power
4324 [MZ2500/CRTC] draw the floppy drive access led
4325 [MZ2500/INTERRUPT] reimplement interrupt handler with the common Z80PIC class
4326 [MZ2500/INTERRUPT] add the patch for GALAGA, LAYDOCK, THEXDER, MULTIPLAN, Super Shunbou, Wizardry and Ys3
4327 [MZ2500/MEMORY] modify memory access wait
4328 [MZ2500/MOUSE] clear Z80SIO recv buffer when send the mouse status
4329 [PASOPIA] support OA-BASIC
4330 [PASOPIA] support hsync signal
4331 [PASOPIA/DISPLAY] remove HD46505 codes
4332 [PASOPIA/MEMORY] fix the memory map $8000-$ffff
4333 [PASOPIA7/DISPLAY] remove HD46505 codes
4334 [PASOPIA7/DISPLAY] draw the flopppy drive access led
4335 [PV1000] rewrite with the common event manager class
4336 [PV1000/JOYSTICK] fix $fc status (not complete)
4337 [PV1000/VDP] add the patch for SPACE PANIC
4338
4339
4340 2/1/2007
4341
4342 [COMMON] ignore some warnings on Visual Studio 2005
4343 [WIN32/SCREEN] support video recording
4344 [WIN32/SOUND] record wave as 16bit, stereo (for TMPGEnc)
4345 [WIN32/SOUND] dont use multi threading to recieve MM_WOM_DONE event
4346 [WIN32/WCE] build 4 binaries (use GAPI or GDI, DirectSound or waveOut)
4347 [VM/BEEP] modify beep sound generator for more stable frequency
4348 [VM/DATAREC] auto stop at the end of tape image
4349 [VM/DEVICE] add virtual functions to get the memory wait and passed clocks in cpu class
4350 [VM/EVENT] more precise event timing refering the passed clock in cpu class
4351 [VM/I8253] drive counter when it reaches the terminal count or read the count registers
4352 [VM/I8253] more precise output signal timing
4353 [VM/NSC800] suppor NSC800
4354 [VM/Z80] fix the clocks for opecodes DD-CB-** and FD-CB-**
4355 [VM/Z80CTC] drive counter when it reaches the terminal count or read the count registers
4356 [VM/Z80PIC] accept the interrupt request when it is running
4357
4358 [MULTI8/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
4359 [MZ2500/CRTC] dont use hsync event and use the event callback to drive the hsync signal 
4360 [MZ2500/MEMORY] support the memory wait in display period
4361 [MZ2500/Z80PIC] accept the interrupt request when it is running 
4362 [MZ2500/Z80PIC] recognize the i8253 clock signal as level, or edge only for MUDER CLUB, KUGYOKUDEN and RELICS 
4363 [PASOPIA] reimplement EmuPIA under the common source code project 
4364 [PASOPIA7/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
4365
4366
4367 12/31/2006
4368
4369 [WIN32] support DirectShow video capture devices (DX8 or later is required)
4370 [WIN32] support Windows CE.net 4.x devices (use GAPI and waveOut APIs)
4371 [VM] each device can get the cpu time
4372 [VM/BEEP] modify beep sound generator for more stable frequency
4373 [VM/Z80] support BUSREQ
4374 [VM/Z80PIC] call do_reti() in the device that requested the interrupt
4375 [VM/Z80SIO] suppor Z80SIO
4376 [VM/DISK] support TeleDisk floppy disk image
4377 [VM/EVENT] fix the problem in the case that the new event is registered in the event callback routine
4378 [VM/I8253] drive the counter more accurate and less power
4379
4380 [MZ2500] reimplement EmuZ-2500 under the common source code project
4381 [MZ2500] support the ethernet card function designed by Mr.Oh!Ishi
4382 [MZ2500/CRTC] support the super impose function
4383 [MZ2500/MEMORY] support VRAM access wait 
4384
4385
4386 12/7/2006
4387
4388 Initial release